Upgrade to Spring Boot 3
BjoernKW opened this issue · 1 comments
BjoernKW commented
What's going wrong and not working?
The sample application (including chapter-specific applications) should be upgraded to Spring Boot 3, once the final release is available (scheduled for November 2022).
See these resources:
- https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0
- https://spring.io/blog/2022/10/20/spring-boot-3-0-0-rc1-available-now
This will require changes to the ebook, too, wherever a specific Spring Boot version is mentioned or the ebook refers to APIs deprecated with Spring Boot 3 (mainly javax.*
and antMatchers()
).
Expected outcome
The sample application (including chapter-specific applications) has been upgraded to Spring Boot 3.