integrate new spring model language server interface into Eclipse client side

This commit is contained in:
Martin Lippert
2023-04-20 14:11:01 +02:00
parent 7761b1afeb
commit e6bfb3fd86
3 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
<server
class="org.springframework.tooling.boot.ls.DelegatingStreamConnectionProvider"
clientImpl="org.springframework.tooling.ls.eclipse.commons.STS4LanguageClientImpl"
serverInterface="org.springframework.ide.vscode.commons.protocol.spring.SpringModelLanguageServer"
id="org.eclipse.languageserver.languages.springboot"
label="Spring Boot Language Server"
lastDocumentDisconnectedTimeout="2147483647">

View File

@@ -23,7 +23,8 @@ Require-Bundle: org.eclipse.ui,
org.springsource.ide.eclipse.commons.frameworks.core,
org.eclipse.ui.workbench,
org.eclipse.ui.ide,
org.eclipse.ui.editors
org.eclipse.ui.editors,
org.springframework.tooling.jdt.ls.commons;bundle-version="4.18.1"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Activator: org.springframework.tooling.ls.eclipse.gotosymbol.GotoSymbolPlugin
Bundle-ActivationPolicy: lazy

View File

@@ -16,6 +16,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.reactivestreams.reactive-streams
Export-Package: org.springframework.ide.vscode.commons.protocol,
org.springframework.ide.vscode.commons.protocol.java,
org.springframework.ide.vscode.commons.protocol.spring,
org.springframework.tooling.jdt.ls.commons,
org.springframework.tooling.jdt.ls.commons.classpath,
org.springframework.tooling.jdt.ls.commons.java,