8 lines
405 B
Plaintext
Raw Normal View History

2025-05-06 16:38:19 -06:00
= 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.