From 3b9ada3da1d8745e738023c87b033ebfc912207b Mon Sep 17 00:00:00 2001 From: radtriste Date: Tue, 5 Sep 2023 17:29:35 +0200 Subject: [PATCH] updated jbang --- ...reateKieQuarkusProjectMigrationRecipe.java | 6 ++--- .ci/environments/quarkus-3/quarkus3.yml | 24 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.ci/environments/quarkus-3/jbang/CreateKieQuarkusProjectMigrationRecipe.java b/.ci/environments/quarkus-3/jbang/CreateKieQuarkusProjectMigrationRecipe.java index dc2239f4794..c2999f474e3 100755 --- a/.ci/environments/quarkus-3/jbang/CreateKieQuarkusProjectMigrationRecipe.java +++ b/.ci/environments/quarkus-3/jbang/CreateKieQuarkusProjectMigrationRecipe.java @@ -12,9 +12,9 @@ import org.apache.commons.io.IOUtils; import io.quarkus.devtools.project.BuildTool; -import io.quarkus.devtools.project.update.QuarkusUpdateRecipe; -import io.quarkus.devtools.project.update.QuarkusUpdateRecipeIO; -import io.quarkus.devtools.project.update.operations.UpdatePropertyOperation; +import io.quarkus.devtools.project.update.rewrite.QuarkusUpdateRecipe; +import io.quarkus.devtools.project.update.rewrite.QuarkusUpdateRecipeIO; +import io.quarkus.devtools.project.update.rewrite.operations.UpdatePropertyOperation; import picocli.CommandLine; import picocli.CommandLine.Command; import picocli.CommandLine.Option; diff --git a/.ci/environments/quarkus-3/quarkus3.yml b/.ci/environments/quarkus-3/quarkus3.yml index 7e93a807750..23a0b5b66ac 100644 --- a/.ci/environments/quarkus-3/quarkus3.yml +++ b/.ci/environments/quarkus-3/quarkus3.yml @@ -3,12 +3,12 @@ description: Update Quarkus version and refactor imports and resources if needed type: specs.openrewrite.org/v1beta/recipe recipeList: - org.openrewrite.maven.ChangePropertyValue: { - newValue: 3.2.5.Final, - key: version.io.quarkus + key: version.io.quarkus, + newValue: '' } - org.openrewrite.maven.ChangePropertyValue: { - newValue: 9.45.0-SNAPSHOT, - key: version.org.kie + key: version.org.kie, + newValue: 9.45.0-SNAPSHOT } - org.kie.kogito.Quarkus3Migration - org.kie.ManagedDependencies @@ -69,11 +69,11 @@ displayName: All Quarkus 3 Migration for Kogito Runtimes project recipeList: - org.openrewrite.maven.ChangePropertyValue: { key: version.org.springframework.boot, - newValue: 3.0.5 + newValue: 3.1.3 } - org.openrewrite.maven.ChangePropertyValue: { key: version.org.springframework.cloud.kubernetes.fabric8, - newValue: 3.0.2 + newValue: 3.0.4 } - org.openrewrite.maven.ChangePropertyValue: { key: version.ch.qos.logback, @@ -81,11 +81,11 @@ recipeList: } - org.openrewrite.maven.ChangePropertyValue: { key: version.org.keycloak, - newValue: 21.0.1 + newValue: 22.0.1 } - org.openrewrite.maven.ChangePropertyValue: { key: version.com.github.javaparser, - newValue: 3.25.1 + newValue: 3.25.3 } - org.openrewrite.maven.ChangePropertyValue: { key: version.io.quarkus.camel, @@ -121,7 +121,7 @@ recipeList: } - org.openrewrite.maven.ChangePropertyValue: { key: version.org.infinispan, - newValue: 14.0.7.Final + newValue: 14.0.11.Final } - org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: { oldGroupId: org.infinispan, @@ -142,6 +142,9 @@ recipeList: newArtifactId: infinispan-client-hotrod-jakarta } --- +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, @@ -527,9 +530,6 @@ 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