Skip to content

Commit 45b453f

Browse files
committed
Add ACL Migration Steps
1 parent 66e614c commit 45b453f

File tree

1 file changed

+7
-0
lines changed
  • docs/modules/ROOT/pages/migration-7

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
= ACL
2+
3+
== Favor `AclPermissionEvaluator`
4+
5+
`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.
6+
7+
As such, begin using `AclPermissionEvaluator` before updating to Spring Security 7.

0 commit comments

Comments
 (0)