• Phillip Webb's avatar
    Create our own SessionCreationPolicy enum · 6a2ac080
    Phillip Webb authored
    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
    6a2ac080
pom.xml 1.52 KB