From aa87638c67ca4e8dc301de0275e07efd9b6bdf30 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Mon, 4 Sep 2023 22:49:06 -0400 Subject: [PATCH] [Quarkus 3] Updated rewrite data --- .../quarkus-3/patches/0001_before_sh.patch | 2 +- .ci/environments/quarkus-3/quarkus3.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ci/environments/quarkus-3/patches/0001_before_sh.patch b/.ci/environments/quarkus-3/patches/0001_before_sh.patch index 78ebbbd..e7d02b4 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/pom.xml b/pom.xml -index 0c0f0f1..cb07444 100644 +index a18accb..143ddda 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ diff --git a/.ci/environments/quarkus-3/quarkus3.yml b/.ci/environments/quarkus-3/quarkus3.yml index a890efd..a81d6d8 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 @@ -68,9 +68,7 @@ recipeList: newValue: 1.6.4 } --- -description: Update all managed dependencies based on dependency updates from Quarkus. -name: org.kie.ManagedDependencies -displayName: Update Managed Dependencies +type: specs.openrewrite.org/v1beta/recipe recipeList: - org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: { oldGroupId: javax.activation, @@ -455,7 +453,9 @@ recipeList: newGroupId: org.keycloak, newArtifactId: keycloak-admin-client-jakarta } -type: specs.openrewrite.org/v1beta/recipe +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 name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse