Skip to main content

Migrate to Spring Boot 3.4

io.moderne.java.spring.boot3.UpgradeSpringBoot_3_4

Migrate applications to the latest Spring Boot 3.4 release. This recipe will modify an application's build files, make changes to deprecated/preferred APIs, and migrate configuration settings that have changes between versions. This recipe will also chain additional framework migrations (Spring Framework, Spring Data, etc) that are required as part of the migration to Spring Boot 3.4.

Tags

  • spring
  • boot

Recipe source

This recipe is only available to users of Moderne.

This recipe is available under the Moderne Proprietary License.

Examples

Example 1
Unchanged
pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>fooservice</artifactId>
<version>1.0-SNAPSHOT</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.2.RELEASE</version>
<relativePath/>
</parent>
</project>
Unchanged
project

Example 2
Unchanged
pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>fooservice</artifactId>
<version>1.0-SNAPSHOT</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.2.RELEASE</version>
<relativePath/>
</parent>
</project>
Unchanged
project

Usage

This recipe has no required configuration options. Users of Moderne can run it via the Moderne CLI:

You will need to have configured the Moderne CLI on your machine before you can run the following command.

shell
mod run . --recipe UpgradeSpringBoot_3_4

If the recipe is not available locally, then you can install it using:

mod config recipes jar install io.moderne.recipe:rewrite-spring:0.5.0

See how this recipe works across multiple open-source repositories

Run this recipe on OSS repos at scale with the Moderne SaaS.

The community edition of the Moderne platform enables you to easily run recipes across thousands of open-source repositories.

Please contact Moderne for more information about safely running the recipes on your own codebase in a private SaaS.

Data Tables

Source files that had results

org.openrewrite.table.SourcesFileResults

Source files that were modified by the recipe run.

Column NameDescription
Source path before the runThe source path of the file before the run. null when a source file was created during the run.
Source path after the runA recipe may modify the source path. This is the path after the run. null when a source file was deleted during the run.
Parent of the recipe that made changesIn a hierarchical recipe, the parent of the recipe that made a change. Empty if this is the root of a hierarchy or if the recipe is not hierarchical at all.
Recipe that made changesThe specific recipe that made a change.
Estimated time savingAn estimated effort that a developer to fix manually instead of using this recipe, in unit of seconds.
CycleThe recipe cycle in which the change was made.

Contributors

Tyler Van Gorder, ashakirin, Knut Wannheden, Tim te Beek, Jonathan Schnéider, Nick McKinney, Patrick, Sam Snyder, Alex Boyko, Joan Viladrosa, Laurens Westerlaken, Chuka Obinabo, Kun Li, Jonathan Schneider, Anu Ramamoorthy, Patrick Way, traceyyoshima, Niels de Bruin, Kyle Scully, qwtfps, pdesprez, SiBorea, Aaron Gershman, Simon Zilliken, Nick McKinney, Shannon Pamperl, Cathy, Jacob van Lingen, Merlin Bögershausen, Kushank24, Marcin Słowiak, Andrii Rodionov, Curtis, Melloware, Kun Li, BhavanaPidapa, Jente Sondervorst, Kevin McCarpenter, Tim te Beek, Greg Oledzki, Tracey Yoshima, Marcin Słowiak, Tim te Beek, Michel Gonzalez, Fabian Krüger, Johannes Jank, Evie Lau, Adam Slaski, Yifeng Jin, Aaron Gershman, Daryl Robbins, ranuradh, nbruno, Laurens Westerlaken, Jacob van Lingen, Andrii Rodionov, Simon Verhoeven, Greg Adams, Sandeep Nagaraj, Matthias Klauer, Jonathan Leitschuh, BoykoAlex, Tyler Van Gorder, Greg Adams, Michael Keppler, Josh Soref, Adriano Machado, John Burns, Aakarshit Uppal, BramliAK, gideon-sunbit, eocantu, Mckinney, Nicholas