Skip to content

Commit

Permalink
updated jbang
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Sep 5, 2023
1 parent 230c5e1 commit 3b9ada3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
import org.apache.commons.io.IOUtils;

import io.quarkus.devtools.project.BuildTool;
import io.quarkus.devtools.project.update.QuarkusUpdateRecipe;
import io.quarkus.devtools.project.update.QuarkusUpdateRecipeIO;
import io.quarkus.devtools.project.update.operations.UpdatePropertyOperation;
import io.quarkus.devtools.project.update.rewrite.QuarkusUpdateRecipe;
import io.quarkus.devtools.project.update.rewrite.QuarkusUpdateRecipeIO;
import io.quarkus.devtools.project.update.rewrite.operations.UpdatePropertyOperation;
import picocli.CommandLine;
import picocli.CommandLine.Command;
import picocli.CommandLine.Option;
Expand Down
24 changes: 12 additions & 12 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: {
newValue: 3.2.5.Final,
key: version.io.quarkus
key: version.io.quarkus,
newValue: ''
}
- org.openrewrite.maven.ChangePropertyValue: {
newValue: 9.45.0-SNAPSHOT,
key: version.org.kie
key: version.org.kie,
newValue: 9.45.0-SNAPSHOT
}
- org.kie.kogito.Quarkus3Migration
- org.kie.ManagedDependencies
Expand Down Expand Up @@ -69,23 +69,23 @@ displayName: All Quarkus 3 Migration for Kogito Runtimes project
recipeList:
- org.openrewrite.maven.ChangePropertyValue: {
key: version.org.springframework.boot,
newValue: 3.0.5
newValue: 3.1.3
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.org.springframework.cloud.kubernetes.fabric8,
newValue: 3.0.2
newValue: 3.0.4
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.ch.qos.logback,
newValue: 1.4.7
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.org.keycloak,
newValue: 21.0.1
newValue: 22.0.1
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.com.github.javaparser,
newValue: 3.25.1
newValue: 3.25.3
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.io.quarkus.camel,
Expand Down Expand Up @@ -121,7 +121,7 @@ recipeList:
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.org.infinispan,
newValue: 14.0.7.Final
newValue: 14.0.11.Final
}
- org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId: {
oldGroupId: org.infinispan,
Expand All @@ -142,6 +142,9 @@ recipeList:
newArtifactId: infinispan-client-hotrod-jakarta
}
---
name: org.kie.ManagedDependencies
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 @@ -527,9 +530,6 @@ recipeList:
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
---
type: specs.openrewrite.org/v1beta/recipe
name: io.quarkus.updates.core.quarkus30.UpgradeQuarkiverse
Expand Down

0 comments on commit 3b9ada3

Please sign in to comment.