Skip to content

Commit

Permalink
[Quarkus 3] Updated rewrite data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Sep 8, 2023
1 parent cdd7013 commit 2f912dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .ci/environments/quarkus-3/patches/0001_before_sh.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4108,15 +4108,15 @@ index 361aa9932..a9069cf8d 100644
import org.junit.jupiter.api.Test;
import org.kie.kogito.event.EventPublisher;
diff --git a/kogito-apps-build-parent/pom.xml b/kogito-apps-build-parent/pom.xml
index f65eb1287..2e24461df 100644
index e4fc8b683..54d1b2825 100644
--- a/kogito-apps-build-parent/pom.xml
+++ b/kogito-apps-build-parent/pom.xml
@@ -45,7 +45,7 @@
<container.image.integration-tests-trusty-service-quarkus>org.kie.kogito/integration-tests-trusty-service-quarkus:${project.version}</container.image.integration-tests-trusty-service-quarkus>

<!-- OptaPlanner version -->
- <version.org.optaplanner>8.40.0.Final</version.org.optaplanner>
+ <version.org.optaplanner>9.40.0.Final</version.org.optaplanner>
- <version.org.optaplanner>8.44.0.Final</version.org.optaplanner>
+ <version.org.optaplanner>9.44.0.Final</version.org.optaplanner>

<version.com.vladmihalcea.hibernate-types-55>2.12.1</version.com.vladmihalcea.hibernate-types-55>
<version.org.apache.opennlp>1.9.2</version.org.apache.opennlp>
Expand Down
14 changes: 7 additions & 7 deletions .ci/environments/quarkus-3/quarkus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0.Final,
key: version.io.quarkus
key: version.io.quarkus,
newValue: 3.0.0.Final
}
- org.openrewrite.maven.ChangePropertyValue: {
newValue: 9.40.0.Final,
key: version.org.optaplanner
key: version.org.optaplanner,
newValue: 9.44.0.Final
}
- org.kie.ManagedDependencies
- io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
Expand Down Expand Up @@ -62,6 +62,9 @@ tags: [
quarkus
]
---
description: Update all managed dependencies based on dependency updates from Quarkus.
name: org.kie.ManagedDependencies
displayName: Update Managed Dependencies
recipeList:
- org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: {
oldGroupId: javax.activation,
Expand Down Expand Up @@ -446,9 +449,6 @@ recipeList:
newGroupId: org.keycloak,
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
Expand Down

0 comments on commit 2f912dd

Please sign in to comment.