diff --git a/.ci/environments/quarkus-3/patches/0001_before_sh.patch b/.ci/environments/quarkus-3/patches/0001_before_sh.patch index b8e26bfd342..1d34479cd40 100644 --- a/.ci/environments/quarkus-3/patches/0001_before_sh.patch +++ b/.ci/environments/quarkus-3/patches/0001_before_sh.patch @@ -1,5 +1,5 @@ diff --git a/build-parent/pom.xml b/build-parent/pom.xml -index f01825ce2c..d85e31cb62 100644 +index ba78a93374..acb0a5ff7e 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -40,22 +40,22 @@ @@ -18,7 +18,7 @@ index f01825ce2c..d85e31cb62 100644 3.22.0 - 2.2.220 + 2.1.214 - 1.0.43 + 1.0.86 2.3.0 1.4.20 0.18.0 diff --git a/.ci/environments/quarkus-3/quarkus3.yml b/.ci/environments/quarkus-3/quarkus3.yml index 93dfa27db23..1ceb1b86793 100644 --- a/.ci/environments/quarkus-3/quarkus3.yml +++ b/.ci/environments/quarkus-3/quarkus3.yml @@ -3,8 +3,8 @@ description: Update Quarkus version and refactor imports and resources if needed type: specs.openrewrite.org/v1beta/recipe recipeList: - org.openrewrite.maven.ChangePropertyValue: { - key: version.io.quarkus, - newValue: 3.0.0.Final + newValue: 3.0.0.Final, + key: version.io.quarkus } - org.kie.drools.Quarkus3Migration - org.kie.ManagedDependencies @@ -117,9 +117,6 @@ recipeList: } - org.kie.openrewrite.recipe.jpmml.JPMMLRecipe --- -name: org.kie.ManagedDependencies -description: Update all managed dependencies based on dependency updates from Quarkus. -type: specs.openrewrite.org/v1beta/recipe recipeList: - org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: { oldGroupId: javax.activation, @@ -505,6 +502,9 @@ recipeList: newArtifactId: keycloak-admin-client-jakarta } displayName: Update Managed Dependencies +name: org.kie.ManagedDependencies +description: Update all managed dependencies based on dependency updates from Quarkus. +type: specs.openrewrite.org/v1beta/recipe --- type: specs.openrewrite.org/v1beta/recipe name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse