Skip to content

Commit

Permalink
update recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 9, 2023
1 parent 8c210e5 commit 22f4eb8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
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 @@ -51,8 +51,8 @@ recipeList:
key: version.io.quarkiverse.asyncapi
newValue: 0.2.0
- org.openrewrite.java.ChangePackage: # This change goes with the quarkiverse asyncapi version update
oldPackageName: com.asyncapi.v2.model,
newPackageName: com.asyncapi.v2._6_0.model,
oldPackageName: com.asyncapi.v2.model
newPackageName: com.asyncapi.v2._6_0.model
recursive: true
- org.openrewrite.maven.ChangePropertyValue:
key: version.io.quarkiverse.reactivemessaging.http
Expand Down
19 changes: 9 additions & 10 deletions .ci/environments/quarkus-3/quarkus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ recipeList:
key: version.io.quarkiverse.asyncapi,
newValue: 0.2.0
}
- org.openrewrite.java.ChangePackage: {
oldPackageName: com.asyncapi.v2.model,
newPackageName: com.asyncapi.v2._6_0.model,
recursive: true
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.io.quarkiverse.reactivemessaging.http,
newValue: 2.0.2
Expand All @@ -118,12 +123,6 @@ recipeList:
key: version.org.infinispan,
newValue: 14.0.7.Final
}
- org.openrewrite.maven.ChangeDependencyGroupIdAndArtifactId: {
oldGroupId: org.infinispan,
oldArtifactId: infinispan-core,
newGroupId: org.infinispan,
newArtifactId: infinispan-core-jakarta
}
- org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: {
oldGroupId: org.infinispan,
oldArtifactId: infinispan-core,
Expand All @@ -143,8 +142,8 @@ recipeList:
newArtifactId: infinispan-client-hotrod-jakarta
}
---
name: org.kie.ManagedDependencies
displayName: Update Managed Dependencies
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 @@ -529,8 +528,8 @@ 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.
displayName: Update Managed Dependencies
name: org.kie.ManagedDependencies
---
type: specs.openrewrite.org/v1beta/recipe
name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
Expand Down

0 comments on commit 22f4eb8

Please sign in to comment.