spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.51k stars 598 forks source link

Handle Spring Security Deprecations #1118

Open jvalkeal opened 8 months ago

jvalkeal commented 8 months ago

Security integration i.e. uses AccessDecisionVoter which is deprecated in 6.x in favour of AuthorizationManager. Need to think how to transition away from deprecated api's.