Minimum Java 11 for all spring LS. Upgrade vscode dependencies.

This commit is contained in:
BoykoAlex
2021-03-19 12:21:10 -04:00
parent 436510acaf
commit a4513b87ae
149 changed files with 5998 additions and 1317 deletions

View File

@@ -1,5 +1,7 @@
<?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.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="dependencies/cloudfoundry-client-4.3.0.RELEASE.jar" sourcepath="/home/kdvolder/.m2/repository/org/cloudfoundry/cloudfoundry-client/4.3.0.RELEASE/cloudfoundry-client-4.3.0.RELEASE-sources.jar"/>
<classpathentry exported="true" kind="lib" path="dependencies/cloudfoundry-client-reactor-4.3.0.RELEASE.jar" sourcepath="/home/kdvolder/.m2/repository/org/cloudfoundry/cloudfoundry-client-reactor/4.3.0.RELEASE/cloudfoundry-client-reactor-4.3.0.RELEASE-sources.jar"/>
<classpathentry exported="true" kind="lib" path="dependencies/cloudfoundry-operations-4.3.0.RELEASE.jar" sourcepath="/home/kdvolder/.m2/repository/org/cloudfoundry/cloudfoundry-operations/4.3.0.RELEASE/cloudfoundry-operations-4.3.0.RELEASE-sources.jar"/>
@@ -34,7 +36,5 @@
<classpathentry exported="true" kind="lib" path="dependencies/spring-jcl-5.2.2.RELEASE.jar"/>
<classpathentry exported="true" kind="lib" path="dependencies/spring-web-5.2.2.RELEASE.jar"/>
<classpathentry exported="true" kind="lib" path="dependencies/wire-runtime-2.2.0.jar"/>
<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.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>