소스 검색

Add ACL Migration Steps

Josh Cummings 3 달 전
부모
커밋
45b453f59b
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      docs/modules/ROOT/pages/migration-7/acl.adoc

+ 7 - 0
docs/modules/ROOT/pages/migration-7/acl.adoc

@@ -0,0 +1,7 @@
+= ACL
+
+== Favor `AclPermissionEvaluator`
+
+`AclEntryVoter`, `AclEntryAfterInvocationProvider`, and `AclPermissionEvaluator` provide the same service, plugged into different Spring Security APIs. Now that `AccessDecisionVoter` and `AfterInvocationProvider` are both deprecated, the corresponding ACL plugins are obsolete.
+
+As such, begin using `AclPermissionEvaluator` before updating to Spring Security 7.