Create our own SessionCreationPolicy enum
Update `ManagementServerProperties` so that `security.sessions` no longer uses `SessionCreationPolicy` from Spring Security. We now use our own enun which allows `management.security.*` properties to be set without the risk of a `ClassNotFoundException`. Fixes gh-3888
Showing
This diff is collapsed.
Please register or sign in to comment