Skip to content

Commit

Permalink
Add plaintextOnly: true to RelocateLauncherClasses
Browse files Browse the repository at this point in the history
As suggested in
- openrewrite/rewrite#4277
- #538
  • Loading branch information
timtebeek committed Jun 24, 2024
1 parent 62e0194 commit 7fb21ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/rewrite/spring-boot-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,12 @@ recipeList:
- org.openrewrite.text.FindAndReplace:
find: org.springframework.boot.loader.JarLauncher
replace: org.springframework.boot.loader.launch.JarLauncher
plaintextOnly: true
- org.openrewrite.text.FindAndReplace:
find: org.springframework.boot.loader.PropertiesLauncher
replace: org.springframework.boot.loader.launch.PropertiesLauncher
plaintextOnly: true
- org.openrewrite.text.FindAndReplace:
find: org.springframework.boot.loader.WarLauncher
replace: org.springframework.boot.loader.launch.WarLauncher
plaintextOnly: true

0 comments on commit 7fb21ed

Please sign in to comment.