Quarkus 1.13 migration from Quarkus 1.11
Recipe ID
org.openrewrite.quarkus.Quarkus1to1_13MigrationArtifact
org.openrewrite.recipe:rewrite-quarkusMigrates Quarkus 1.11 to 1.13.
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.quarkus.Quarkus1to1_13MigrationIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-quarkus:2.34.0Definition
This recipe runs the following recipes in order.
- Use
@ConfigMappingorg.openrewrite.quarkus.ConfigPropertiesToConfigMapping - Use Mutiny
multi.toHotStream()org.openrewrite.quarkus.MultiTransformHotStreamToMultiHotStream - Use
nativeprofile inquarkus-maven-pluginorg.openrewrite.quarkus.MigrateQuarkusMavenPluginNativeImageGoal - Configure
quarkus-maven-pluginwith reasonable defaultsorg.openrewrite.quarkus.ConfigureQuarkusMavenPluginWithReasonableDefaults - Change property key
org.openrewrite.properties.ChangePropertyKey - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName - Change method name
org.openrewrite.java.ChangeMethodName
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