File tree Expand file tree Collapse file tree
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ recipeList:
9898 groupId : jakarta.enterprise
9999 artifactId : jakarta.enterprise.cdi-api
100100 newVersion : 4.0.x
101+ - org.openrewrite.java.dependencies.UpgradeDependencyVersion :
102+ groupId : jakarta.enterprise.concurrent
103+ artifactId : jakarta.enterprise.concurrent-api
104+ newVersion : 3.0.x
101105 - org.openrewrite.java.dependencies.UpgradeDependencyVersion :
102106 groupId : jakarta.el
103107 artifactId : jakarta.el-api
Original file line number Diff line number Diff line change @@ -439,10 +439,11 @@ recipeList:
439439 oldArtifactId : javax.enterprise.concurrent-api
440440 newGroupId : jakarta.enterprise.concurrent
441441 newArtifactId : jakarta.enterprise.concurrent-api
442+ newVersion : 2.0.x
442443 - org.openrewrite.java.dependencies.UpgradeDependencyVersion :
443444 groupId : jakarta.enterprise.concurrent
444445 artifactId : jakarta.enterprise.concurrent-api
445- newVersion : 3 .0.x
446+ newVersion : 2 .0.x
446447 - org.openrewrite.java.dependencies.ChangeDependency :
447448 oldGroupId : javax.enterprise
448449 oldArtifactId : cdi-api
You can’t perform that action at this time.
0 commit comments