Upgrade to Spring 7#60
Conversation
- Add explicit Apache 2.0 attribution header to Lti13InitiatingLoginRequestResolver matching the JHipster pattern used in CachingHttpHeadersFilter. - Qualify ambiguous PR #60 reference as oxctl/spring-security-lti13#60 with full upstream URL in CustomLti13Configurer Javadoc.
|
Thanks for working on this. I've tested this on a Spring Boot 4.0 based project and ran into an compatibility issue with Hibernate 7. Spring Framework 7.0 upgraded to Jakarta EE 11 API level (Servlet 6.1, JPA 3.2, Bean Validation 3.1). But the library currently depends on Jakarta EE 10.
Furthermore, Spring Framework 7.0 deprecated Jackson 2.x support and will remove auto detection in 7.1 and support in 7.2 (see https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-7.0-Release-Notes#jackson-3x-support). So I think it would be best to switch now as part of this PR to avoid new compatibility issues in the near future. |
Migrates the library to Spring Framework 7 / Spring Security 7. This is a breaking change.