7 Commits

Author SHA1 Message Date
aboyko
f7bef78358 Switch to JDT LS 1.45 and Java 21 2025-03-12 22:55:27 -04:00
aboyko
52dd4d2ff5 IDE support for TestJars: maven projects in the workspace only 2024-03-01 15:23:12 -05:00
BoykoAlex
a4513b87ae Minimum Java 11 for all spring LS. Upgrade vscode dependencies. 2021-03-19 12:21:10 -04:00
Kris De Volder
8fb7960887 Add back Eclipse metadata for jdt.ls.extension Eclipse plugins 2019-04-29 13:43:21 -07:00
Kris De Volder
03caa58492 Delete eclipse metadata for headless services 2019-04-29 09:13:57 -07:00
BoykoAlex
2b2413ee60 JDT LS based index for searches and refactorings to replace Jandex 2019-02-22 17:23:22 -05:00
Kris De Volder
6f2b8be802 Split jdt ls extension into two parts
One pugin to contain the bulk of the code, which is independent of jdt.ls, lsp4e and lsp4j.
Second plugin to contain the jdt.ls specific DelegateCommandHandler implementation.

This should allow us to somehow re-use the bulk of the code in STS4 eclipse, i.e. when
we have access to JDT from eclipse directly, and there is no jdt.ls process around.
2018-04-16 14:24:42 -07:00