From fa31166c0bf6b6cb4e0c5a84e2a8f7e8be6c55f4 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Tue, 25 Jul 2023 22:37:03 -0400 Subject: [PATCH] [Quarkus 3] Updated rewrite data --- .../quarkus-3/patches/0001_before_sh.patch | 33 ++++++++++--------- .ci/environments/quarkus-3/quarkus3.yml | 6 ++-- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/.ci/environments/quarkus-3/patches/0001_before_sh.patch b/.ci/environments/quarkus-3/patches/0001_before_sh.patch index 3b50ff123a0..b8e26bfd342 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 1141ce4da6..76a499b856 100644 +index f01825ce2c..d85e31cb62 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -40,22 +40,22 @@ @@ -32,7 +32,7 @@ index 1141ce4da6..76a499b856 100644 8.5.11 4.13.1 1.8.0 -@@ -68,41 +68,41 @@ +@@ -68,42 +68,42 @@ 4.4.15 3.8.6 1.7.3 @@ -52,6 +52,7 @@ index 1141ce4da6..76a499b856 100644 - 5.6.12.Final + 6.2.0.Final 2.3.0 + 14.0.13.Final 3.26.0-GA - 5.13.1.Final + 6.0.0.Final @@ -95,7 +96,7 @@ index 1141ce4da6..76a499b856 100644 5.9.2 2.5.0.Final 2.0.7 -@@ -131,7 +131,7 @@ +@@ -132,7 +132,7 @@ 2.2.0 1.5.0 2.3.0-jaxb-1.0.6 @@ -104,7 +105,7 @@ index 1141ce4da6..76a499b856 100644 1.21 -@@ -150,10 +150,10 @@ +@@ -151,10 +151,10 @@ 2.22.1 3.6.4 @@ -117,7 +118,7 @@ index 1141ce4da6..76a499b856 100644 1.3 -@@ -181,16 +181,16 @@ +@@ -182,16 +182,16 @@ 1.12.18 @@ -138,7 +139,7 @@ index 1141ce4da6..76a499b856 100644 -@@ -266,7 +266,7 @@ +@@ -267,7 +267,7 @@ com.fasterxml.jackson.module @@ -147,7 +148,7 @@ index 1141ce4da6..76a499b856 100644 ${version.com.fasterxml.jackson.annotations} -@@ -275,8 +275,8 @@ +@@ -276,8 +276,8 @@ ${version.com.fasterxml.jackson} @@ -158,7 +159,7 @@ index 1141ce4da6..76a499b856 100644 ${version.com.fasterxml.jackson} -@@ -350,9 +350,9 @@ +@@ -351,9 +351,9 @@ ${version.com.sun.xml.bind} @@ -171,7 +172,7 @@ index 1141ce4da6..76a499b856 100644 com.sun.xml.bind -@@ -402,8 +402,8 @@ +@@ -403,8 +403,8 @@ @@ -182,7 +183,7 @@ index 1141ce4da6..76a499b856 100644 ${version.jakarta.json} -@@ -438,8 +438,8 @@ +@@ -439,8 +439,8 @@ @@ -193,7 +194,7 @@ index 1141ce4da6..76a499b856 100644 ${version.jakarta.activation} -@@ -774,12 +774,12 @@ +@@ -775,12 +775,12 @@ @@ -208,7 +209,7 @@ index 1141ce4da6..76a499b856 100644 hibernate-jpamodelgen ${version.org.hibernate} -@@ -1098,7 +1098,7 @@ +@@ -1099,7 +1099,7 @@ @@ -217,7 +218,7 @@ index 1141ce4da6..76a499b856 100644 hibernate-core ${version.org.hibernate} -@@ -1120,31 +1120,16 @@ +@@ -1121,31 +1121,16 @@ @@ -2737,10 +2738,10 @@ index 31038d2afa..775f3f19dc 100644 import org.drools.core.impl.EnvironmentFactory; import org.kie.api.runtime.Environment; diff --git a/drools-reliability/drools-reliability-infinispan/pom.xml b/drools-reliability/drools-reliability-infinispan/pom.xml -index 7f11166ffb..eaca8efabc 100644 +index ffb87b57ff..c48548c093 100644 --- a/drools-reliability/drools-reliability-infinispan/pom.xml +++ b/drools-reliability/drools-reliability-infinispan/pom.xml -@@ -40,7 +40,7 @@ +@@ -32,7 +32,7 @@ org.infinispan @@ -2749,7 +2750,7 @@ index 7f11166ffb..eaca8efabc 100644 org.infinispan.protostream -@@ -49,7 +49,7 @@ +@@ -41,7 +41,7 @@ org.infinispan diff --git a/.ci/environments/quarkus-3/quarkus3.yml b/.ci/environments/quarkus-3/quarkus3.yml index 0e2e62f2283..93dfa27db23 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: { - newValue: 3.0.0.Final, - key: version.io.quarkus + key: version.io.quarkus, + newValue: 3.0.0.Final } - org.kie.drools.Quarkus3Migration - org.kie.ManagedDependencies @@ -117,7 +117,6 @@ recipeList: } - org.kie.openrewrite.recipe.jpmml.JPMMLRecipe --- -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 @@ -505,6 +504,7 @@ recipeList: newGroupId: org.keycloak, newArtifactId: keycloak-admin-client-jakarta } +displayName: Update Managed Dependencies --- type: specs.openrewrite.org/v1beta/recipe name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse