Migrate to Spring Framework 7.0
Recipe ID
io.moderne.java.spring.framework7.UpgradeSpringFramework_7_0Artifact
io.moderne.recipe:rewrite-springMigrates applications to Spring Framework 7.0. This recipe applies all necessary changes including API migrations, removed feature detection, and configuration updates.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe io.moderne.java.spring.framework7.UpgradeSpringFramework_7_0If the recipe isn’t available locally, install it with:
mod config recipes jar install io.moderne.recipe:rewrite-spring:0.39.0Definition
This recipe runs the following recipes in order.
- Migrate to Spring Framework 6.0
io.moderne.java.spring.framework.UpgradeSpringFramework_6_0 - Migrate
Jackson2ObjectMapperBuilderto mapper builder patternio.moderne.java.spring.framework7.MigrateJackson2ObjectMapperBuilder - Migrate to Spring Framework 7.0
org.openrewrite.java.spring.framework.UpgradeSpringFramework_7_0 - Migrate to Spring Kafka 4.0
io.moderne.java.spring.boot4.UpgradeSpringKafka_4_0 - Update GraalVM native reflection hints for Spring Framework 7.0
io.moderne.java.spring.framework7.UpdateGraalVmNativeHints - Remove spring-jcl dependency
io.moderne.java.spring.framework7.RemoveSpringJcl - Migrate deprecated APIs removed in Spring Framework 7.0
io.moderne.java.spring.framework7.MigrateDeprecatedAPIs - Find removed APIs in Spring Framework 7.0
io.moderne.java.spring.framework7.FindRemovedAPIs - Rename
RequestContext.jstPresenttoJSTL_PRESENTio.moderne.java.spring.framework7.RenameRequestContextJstlPresent - Preserve DynamicDestinationResolver behavior for JmsTemplate
io.moderne.java.spring.framework7.MigrateJmsDestinationResolver - Migrate
HttpStatusenum values to RFC 9110 namesio.moderne.java.spring.framework7.MigrateHttpStatusToRfc9110 - Add
@SpringExtensionConfigfor nested testsio.moderne.java.spring.framework7.AddSpringExtensionConfigForNestedTests - Wrap
GenericMessagemap argument inMessageHeadersio.moderne.java.spring.framework7.WrapGenericMessageMapInMessageHeaders - Remove Kotlin nullability from Spring HTTP entity type arguments
io.moderne.java.spring.framework7.RemoveNullabilityFromSpringHttpEntityTypeArguments
Data tables
Structured output this recipe can produce.
- Maven metadata failuresAttempts to resolve maven metadata that failed.
org.openrewrite.maven.table.MavenMetadataFailures - 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