Migrate from Micronaut 3.x to 4.x
Recipe ID
org.openrewrite.java.micronaut.Micronaut3to4MigrationArtifact
org.openrewrite.recipe:rewrite-micronautThis recipe will apply changes required for migrating from Micronaut 3 to Micronaut 4.
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.micronaut.Micronaut3to4MigrationIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-micronaut:2.35.0Definition
This recipe runs the following recipes in order.
- Upgrade Java version
org.openrewrite.java.migrate.UpgradeJavaVersion - Update Gradle wrapper
org.openrewrite.gradle.UpdateGradleWrapper - Update the Micronaut version to 4.x
org.openrewrite.java.micronaut.UpdateBuildToMicronaut4Version - Update to Micronaut 4.x platform BOM
org.openrewrite.java.micronaut.UpdateMicronautPlatformBom - Add Micronaut build plugins to 4.x
org.openrewrite.java.micronaut.UpdateBuildPlugins - Add
snakeyamldependency if neededorg.openrewrite.java.micronaut.AddSnakeYamlDependencyIfNeeded - Update jakarta annotations dependency
org.openrewrite.java.micronaut.UpdateJakartaAnnotations - Migrate deprecated
javax.persistencepackages tojakarta.persistenceorg.openrewrite.java.migrate.jakarta.JavaxPersistenceToJakartaPersistence - Update to Micronaut Validation 4.x
org.openrewrite.java.micronaut.UpdateMicronautValidation - Update to Micronaut Email 2.x
org.openrewrite.java.micronaut.UpdateMicronautEmail - Update the Micronaut Websocket support
org.openrewrite.java.micronaut.AddMicronautWebsocketDependencyIfNeeded - Update the Micronaut Session support
org.openrewrite.java.micronaut.UpdateMicronautSession - Update the Micronaut Retry support
org.openrewrite.java.micronaut.AddMicronautRetryDependencyIfNeeded - Update the Micronaut Security library
org.openrewrite.java.micronaut.UpdateMicronautSecurity - Update the Micronaut Data library
org.openrewrite.java.micronaut.UpdateMicronautData - Remove withJansi Logback configuration
org.openrewrite.java.micronaut.RemoveWithJansiLogbackConfiguration - Remove unnecessary dependencies
org.openrewrite.java.micronaut.RemoveUnnecessaryDependencies - Add
HttpRequesttype parameter for implemented interfacesorg.openrewrite.java.micronaut.AddHttpRequestTypeParameter - Update the version of core annotation processors
org.openrewrite.java.micronaut.UpdateMavenAnnotationProcessors - Add
micronaut-test-resources-clientif neededorg.openrewrite.java.micronaut.AddTestResourcesClientDependencyIfNeeded
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