From fc7fa3f3e9e8436036e76f73a4a9c0cd22500e6a Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 21 Feb 2023 15:30:43 +0100 Subject: [PATCH] remove strict version constraints from com.google.gson import packages to prepare for wider use of 2.10.1 version --- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.azure/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.azure/META-INF/MANIFEST.MF index 72c2d44ec..bfe696bf1 100755 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.azure/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.azure/META-INF/MANIFEST.MF @@ -16,10 +16,10 @@ Require-Bundle: org.eclipse.ui, org.eclipse.jdt.core, com.google.guava, org.springframework.ide.eclipse.beans.ui.live -Import-Package: com.google.gson;version="[2.9.1,2.10)", - com.google.gson.annotations;version="[2.9.1,2.10)", - com.google.gson.reflect;version="[2.9.1,2.10)", - com.google.gson.stream;version="[2.9.1,2.10)" +Import-Package: com.google.gson, + com.google.gson.annotations, + com.google.gson.reflect, + com.google.gson.stream Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Activator: org.springframework.ide.eclipse.boot.dash.azure.BootDashAzurePlugin Bundle-ActivationPolicy: lazy diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.cf/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.cf/META-INF/MANIFEST.MF index ee066efac..4519eaac9 100755 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.cf/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.cf/META-INF/MANIFEST.MF @@ -73,7 +73,7 @@ Import-Package: org.eclipse.core.runtime, org.eclipse.core.runtime.preferences, org.eclipse.osgi.util, org.osgi.framework, - com.google.gson;version="[2.9.1,2.10)", - com.google.gson.annotations;version="[2.9.1,2.10)", - com.google.gson.reflect;version="[2.9.1,2.10)", - com.google.gson.stream;version="[2.9.1,2.10)" + com.google.gson, + com.google.gson.annotations, + com.google.gson.reflect, + com.google.gson.stream diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.test/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.test/META-INF/MANIFEST.MF index 3159c24da..c560f91ef 100644 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.test/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.test/META-INF/MANIFEST.MF @@ -54,8 +54,8 @@ Import-Package: org.eclipse.core.runtime, org.eclipse.core.runtime.preferences, org.osgi.framework, org.osgi.service.prefs;version="1.1.1", - com.google.gson;version="[2.9.1,2.10)", - com.google.gson.annotations;version="[2.9.1,2.10)", - com.google.gson.reflect;version="[2.9.1,2.10)", - com.google.gson.stream;version="[2.9.1,2.10)" + com.google.gson, + com.google.gson.annotations, + com.google.gson.reflect, + com.google.gson.stream Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash.test 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 4dc6d3bb6..2d6f433f6 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 @@ -81,8 +81,8 @@ Import-Package: org.eclipse.core.runtime, org.eclipse.core.runtime.preferences, org.osgi.framework, org.osgi.service.prefs, - com.google.gson;version="[2.9.1,2.10)", - com.google.gson.annotations;version="[2.9.1,2.10)", - com.google.gson.reflect;version="[2.9.1,2.10)", - com.google.gson.stream;version="[2.9.1,2.10)" + com.google.gson, + com.google.gson.annotations, + com.google.gson.reflect, + com.google.gson.stream Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash diff --git a/eclipse-language-servers/org.springframework.ide.eclipse.editor.support/META-INF/MANIFEST.MF b/eclipse-language-servers/org.springframework.ide.eclipse.editor.support/META-INF/MANIFEST.MF index 048be2497..26b3fb1d5 100644 --- a/eclipse-language-servers/org.springframework.ide.eclipse.editor.support/META-INF/MANIFEST.MF +++ b/eclipse-language-servers/org.springframework.ide.eclipse.editor.support/META-INF/MANIFEST.MF @@ -47,7 +47,7 @@ Import-Package: org.eclipse.core.runtime, org.eclipse.core.runtime.preferences, org.osgi.service.prefs, org.osgi.framework, - com.google.gson;version="[2.9.1,2.10)", - com.google.gson.annotations;version="[2.9.1,2.10)", - com.google.gson.reflect;version="[2.9.1,2.10)", - com.google.gson.stream;version="[2.9.1,2.10)" + com.google.gson, + com.google.gson.annotations, + com.google.gson.reflect, + com.google.gson.stream diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls/META-INF/MANIFEST.MF b/eclipse-language-servers/org.springframework.tooling.boot.ls/META-INF/MANIFEST.MF index 5c5cbe0d4..869ef2c7e 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls/META-INF/MANIFEST.MF +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls/META-INF/MANIFEST.MF @@ -39,10 +39,10 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0", org.eclipse.jface.notifications Import-Package: com.google.common.base, com.google.common.collect, - com.google.gson;version="[2.9.1,2.10)", - com.google.gson.annotations;version="[2.9.1,2.10)", - com.google.gson.reflect;version="[2.9.1,2.10)", - com.google.gson.stream;version="[2.9.1,2.10)", + com.google.gson, + com.google.gson.annotations, + com.google.gson.reflect, + com.google.gson.stream, org.eclipse.jface.preference, org.osgi.framework Bundle-Activator: org.springframework.tooling.boot.ls.BootLanguageServerPlugin diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/META-INF/MANIFEST.MF b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/META-INF/MANIFEST.MF index b719a6c9c..3cb3e6e79 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/META-INF/MANIFEST.MF +++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons.test/META-INF/MANIFEST.MF @@ -17,7 +17,7 @@ Require-Bundle: org.junit, org.eclipse.m2e.maven.runtime, org.eclipse.m2e.core.ui, org.eclipse.lsp4j.jsonrpc -Import-Package: com.google.gson;version="[2.9.1,2.10)", - com.google.gson.annotations;version="[2.9.1,2.10)", - com.google.gson.reflect;version="[2.9.1,2.10)", - com.google.gson.stream;version="[2.9.1,2.10)" +Import-Package: com.google.gson, + com.google.gson.annotations, + com.google.gson.reflect, + com.google.gson.stream