Skip to content

Commit

Permalink
Update spring-boot-30.yml (#520)
Browse files Browse the repository at this point in the history
Add `recursive: true` to MigrateThymeleafDependencies to allow migrating all child packages as well

Co-authored-by: Tim te Beek <[email protected]>
  • Loading branch information
askoog and timtebeek authored May 6, 2024
1 parent b04dd1d commit 82ec0a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/spring-boot-30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ recipeList:
- org.openrewrite.java.ChangePackage:
oldPackageName: org.thymeleaf.spring5
newPackageName: org.thymeleaf.spring6
recursive: true
- org.openrewrite.java.dependencies.ChangeDependency:
oldGroupId: org.thymeleaf
oldArtifactId: thymeleaf-spring5
Expand Down

0 comments on commit 82ec0a4

Please sign in to comment.