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>
This commit is contained in:
@@ -108,14 +108,14 @@ jobs:
|
||||
urls: ${{ steps.compute-invalid-urls.outputs.invalid_urls }}
|
||||
cloudflare_zone_id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
||||
cloudflare_cache_token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
|
||||
- name: Verify Eclipse LS Extensions on e435
|
||||
- name: Verify Eclipse LS Extensions on e436
|
||||
if: ${{ inputs.build_type == 'snapshot' }}
|
||||
run: |
|
||||
cd eclipse-language-servers
|
||||
if command -v xvfb-run ; then
|
||||
xvfb-run ./mvnw --batch-mode clean package -Pe435 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
xvfb-run ./mvnw --batch-mode clean package -Pe436 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
else
|
||||
./mvnw --batch-mode clean package -Pe435 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
./mvnw --batch-mode clean package -Pe436 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
fi
|
||||
- name: GChat spring-tools-team notification
|
||||
if: ${{ inputs.build_type == 'release' }}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
./mvnw clean install -Pe436 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5
|
||||
./mvnw clean install -Pe434 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Live Beans Tree
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.beans.ui.live;singleton:=true
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Export-Package: org.springframework.ide.eclipse.beans.ui.live,
|
||||
org.springframework.ide.eclipse.beans.ui.live.actions,
|
||||
org.springframework.ide.eclipse.beans.ui.live.model,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21">
|
||||
<attributes>
|
||||
<attribute name="module" value="true"/>
|
||||
</attributes>
|
||||
|
||||
@@ -20,7 +20,7 @@ Import-Package: com.google.gson,
|
||||
com.google.gson.annotations,
|
||||
com.google.gson.reflect,
|
||||
com.google.gson.stream
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-Activator: org.springframework.ide.eclipse.boot.dash.azure.BootDashAzurePlugin
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.springframework.ide.eclipse.boot.dash.azure
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: org.springframework.ide.eclipse.boot.dash.docker
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.dash.docker;singleton:=true
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash.docker
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.springframework.ide.eclipse.boot.dash,
|
||||
org.springframework.ide.eclipse.boot,
|
||||
org.springsource.ide.eclipse.commons.livexp,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src">
|
||||
<attributes>
|
||||
|
||||
@@ -41,7 +41,7 @@ Require-Bundle: org.junit,
|
||||
org.springframework.ide.eclipse.docker.client;bundle-version="3.9.14",
|
||||
org.springsource.ide.eclipse.commons.boot.ls;bundle-version="4.8.2",
|
||||
org.hamcrest.library;bundle-version="1.3.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Import-Package: org.eclipse.core.runtime,
|
||||
org.eclipse.core.runtime.jobs,
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: Boot Dashboard integration with Xterm view
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.dash.xterm;singleton:=true
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash.xterm
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.ui,
|
||||
org.springsource.ide.eclipse.commons.livexp,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -46,7 +46,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.lsp4j,
|
||||
org.eclipse.jdt.debug,
|
||||
org.springsource.ide.eclipse.commons.boot.ls
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
Export-Package: org.springframework.ide.eclipse.boot.dash,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src">
|
||||
<attributes>
|
||||
|
||||
@@ -21,6 +21,6 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.springframework.ide.eclipse.boot.test,
|
||||
org.springsource.ide.eclipse.commons.frameworks.test.util,
|
||||
org.springframework.ide.eclipse.buildship30
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Vendor: Broadcom
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -34,7 +34,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.lsp4j,
|
||||
com.google.gson,
|
||||
org.eclipse.jdt.junit.core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.springframework.ide.eclipse.boot.launch,
|
||||
org.springframework.ide.eclipse.boot.launch.cli,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src">
|
||||
<attributes>
|
||||
|
||||
@@ -26,6 +26,6 @@ Require-Bundle: org.eclipse.core.runtime,
|
||||
io.projectreactor.reactor-core;bundle-version="[3.3.1,3.3.2)",
|
||||
org.eclipse.osgi,
|
||||
org.hamcrest.library
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core,
|
||||
org.springframework.ide.eclipse.editor.support,
|
||||
org.eclipse.jdt.core.manipulation
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
Bundle-Vendor: %providerName
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.ui.workbench.texteditor;bundle-version="3.9.0",
|
||||
org.springframework.ide.eclipse.boot.launch,
|
||||
org.springframework.ide.eclipse.boot
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Templates
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.templates;singleton:=true
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.jdt.core,
|
||||
org.eclipse.text,
|
||||
org.eclipse.jdt.ui,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src">
|
||||
<attributes>
|
||||
|
||||
@@ -27,7 +27,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.springframework.ide.eclipse.boot.launch,
|
||||
com.google.guava,
|
||||
org.eclipse.m2e.core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Vendor: Broadcom
|
||||
Export-Package: org.springframework.ide.eclipse.boot.test,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -18,6 +18,6 @@ Require-Bundle: org.eclipse.core.runtime,
|
||||
org.springframework.ide.eclipse.editor.support,
|
||||
org.eclipse.jface,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.springframework.ide.eclipse.boot.validation.framework
|
||||
|
||||
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Boot UI Support
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.wizard;singleton:=true
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.springsource.ide.eclipse.commons.livexp;bundle-version="3.8.4",
|
||||
org.eclipse.core.resources,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
|
||||
<accessrules>
|
||||
<accessrule kind="accessible" pattern="org/eclipse/jdt/internal/**"/>
|
||||
|
||||
@@ -35,7 +35,7 @@ Require-Bundle: org.eclipse.core.resources,
|
||||
org.reactivestreams.reactive-streams,
|
||||
com.google.guava,
|
||||
org.eclipse.wst.sse.core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.springframework.ide.eclipse.boot.core,
|
||||
org.springframework.ide.eclipse.boot.core.cli,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.buildship30;singleton:=true
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Localization: plugin
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: org.springframework.ide.eclipse.docker.client.wrapper
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.docker.client;singleton:=true
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.docker.client.wrapper
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ClassPath: .,
|
||||
dependency/bcpkix-jdk15on-1.64.jar,
|
||||
dependency/bcprov-jdk15on-1.64.jar,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -10,5 +10,5 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.jdt.ui,
|
||||
org.eclipse.jdt.core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src">
|
||||
<attributes>
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: Maven POM Compare Tests
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.maven.pom.tests
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.maven.pom.tests
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.junit,
|
||||
org.eclipse.text,
|
||||
org.springframework.ide.eclipse.maven.pom,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: Maven POM Compare
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.maven.pom;singleton:=true
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.maven.pom
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.compare,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.ui.workbench,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: org.springframework.ide.eclipse.xml.namespaces
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.xml.namespaces;singleton:=true
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Import-Package: org.eclipse.core.commands.common,
|
||||
org.eclipse.core.resources,
|
||||
org.eclipse.core.runtime,
|
||||
|
||||
@@ -6,6 +6,6 @@ Bundle-Version: 4.26.0.qualifier
|
||||
Bundle-Vendor: VMware
|
||||
Fragment-Host: org.springframework.ide.eclipse.xterm;bundle-version="4.8.2"
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.xterm.linux.x86.64
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
|
||||
Eclipse-BundleShape: dir
|
||||
|
||||
@@ -6,6 +6,6 @@ Bundle-Version: 4.30.0.qualifier
|
||||
Bundle-Vendor: VMware
|
||||
Fragment-Host: org.springframework.ide.eclipse.xterm;bundle-version="4.8.2"
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.xterm.macosx.x86.64
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (osgi.os=macosx) (|(osgi.arch=x86_64)(osgi.arch=ppc)))
|
||||
Eclipse-BundleShape: dir
|
||||
|
||||
@@ -6,6 +6,6 @@ Bundle-Version: 4.30.0.qualifier
|
||||
Bundle-Vendor: VMware
|
||||
Fragment-Host: org.springframework.ide.eclipse.xterm;bundle-version="4.8.2"
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.xterm.win32.x86.64
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86_64))
|
||||
Eclipse-BundleShape: dir
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: org.springframework.ide.eclipse.xterm
|
||||
Bundle-SymbolicName: org.springframework.ide.eclipse.xterm;singleton:=true
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.xterm
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-Activator: org.springframework.ide.eclipse.xterm.XtermPlugin
|
||||
Require-Bundle: org.eclipse.ui;bundle-version="3.115.0",
|
||||
org.eclipse.core.runtime,
|
||||
|
||||
@@ -5,4 +5,4 @@ cd ../headless-services
|
||||
./mvnw clean install -Dmaven.test.skip=true
|
||||
|
||||
cd $workdir
|
||||
./mvnw -Psnapshot -Pe433 clean install -Dmaven.test.skip=true
|
||||
./mvnw -Psnapshot -Pe436 clean install -Dmaven.test.skip=true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -38,7 +38,7 @@ Export-Package: org.springframework.ide.eclipse.editor.support,
|
||||
org.springframework.ide.eclipse.editor.support.yaml.schema,
|
||||
org.springframework.ide.eclipse.editor.support.yaml.schema.constraints,
|
||||
org.springframework.ide.eclipse.editor.support.yaml.structure
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Automatic-Module-Name: org.springframework.ide.eclipse.editor.support
|
||||
Import-Package: org.eclipse.core.runtime,
|
||||
org.eclipse.core.runtime.jobs,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: Spring Boot Language Server
|
||||
Bundle-Vendor: Broadcom
|
||||
Bundle-SymbolicName: org.springframework.tooling.boot.ls;singleton:=true
|
||||
Bundle-Version: 1.62.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.12.0",
|
||||
org.eclipse.ui.genericeditor;bundle-version="1.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: BOSH Manifest Language Server
|
||||
Bundle-Vendor: Broadcom
|
||||
Bundle-SymbolicName: org.springframework.tooling.bosh.ls;singleton:=true
|
||||
Bundle-Version: 1.56.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.12.0",
|
||||
org.eclipse.lsp4e;bundle-version="0.9.0",
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: Cloud Foundry Manifest Language Server Generic Editor Integration
|
||||
Bundle-Vendor: Broadcom
|
||||
Bundle-SymbolicName: org.springframework.tooling.cloudfoundry.manifest.ls.integration;singleton:=true
|
||||
Bundle-Version: 4.24.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.12.0",
|
||||
org.eclipse.lsp4e;bundle-version="0.5.0",
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: Cloud Foundry Manifest Language Server
|
||||
Bundle-Vendor: Broadcom
|
||||
Bundle-SymbolicName: org.springframework.tooling.cloudfoundry.manifest.ls;singleton:=true
|
||||
Bundle-Version: 1.56.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.12.0",
|
||||
org.eclipse.lsp4e;bundle-version="0.9.0",
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: Concourse Pipeline Language Server
|
||||
Bundle-Vendor: Broadcom
|
||||
Bundle-SymbolicName: org.springframework.tooling.concourse.ls;singleton:=true
|
||||
Bundle-Version: 1.56.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.12.0",
|
||||
org.eclipse.lsp4e;bundle-version="0.9.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src">
|
||||
<attributes>
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: Test
|
||||
Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.commons.test
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Automatic-Module-Name: org.springframework.tooling.ls.eclipse.commons.test
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.junit,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.core.resources,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/remark-1.0.0.jar"/>
|
||||
|
||||
@@ -24,7 +24,7 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
|
||||
org.springsource.ide.eclipse.commons.core,
|
||||
org.eclipse.e4.ui.css.swt.theme,
|
||||
org.eclipse.swt
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.springframework.tooling.ls.eclipse.commons,
|
||||
org.springframework.tooling.ls.eclipse.commons.preferences
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -25,7 +25,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.ui.ide,
|
||||
org.eclipse.ui.editors,
|
||||
org.springframework.tooling.jdt.ls.commons;bundle-version="4.18.1"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-Activator: org.springframework.tooling.ls.eclipse.gotosymbol.GotoSymbolPlugin
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Vendor: Broadcom
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -6,7 +6,7 @@ Bundle-Version: 4.30.0.qualifier
|
||||
Bundle-Vendor: Broadcom
|
||||
Require-Bundle: org.eclipse.core.resources,
|
||||
org.springsource.ide.eclipse.commons.livexp
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Automatic-Module-Name: org.springsource.ide.eclipse.commons.boot.ls
|
||||
Export-Package: org.springsource.ide.eclipse.commons.boot.ls.remoteapps
|
||||
|
||||
@@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.core.resources,
|
||||
org.eclipse.debug.core,
|
||||
org.eclipse.jface
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Export-Package: org.springsource.ide.eclipse.commons.core,
|
||||
org.springsource.ide.eclipse.commons.core.preferences,
|
||||
org.springsource.ide.eclipse.commons.core.process,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
io.projectreactor.reactor-core;bundle-version="[3.3.1,3.3.2)",
|
||||
org.reactivestreams.reactive-streams,
|
||||
org.eclipse.jface.text
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.springsource.ide.eclipse.commons.frameworks.core,
|
||||
|
||||
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.springsource.ide.eclipse.commons.frameworks.test.util;s
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Vendor: Broadcom
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.springsource.ide.eclipse.commons.tests.util,
|
||||
org.eclipse.debug.core,
|
||||
org.hamcrest.library,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.ui.ide,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core,
|
||||
org.springsource.ide.eclipse.commons.ui
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.springsource.ide.eclipse.commons.frameworks.ui,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
||||
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
||||
Bundle-Name: SpringSource Tool Suite (JDK Tools)
|
||||
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.jdk_tools;singleton:=true
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ClassPath: external:$java.home$/../lib/tools.jar
|
||||
Export-Package: com.sun.tools.attach
|
||||
Bundle-Vendor: Broadcom
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.jface,
|
||||
org.eclipse.ui.forms,
|
||||
org.eclipse.text
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-Vendor: Broadcom
|
||||
Export-Package: org.springsource.ide.eclipse.commons.livexp.core;uses:="com.google.common.base",
|
||||
org.springsource.ide.eclipse.commons.livexp.core.validators,
|
||||
|
||||
@@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.core.net,
|
||||
org.springsource.ide.eclipse.commons.core,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Export-Package: org.springsource.ide.eclipse.commons.tests.util
|
||||
Import-Package: org.apache.log4j;resolution:=optional,
|
||||
org.slf4j;resolution:=optional
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -26,7 +26,7 @@ Require-Bundle: org.eclipse.core.resources,
|
||||
Export-Package: org.springsource.ide.eclipse.commons.internal.ui,
|
||||
org.springsource.ide.eclipse.commons.ui,
|
||||
org.springsource.ide.eclipse.commons.ui.launch
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.springsource.ide.eclipse.commons.internal.ui.UiPlugin
|
||||
Import-Package: org.eclipse.core.runtime,
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
|
||||
# headless services
|
||||
The main parts of the tooling for Spring Boot apps are implemented as headless services, running in separate processes. Those services can be consumed in existing IDEs by using the Language Server Protocol from Visual Studio Code.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<description>Repackaged org.json</description>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<maven.compiler.source>21</maven.compiler.source>
|
||||
</properties>
|
||||
</project>
|
||||
|
||||
@@ -127,6 +127,7 @@
|
||||
|
||||
<signing.skip>true</signing.skip>
|
||||
<signing.alias>vmware</signing.alias>
|
||||
<java.version>21</java.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -171,13 +172,13 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- Set source 1.8 -->
|
||||
<!-- Set source 21 -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>17</source>
|
||||
<target>17</target>
|
||||
<source>21</source>
|
||||
<target>21</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/">
|
||||
<attributes>
|
||||
|
||||
@@ -4,7 +4,7 @@ Bundle-Name: Commons
|
||||
Bundle-SymbolicName: org.springframework.tooling.jdt.ls.commons.test
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Automatic-Module-Name: org.springframework.tooling.jdt.ls.commons.test
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.springframework.tooling.jdt.ls.commons,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.jdt.core,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-lsp-extensions.jar"/>
|
||||
|
||||
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.springframework.tooling.jdt.ls.commons
|
||||
Bundle-Version: 4.30.0.qualifier
|
||||
Bundle-Vendor: Broadcom
|
||||
Automatic-Module-Name: org.springframework.tooling.jdt.ls.commons
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.jdt.core,
|
||||
org.eclipse.core.resources,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
|
||||
@@ -5,7 +5,7 @@ Bundle-Name: org.springframework.tooling.jdt.ls.extension
|
||||
Bundle-SymbolicName: org.springframework.tooling.jdt.ls.extension;singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Vendor: Broadcom
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-21
|
||||
Require-Bundle: org.eclipse.jdt.ls.core,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.jdt.core,
|
||||
|
||||
@@ -96,16 +96,16 @@
|
||||
<repositories>
|
||||
<!-- composite update site contains http references, using exact https urls instead -->
|
||||
<repository>
|
||||
<id>eclipse-2024-09</id>
|
||||
<id>eclipse-2024-12</id>
|
||||
<layout>p2</layout>
|
||||
<url>https://download.eclipse.org/releases/2024-09</url>
|
||||
<url>https://download.eclipse.org/releases/2024-12</url>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>JDT.LS</id>
|
||||
<layout>p2</layout>
|
||||
<!-- <url>${jdt.ls.updatesite}</url> -->
|
||||
<url>https://download.eclipse.org/jdtls/milestones/1.40.0/repository/</url>
|
||||
<url>https://download.eclipse.org/jdtls/milestones/1.45.0/repository/</url>
|
||||
<!-- <url>https://download.eclipse.org/jdtls/snapshots/repository/latest/</url> -->
|
||||
<!-- The latest JDT LS requires a JDK 17, so we need to run builds on a JDK 17 and raise the minimum level to JDK 17 -->
|
||||
<!-- In order to avoid this for the 2022-06-based release, I set the JDK LS version here to the latest milestone that does NOT require JDK 17 yet -->
|
||||
|
||||
Reference in New Issue
Block a user