Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quarkus 3: Update openapi version #3193

Merged
merged 2 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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 b5586ee40a..5dc632ab64 100644
index b5586ee40a..ac8b59bb73 100644
--- a/kogito-build/kogito-dependencies-bom/pom.xml
+++ b/kogito-build/kogito-dependencies-bom/pom.xml
@@ -16,9 +16,9 @@
Expand All @@ -354,7 +354,7 @@ index b5586ee40a..5dc632ab64 100644
- <version.io.quarkiverse.asyncapi>0.0.6</version.io.quarkiverse.asyncapi>
- <version.io.quarkiverse.reactivemessaging.http>1.1.5</version.io.quarkiverse.reactivemessaging.http>
+ <version.io.quarkiverse.jackson-jq>2.0.1</version.io.quarkiverse.jackson-jq>
+ <version.io.quarkiverse.openapi.generator>2.2.8</version.io.quarkiverse.openapi.generator>
+ <version.io.quarkiverse.openapi.generator>2.2.9</version.io.quarkiverse.openapi.generator>
+ <version.io.quarkiverse.asyncapi>0.2.0</version.io.quarkiverse.asyncapi>
+ <version.io.quarkiverse.reactivemessaging.http>2.0.2</version.io.quarkiverse.reactivemessaging.http>
<version.io.quarkiverse.embedded.postgresql>0.0.9</version.io.quarkiverse.embedded.postgresql>
Expand Down
4 changes: 2 additions & 2 deletions .ci/environments/quarkus-3/project-recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ recipeList:
# Quarkiverse versions
- org.openrewrite.maven.ChangePropertyValue:
key: version.io.quarkiverse.openapi.generator
newValue: 2.2.8
newValue: 2.2.9
- org.openrewrite.maven.ChangePropertyValue:
key: version.io.quarkiverse.asyncapi
newValue: 0.2.0
Expand Down Expand Up @@ -86,4 +86,4 @@ recipeList:
oldGroupId: org.infinispan
oldArtifactId: infinispan-client-hotrod
newGroupId: org.infinispan
newArtifactId: infinispan-client-hotrod-jakarta
newArtifactId: infinispan-client-hotrod-jakarta
6 changes: 3 additions & 3 deletions .ci/environments/quarkus-3/quarkus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ recipeList:
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.io.quarkiverse.openapi.generator,
newValue: 2.2.8
newValue: 2.2.9
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.io.quarkiverse.asyncapi,
Expand Down Expand Up @@ -142,6 +142,8 @@ recipeList:
newArtifactId: infinispan-client-hotrod-jakarta
}
---
description: Update all managed dependencies based on dependency updates from Quarkus.
name: org.kie.ManagedDependencies
displayName: Update Managed Dependencies
recipeList:
- org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: {
Expand Down Expand Up @@ -528,8 +530,6 @@ recipeList:
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
---
type: specs.openrewrite.org/v1beta/recipe
name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
Expand Down
Loading