From daee0f4b56d98625ceba667eb3637e7e79f71d9d Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Fri, 9 Sep 2022 08:56:40 +0200 Subject: [PATCH] GH-832: updated BREE to JavaSE-11 due to the usage of new methods on Map interface --- .../META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash/META-INF/MANIFEST.MF index 07000a631..43caf909a 100644 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash/META-INF/MANIFEST.MF @@ -52,7 +52,7 @@ Require-Bundle: org.eclipse.ui, com.google.gson, org.eclipse.jdt.debug, org.springsource.ide.eclipse.commons.boot.ls -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ActivationPolicy: lazy Bundle-ClassPath: . Export-Package: org.springframework.ide.eclipse.boot.dash,