11 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
dbb8898e0f Adopt JDT LS 1.34.0 by the JDT LS extension 2024-04-14 14:25:18 -04:00
Martin Lippert
cb09d96a37 updated copyright statements for 2024 and Broadcom 2024-01-02 12:31:59 +01:00
aboyko
57fe92a575 2.7 gson for jdt ls ext. Boot upgrade recipes from minor version + 1. 2023-01-31 15:12:06 -05:00
Martin Lippert
5200872627 switch gson usage to import-package instead of require-bundle in order to prepare for upcoming platform changes 2023-01-27 18:04:06 +01:00
aboyko
df0d85cef7 Start Boot LS if classpath of any project has spring 2022-11-22 15:50:53 -05:00
Martin Lippert
8526862a80 updated product copyrights and vendor information to 2021 and VMware 2021-01-05 11:56:59 +01:00
BoykoAlex
3bddccd57f PT #171932358 Flag for detailed java type data for sub/super types 2020-04-02 13:35:11 -04:00
BoykoAlex
7fe0d75412 PT #163527410: Don't load source for Eclipse. Ask JDT LS for locations. 2019-02-06 11:21:06 -05:00
BoykoAlex
1b33036794 PT #156965730: Get Javadoc from JDT LS or eclipse client via sts/javadoc 2018-05-31 22:19:28 -04: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