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 Aug 29, 2023
1 parent 0c16a6f commit 1e3e8d9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .ci/environments/quarkus-3/patches/0001_before_sh.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/pom.xml b/pom.xml
index 0c0f0f1..cb07444 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
</modules>

<properties>
- <version.org.jpmml.evaluator>1.5.1</version.org.jpmml.evaluator> <!-- ATTENTION 1.5.1 intentional, because 1.5.1 evaluators works with 1.5.1 -->
+ <version.org.jpmml.evaluator>1.6.4</version.org.jpmml.evaluator> <!-- ATTENTION 1.5.1 intentional, because 1.5.1 evaluators works with 1.5.1 -->
</properties>

<dependencyManagement>
16 changes: 13 additions & 3 deletions .ci/environments/quarkus-3/quarkus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ recipeList:
key: version.io.quarkus,
newValue: 3.0.0.Final
}
- org.kie.drools.Quarkus3Migration
- org.kie.ManagedDependencies
- io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
- org.openrewrite.java.migrate.jakarta.JavaxActivationMigrationToJakartaActivation
Expand Down Expand Up @@ -58,10 +59,18 @@ tags: [
quarkus
]
---
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: org.kie.drools.Quarkus3Migration
displayName: All Quarkus 3 Migration for Drools project
recipeList:
- org.openrewrite.maven.ChangePropertyValue: {
key: version.org.jpmml.evaluator,
newValue: 1.6.4
}
---
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,6 +455,7 @@ recipeList:
newGroupId: org.keycloak,
newArtifactId: keycloak-admin-client-jakarta
}
type: specs.openrewrite.org/v1beta/recipe
---
type: specs.openrewrite.org/v1beta/recipe
name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
Expand Down

0 comments on commit 1e3e8d9

Please sign in to comment.