Migrate a Spring Boot 3 jackson-bom.version override to jackson-2-bom.version
Recipe ID
org.openrewrite.java.spring.boot4.MigrateJacksonBomPropertyArtifact
org.openrewrite.recipe:rewrite-springIn Spring Boot 4 jackson-bom.version controls the Jackson 3 (tools.jackson) BOM, while the Jackson 2 BOM is controlled by jackson-2-bom.version. A Spring Boot 3 override pins a Jackson 2 version, so rename it to keep managing Jackson 2. Gated on a Spring Boot 3 parent so a deliberate Jackson 3 override on an already-Spring-Boot-4 project is left untouched.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.java.spring.boot4.MigrateJacksonBomPropertyIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-spring:6.36.0Definition
This recipe runs the following recipes in order.
- Rename Maven property key
org.openrewrite.maven.RenamePropertyKey
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats