stratospheric-dev / stratospheric

All you need to know to get your Spring Boot application into production with AWS 🍃
https://stratospheric.dev
Apache License 2.0
262 stars 187 forks source link

Upgrade to Spring Boot 3 #154

Closed BjoernKW closed 1 year ago

BjoernKW commented 2 years ago

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.

BjoernKW commented 2 years ago

See this pull request: https://github.com/stratospheric-dev/stratospheric/pull/157