Add ACL Migration Steps

This commit is contained in:
Josh Cummings 2025-05-06 16:38:19 -06:00
parent 66e614cb0b
commit 45b453f59b
No known key found for this signature in database
GPG Key ID: 869B37A20E876129

View File

@ -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.