Details
-
Task
-
Status: Backlog
-
L3 - Default
-
Resolution: Unresolved
-
None
-
None
-
None
-
Not defined
Description
Spring 6.0 has been released. We should migrate to this version for our spring framework and spring security dependencies. However, this is not a straightforward migration. Things to consider:
- We might need this in order to also upgrade to Spring Boot 3.0
- We probably need to update our minimum supported Java version by doing this
- The WebSecurityConfigAdaptor implementation is deprecated so needs to be reconfigured in another way
- We should remove our old Java compatibility tests if these are no longer relevant after our change
- If we update our minimum Java version, we should publish this in our upgrade docs