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 Jun 22, 2023
1 parent 60624f2 commit 7c865cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .ci/environments/quarkus-3/patches/0001_before_sh.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 90a524d2dd..7b9f752bb5 100644
index deb889e4e6..7b9f752bb5 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -40,9 +40,9 @@
Expand Down Expand Up @@ -129,7 +129,7 @@ index 90a524d2dd..7b9f752bb5 100644
- <version.com.github.javaparser>3.24.2</version.com.github.javaparser>
+ <version.com.github.javaparser>3.25.1</version.com.github.javaparser>

- <version.com.google.guava>30.0-jre</version.com.google.guava>
- <version.com.google.guava>32.0.1-jre</version.com.google.guava>
+ <version.com.google.guava>31.1-jre</version.com.google.guava>

<!-- JaCoCo coverage data file location -->
Expand Down
8 changes: 4 additions & 4 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,6 +117,8 @@ recipeList:
}
- org.kie.openrewrite.recipe.jpmml.JPMMLRecipe
---
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 @@ -503,8 +505,6 @@ recipeList:
}
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
Expand Down

0 comments on commit 7c865cc

Please sign in to comment.