From a64227ccfe4ce8705d3b9bed976de01f341fb044 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 13 Mar 2025 00:30:34 -0400 Subject: [PATCH] Switch to Java 21 the branding plugin --- .../org.springframework.boot.ide.branding/.classpath | 2 +- .../org.springframework.boot.ide.branding/META-INF/MANIFEST.MF | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/.classpath b/eclipse-distribution/org.springframework.boot.ide.branding/.classpath index 5508535a4..2d6b678d2 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/.classpath +++ b/eclipse-distribution/org.springframework.boot.ide.branding/.classpath @@ -1,6 +1,6 @@ - + diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/META-INF/MANIFEST.MF b/eclipse-distribution/org.springframework.boot.ide.branding/META-INF/MANIFEST.MF index 2d2fd85a7..1048c3529 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/META-INF/MANIFEST.MF +++ b/eclipse-distribution/org.springframework.boot.ide.branding/META-INF/MANIFEST.MF @@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.equinox.p2.ui.sdk, org.springsource.ide.eclipse.commons.core, org.eclipse.equinox.p2.engine -Bundle-RequiredExecutionEnvironment: JavaSE-17 +Bundle-RequiredExecutionEnvironment: JavaSE-21 Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Import-Package: org.eclipse.core.runtime,