stratospheric-dev/stratospheric

Upgrade to Spring Boot 3

BjoernKW opened this issue · 1 comments

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.* and antMatchers()).

Expected outcome

The sample application (including chapter-specific applications) has been upgraded to Spring Boot 3.

See this pull request: #157