Missing bits for boot 3.2 upgrade

This commit is contained in:
aboyko
2023-11-28 18:27:44 -05:00
parent 22dbbfd174
commit 40643ceb27
2 changed files with 2 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ public class PrefsInitializer extends AbstractPreferenceInitializer {
"org.openrewrite.java.testing.junit5.JUnit4to5Migration",
"org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7",
"org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1",
"org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_2",
"org.rewrite.java.security.*",
"org.springframework.rewrite.test.*",
"rewrite.test.*"

View File

@@ -248,6 +248,7 @@
"org.openrewrite.java.testing.junit5.JUnit4to5Migration",
"org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7",
"org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1",
"org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_2",
"org.rewrite.java.security.*",
"org.springframework.rewrite.test.*",
"rewrite.test.*"