From 0da07527d66678316ab827ce3ebeb76696ffc9c7 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 4 Jan 2024 13:36:35 -0500 Subject: [PATCH] Only keep Boot 3.2 upgrade without 3.1 --- .../tooling/boot/ls/prefs/PrefsInitializer.java | 3 +-- vscode-extensions/vscode-spring-boot/package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls/src/org/springframework/tooling/boot/ls/prefs/PrefsInitializer.java b/eclipse-language-servers/org.springframework.tooling.boot.ls/src/org/springframework/tooling/boot/ls/prefs/PrefsInitializer.java index 640caab89..48cb942d0 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls/src/org/springframework/tooling/boot/ls/prefs/PrefsInitializer.java +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls/src/org/springframework/tooling/boot/ls/prefs/PrefsInitializer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017, 2023 Pivotal, Inc. + * Copyright (c) 2017, 2024 Pivotal, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -55,7 +55,6 @@ public class PrefsInitializer extends AbstractPreferenceInitializer { "org.openrewrite.java.testing.junit5.JUnit5BestPractices", "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.*", diff --git a/vscode-extensions/vscode-spring-boot/package.json b/vscode-extensions/vscode-spring-boot/package.json index 59e38c8aa..29f72224f 100644 --- a/vscode-extensions/vscode-spring-boot/package.json +++ b/vscode-extensions/vscode-spring-boot/package.json @@ -250,7 +250,6 @@ "org.openrewrite.java.testing.junit5.JUnit5BestPractices", "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.*",