Files
Alex Boyko 9a90390fe0 GH-1503: update everything to Java 21
* Switch to JDT LS 1.45 and Java 21
* Java 21 for LS side
* Switch to Java 21 the branding plugin

---------

Signed-off-by: Martin Lippert <martin.lippert@broadcom.com>
Co-authored-by: Alex Boyko <alex.boyko@broadcom.com>
2025-03-13 08:39:20 +01:00

18 lines
734 B
Plaintext
Executable File

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.restart;singleton:=true
Bundle-Version: 4.30.0.qualifier
Bundle-Vendor: VMware, Inc
Bundle-Name: Spring Boot Devtools Easy Restart
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.console,
org.eclipse.debug.ui;bundle-version="3.9.0",
org.eclipse.ui.workbench.texteditor;bundle-version="3.9.0",
org.springframework.ide.eclipse.boot.launch,
org.springframework.ide.eclipse.boot
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-Activator: org.springframework.ide.eclipse.boot.restart.RestartPlugin
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.springframework.ide.eclipse.boot.restart