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 Jul 11, 2023
1 parent ef6a7bd commit 315721b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 7 additions & 3 deletions .ci/environments/quarkus-3/patches/0001_before_sh.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 06e45724a5..c6714f07c2 100644
index 4e0b91b3d1..c6714f07c2 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -40,9 +40,9 @@
@@ -40,22 +40,22 @@
<version.commons-logging>1.1.1</version.commons-logging>
<version.commons-io>2.11.0</version.commons-io>
<version.common-text>1.10.0</version.common-text>
Expand All @@ -15,7 +15,11 @@ index 06e45724a5..c6714f07c2 100644
<version.com.github.victools>4.31.0</version.com.github.victools> <!-- victools should align with Jackson if possible -->
<version.com.miglayout>3.7.4</version.com.miglayout>
<version.domino-slf4j-logger>1.0.1</version.domino-slf4j-logger>
@@ -53,9 +53,9 @@
<version.com.google.protobuf>3.22.0</version.com.google.protobuf>
- <version.com.h2database>2.2.220</version.com.h2database>
+ <version.com.h2database>2.1.214</version.com.h2database>
<version.com.networknt.json-schema-validator>1.0.43</version.com.networknt.json-schema-validator>
<version.com.sun.xml.bind>2.3.0</version.com.sun.xml.bind>
<version.com.thoughtworks.xstream>1.4.20</version.com.thoughtworks.xstream>
<version.guru.nidi>0.18.0</version.guru.nidi>
<version.info.picocli>4.7.1</version.info.picocli>
Expand Down
12 changes: 6 additions & 6 deletions .ci/environments/quarkus-3/quarkus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -117,7 +117,9 @@ 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
recipeList:
- org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: {
oldGroupId: javax.activation,
Expand Down Expand Up @@ -502,9 +504,7 @@ recipeList:
newGroupId: org.keycloak,
newArtifactId: keycloak-admin-client-jakarta
}
type: specs.openrewrite.org/v1beta/recipe
description: Update all managed dependencies based on dependency updates from Quarkus.
name: org.kie.ManagedDependencies
displayName: Update Managed Dependencies
---
type: specs.openrewrite.org/v1beta/recipe
name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
Expand Down

0 comments on commit 315721b

Please sign in to comment.