As mentioned in https://docs.spring.io/spring-security/reference/whats-new.html#_authorization the AccessDecisionManager is deprecated an will be removed in futher versions of Spring Security.
Is there a plan to support newer Versions of Spring Security?
An AccessDecisionManager and it dependency like AccessDecisionVoter etc. are used in SecurityFlowExecutionListener.
As mentioned in https://docs.spring.io/spring-security/reference/whats-new.html#_authorization the
AccessDecisionManageris deprecated an will be removed in futher versions of Spring Security.Is there a plan to support newer Versions of Spring Security?
An
AccessDecisionManagerand it dependency likeAccessDecisionVoteretc. are used inSecurityFlowExecutionListener.