Skip to content

Commit

Permalink
Add JavaxMigrationToJakarta to the spring-boot3-upgrade recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pway99 committed Aug 3, 2022
1 parent 8096d1a commit 14b81dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ dependencies {
implementation("org.openrewrite:rewrite-maven:${rewriteVersion}")

runtimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:${rewriteVersion}")
runtimeOnly("org.openrewrite.recipe:rewrite-migrate-java:${rewriteVersion}")
runtimeOnly("org.openrewrite:rewrite-java-11:$rewriteVersion")

testImplementation(platform(kotlin("bom", "1.6.21")))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ displayName: Upgrade Maven Pom to Spring Boot 3.0 from 2.x
description: 'Upgrade Maven Pom to Spring Boot 3.0 from prior 2.x version.'
recipeList:
- org.openrewrite.java.migrate.JavaVersion17
- org.openrewrite.java.migrate.JavaxMigrationToJakarta
- org.openrewrite.maven.ChangeDependencyClassifier:
groupId: org.ehcache
artifactId: ehcache
Expand Down

0 comments on commit 14b81dd

Please sign in to comment.