DaShaun Carter (Spring Developer Advocate extraordinaire) will help me upgrade some projects from the now "obsolete" Spring Boot 2.7 versions to the modern Spring Boot 3.1.
Links from this episode:
Apply all upgrades to update project to Spring Boot 3.1 using OpenRewrite: `./mvnw -U org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:RELEASE \
-Drewrite.activeRecipes=org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1`
Use `UpgradeSpringBoot_3_2` to get to the Spring Boot 3.2 release. More docs at https://docs.openrewrite.org/recipes/...
Display dependencies that can be updated: `./mvnw versions:display-dependency-updates`
Join my Discord if you have additional questions or comments: https://ted.dev/discord