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 1, 2023
1 parent c8b0e85 commit b1d9d69
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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
Expand Up @@ -3951,7 +3951,7 @@ index 50e422c43..05e2b0dd8 100644

<dependencyManagement>
diff --git a/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml b/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml
index e6c5bc0df..7a46df317 100644
index 54891244e..5fb6a59e7 100644
--- a/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-compensation-quarkus/pom.xml
@@ -10,13 +10,13 @@
Expand Down Expand Up @@ -6000,7 +6000,7 @@ index 717cf1128..57f37d0a2 100644
<version.compiler.plugin>3.8.1</version.compiler.plugin>
<version.surefire.plugin>3.0.0-M7</version.surefire.plugin>
diff --git a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml
index f80bfaac4..904c140fb 100644
index 62dede6a8..f2fa86cac 100644
--- a/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-timeouts-showcase-embedded/pom.xml
@@ -13,10 +13,10 @@
Expand Down
28 changes: 14 additions & 14 deletions .ci/environments/quarkus-3/quarkus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ description: Update Quarkus version and refactor imports and resources if needed
type: specs.openrewrite.org/v1beta/recipe
recipeList:
- org.openrewrite.maven.ChangePropertyValue: {
key: quarkus-plugin.version,
newValue: 3.0.0.Final
newValue: 3.0.0.Final,
key: quarkus-plugin.version
}
- org.openrewrite.maven.ChangePropertyValue: {
key: quarkus.platform.version,
newValue: 3.0.0.Final
newValue: 3.0.0.Final,
key: quarkus.platform.version
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.org.drools,
newValue: 9.41.0-SNAPSHOT
newValue: 9.41.0-SNAPSHOT,
key: version.org.drools
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.org.kie.kogito,
newValue: 3.0.0-SNAPSHOT
newValue: 3.0.0-SNAPSHOT,
key: version.org.kie.kogito
}
- org.openrewrite.maven.ChangePropertyValue: {
key: kogito.bom.version,
newValue: 3.0.0-SNAPSHOT
newValue: 3.0.0-SNAPSHOT,
key: kogito.bom.version
}
- org.kie.kogito.Quarkus3Migration
- org.kie.ManagedDependencies
Expand Down Expand Up @@ -84,9 +84,7 @@ recipeList:
newValue: 3.0.0-M1
}
---
name: org.kie.ManagedDependencies
description: Update all managed dependencies based on dependency updates from Quarkus.
type: specs.openrewrite.org/v1beta/recipe
displayName: Update Managed Dependencies
recipeList:
- org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: {
oldGroupId: javax.activation,
Expand Down Expand Up @@ -471,7 +469,9 @@ recipeList:
newGroupId: org.keycloak,
newArtifactId: keycloak-admin-client-jakarta
}
displayName: Update Managed Dependencies
type: specs.openrewrite.org/v1beta/recipe
description: Update all managed dependencies based on dependency updates from Quarkus.
name: org.kie.ManagedDependencies
---
type: specs.openrewrite.org/v1beta/recipe
name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
Expand Down

0 comments on commit b1d9d69

Please sign in to comment.