Skip to content

Commit 44291b4

Browse files
committed
Include Boot 3 Best Practices recipe rather than Boot 2
1 parent 04b6881 commit 44291b4

File tree

2 files changed

+2
-4
lines changed
  • eclipse-language-servers/org.springframework.tooling.boot.ls/src/org/springframework/tooling/boot/ls/prefs
  • vscode-extensions/vscode-spring-boot

2 files changed

+2
-4
lines changed

eclipse-language-servers/org.springframework.tooling.boot.ls/src/org/springframework/tooling/boot/ls/prefs/PrefsInitializer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ public void initializeDefaultPreferences() {
5050

5151
preferenceStore.setDefault(Constants.PREF_REWRITE_RECIPE_FILTERS, StringListEditor.encode(new String[] {
5252
"org.openrewrite.java.spring.boot2.SpringBoot2JUnit4to5Migration",
53-
"org.openrewrite.java.spring.boot2.SpringBoot2BestPractices",
54-
"org.openrewrite.java.spring.boot2.SpringBoot1To2Migration",
53+
"org.openrewrite.java.spring.boot3.SpringBoot3BestPractices",
5554
"org.openrewrite.java.testing.junit5.JUnit5BestPractices",
5655
"org.openrewrite.java.testing.junit5.JUnit4to5Migration",
5756
"org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7",

vscode-extensions/vscode-spring-boot/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@
255255
"type": "array",
256256
"default": [
257257
"org.openrewrite.java.spring.boot2.SpringBoot2JUnit4to5Migration",
258-
"org.openrewrite.java.spring.boot2.SpringBoot2BestPractices",
259-
"org.openrewrite.java.spring.boot2.SpringBoot1To2Migration",
258+
"org.openrewrite.java.spring.boot3.SpringBoot3BestPractices",
260259
"org.openrewrite.java.testing.junit5.JUnit5BestPractices",
261260
"org.openrewrite.java.testing.junit5.JUnit4to5Migration",
262261
"org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7",

0 commit comments

Comments
 (0)