The sample application (including chapter-specific applications) should be upgraded to Spring Boot 3, once the final release is available (scheduled for November 2022).
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.
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:
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.*
andantMatchers()
).Expected outcome
The sample application (including chapter-specific applications) has been upgraded to Spring Boot 3.