diff --git a/.ci/environments/quarkus-3/patches/0001_before_sh.patch b/.ci/environments/quarkus-3/patches/0001_before_sh.patch index 708254e7b89..daac0f3b798 100644 --- a/.ci/environments/quarkus-3/patches/0001_before_sh.patch +++ b/.ci/environments/quarkus-3/patches/0001_before_sh.patch @@ -2572,6 +2572,23 @@ index 295de81ef7..e85b0f8c09 100644 import org.eclipse.microprofile.config.inject.ConfigProperty; import org.kie.kogito.svg.AbstractProcessSvgService; +diff --git a/quarkus/addons/python/runtime/src/main/java/org/kie/kogito/quarkus/serverless/workflow/python/PythonWorkItemHandlerConfig.java b/quarkus/addons/python/runtime/src/main/java/org/kie/kogito/quarkus/serverless/workflow/python/PythonWorkItemHandlerConfig.java +index 9316ad12b6..fc98d52f66 100644 +--- a/quarkus/addons/python/runtime/src/main/java/org/kie/kogito/quarkus/serverless/workflow/python/PythonWorkItemHandlerConfig.java ++++ b/quarkus/addons/python/runtime/src/main/java/org/kie/kogito/quarkus/serverless/workflow/python/PythonWorkItemHandlerConfig.java +@@ -15,9 +15,9 @@ + */ + package org.kie.kogito.quarkus.serverless.workflow.python; + +-import javax.annotation.PostConstruct; +-import javax.annotation.PreDestroy; +-import javax.enterprise.context.ApplicationScoped; ++import jakarta.annotation.PostConstruct; ++import jakarta.annotation.PreDestroy; ++import jakarta.enterprise.context.ApplicationScoped; + + import org.kie.kogito.internal.process.runtime.KogitoWorkItemHandler; + import org.kie.kogito.process.impl.CachedWorkItemHandlerConfig; diff --git a/quarkus/addons/rest-exception-handler/pom.xml b/quarkus/addons/rest-exception-handler/pom.xml index d0ffa42730..abbc56828f 100644 --- a/quarkus/addons/rest-exception-handler/pom.xml diff --git a/.ci/environments/quarkus-3/quarkus3.yml b/.ci/environments/quarkus-3/quarkus3.yml index 3f404f024de..674acaa1849 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: { - key: version.io.quarkus, - newValue: 3.0.0.Final + newValue: 3.0.0.Final, + key: version.io.quarkus } - org.openrewrite.maven.ChangePropertyValue: { - key: version.org.kie, - newValue: 9.43.0-SNAPSHOT + newValue: 9.43.0-SNAPSHOT, + key: version.org.kie } - org.kie.kogito.Quarkus3Migration - org.kie.ManagedDependencies @@ -143,9 +143,6 @@ 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, @@ -531,6 +528,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