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 6, 2023
1 parent 71bf079 commit f3ce5ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .ci/environments/quarkus-3/patches/0001_before_sh.patch
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ index 914a5ed1a5..840df84c51 100644
</plugin>
<plugin>
diff --git a/kogito-build/kogito-dependencies-bom/pom.xml b/kogito-build/kogito-dependencies-bom/pom.xml
index 1e0f5ff6f0..1a911f0e4c 100644
index 5afd0f9b95..1a911f0e4c 100644
--- a/kogito-build/kogito-dependencies-bom/pom.xml
+++ b/kogito-build/kogito-dependencies-bom/pom.xml
@@ -16,9 +16,9 @@
Expand Down Expand Up @@ -387,7 +387,8 @@ index 1e0f5ff6f0..1a911f0e4c 100644
+ <version.io.micrometer>1.10.5</version.io.micrometer>
<version.org.flywaydb>9.8.3</version.org.flywaydb>
<version.org.postgresql>42.5.1</version.org.postgresql>
<version.io.serverlessworkflow>4.0.3.Final</version.io.serverlessworkflow>
- <version.io.serverlessworkflow>4.0.4.Final</version.io.serverlessworkflow>
+ <version.io.serverlessworkflow>4.0.3.Final</version.io.serverlessworkflow>
<!-- Aligned with Quarkus 2.7 (LTS) - see https://issues.redhat.com/browse/KOGITO-7971 -->
- <version.io.smallrye-open-api>3.1.1</version.io.smallrye-open-api>
+ <version.io.smallrye-open-api>3.3.2</version.io.smallrye-open-api>
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: {
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.42.0-SNAPSHOT
newValue: 9.42.0-SNAPSHOT,
key: version.org.kie
}
- org.kie.kogito.Quarkus3Migration
- org.kie.ManagedDependencies
Expand Down Expand Up @@ -148,9 +148,6 @@ recipeList:
}
---
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
recipeList:
- org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: {
oldGroupId: javax.activation,
Expand Down Expand Up @@ -535,6 +532,9 @@ 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
name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
Expand Down

0 comments on commit f3ce5ef

Please sign in to comment.