mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-07 20:52:13 +00:00
Add ACL Migration Steps
This commit is contained in:
parent
66e614cb0b
commit
45b453f59b
7
docs/modules/ROOT/pages/migration-7/acl.adoc
Normal file
7
docs/modules/ROOT/pages/migration-7/acl.adoc
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user