Martin Lippert
|
f0981b52f0
|
added basic timing output to logs for hover and completion computation
|
2021-03-02 12:15:36 +01:00 |
|
Martin Lippert
|
aaf16eabb2
|
added timeout for hover computation inside of language server
|
2021-03-02 12:14:58 +01:00 |
|
Martin Lippert
|
28cb5f0761
|
updated internally used java language version to Java-SE 11
|
2021-03-01 17:04:51 +01:00 |
|
Martin Lippert
|
89ee243a5c
|
switched completion handling to use CompletableFuture instead of reactor Mono and added cancel handling
|
2021-02-28 17:18:40 +01:00 |
|
Martin Lippert
|
7875ccc69f
|
added cancel handling to highlight requests
|
2021-02-26 12:32:38 +01:00 |
|
Martin Lippert
|
1a138d4009
|
added cancel handling to code lens requests
|
2021-02-26 12:28:21 +01:00 |
|
Martin Lippert
|
0a4e1d2898
|
added cancel handling to references requests
|
2021-02-26 12:23:27 +01:00 |
|
Martin Lippert
|
607781779e
|
added cancel handling to definition requests
|
2021-02-26 12:16:33 +01:00 |
|
Martin Lippert
|
28aea97b71
|
updated java parsing to JLS 15
|
2021-02-26 12:06:15 +01:00 |
|
Martin Lippert
|
4a3650c0b1
|
added cancel handling to hover requests
|
2021-02-26 12:03:48 +01:00 |
|
Martin Lippert
|
17d8ecf02e
|
make langauge server symbol cache directory configurable
|
2021-02-22 12:48:44 +01:00 |
|
Martin Lippert
|
12bd777a47
|
added shortcut to prevent expensive type hierarchy request when it is not necessary
|
2021-02-17 11:52:10 +01:00 |
|
Martin Lippert
|
84f9ea75d0
|
changed AST cache to NOT guard submitted work items against each other with synchronization, instead added synchronization to the AnnotationHierarchy class to focus synchronization on the code that hit some thread-safety bugs in the AST implementation
|
2021-02-17 11:47:47 +01:00 |
|
Martin Lippert
|
14efbf0e47
|
format fixes
|
2021-02-17 11:45:39 +01:00 |
|
Martin Lippert
|
a7b574c5b0
|
updated jdt.core to 3.24.0, which is the latest from Eclipse 2020-12 release
|
2021-02-17 11:45:14 +01:00 |
|
Martin Lippert
|
a80361231a
|
alllow project finder to be null - for test case setups
|
2021-02-10 12:10:21 +01:00 |
|
Martin Lippert
|
8238c1dc90
|
initial re-work of async behavior of language server, looking at the text document service first
|
2021-02-10 10:51:26 +01:00 |
|
Nieraj Singh
|
9384f71223
|
PT 173730396 - Further changes for project version validation
|
2021-01-26 00:29:15 -08:00 |
|
Nieraj Singh
|
909b8f4b8f
|
PT 173730396 - Various changes to spring project validation
Pushed various changes that had remained uncommitted
|
2021-01-22 16:21:49 -08:00 |
|
Martin Lippert
|
8526862a80
|
updated product copyrights and vendor information to 2021 and VMware
|
2021-01-05 11:56:59 +01:00 |
|
Martin Lippert
|
72e5fc42df
|
temporarily disable test project for jdt ls extensions to avoid jdk11 requirement
|
2020-12-28 10:37:27 +01:00 |
|
Martin Lippert
|
12ff6b1d4d
|
temporarily disable test project for jdt ls extensions to avoid jdk11 requirement
|
2020-12-28 10:27:15 +01:00 |
|
Martin Lippert
|
03b41e4e83
|
removed debug output and cyclic interface hierarchy test, seems to be the root cause of the issues and it not really needed anymore
|
2020-12-27 14:13:47 +01:00 |
|
Martin Lippert
|
e78318032b
|
trying more modifications to investigate failing tests on CI system
|
2020-12-26 17:32:25 +01:00 |
|
Martin Lippert
|
6a218747c5
|
Revert "added additional debug output for parser issue"
This reverts commit 08b76ff6f9.
|
2020-12-26 17:24:30 +01:00 |
|
Martin Lippert
|
08b76ff6f9
|
added additional debug output for parser issue
|
2020-12-25 20:00:13 +01:00 |
|
Martin Lippert
|
8fd3ee854f
|
try to extract more exact data about exception while parsing the code
|
2020-12-23 16:31:06 +01:00 |
|
Martin Lippert
|
39cc9b6ced
|
more debug output to identify JDK 11 test failures on ci builds
|
2020-12-23 12:43:41 +01:00 |
|
Martin Lippert
|
b9ca4bafd0
|
more debug output to identify JDK 11 test failures on ci builds
|
2020-12-23 10:28:08 +01:00 |
|
Martin Lippert
|
72506ee2ea
|
more debug output to identify JDK 11 test failures on ci builds
|
2020-12-23 09:37:45 +01:00 |
|
Martin Lippert
|
1add836a38
|
more debug output to identify JDK 11 test failures on ci builds
|
2020-12-23 08:35:47 +01:00 |
|
Martin Lippert
|
1632d4a63b
|
cleanup
|
2020-12-23 08:35:15 +01:00 |
|
Martin Lippert
|
a2d8c0de8f
|
add additional debug output to investigate JDK11-related issues on CI builds
|
2020-12-23 08:01:27 +01:00 |
|
Martin Lippert
|
43e51891ac
|
seems like that maven javadoc config was needed on the build machine
|
2020-12-22 16:45:29 +01:00 |
|
Martin Lippert
|
d6c0dbf090
|
removed unused setting from javadoc maven plugin
|
2020-12-22 16:25:38 +01:00 |
|
Martin Lippert
|
a39c74f04b
|
updated javadoc html parsing, but without much success
|
2020-12-22 16:25:09 +01:00 |
|
Martin Lippert
|
a0bd810ee5
|
updated test to take locale specific formatting into account
|
2020-12-22 16:24:48 +01:00 |
|
Martin Lippert
|
30a57e4807
|
updated more tests projects to work with JDK >= 11
|
2020-12-21 18:03:08 +01:00 |
|
Martin Lippert
|
e5a99975c9
|
updated more tests projects to work with JDK >= 11
|
2020-12-21 17:35:53 +01:00 |
|
Martin Lippert
|
3e4188c520
|
updated more tests projects to work with JDK >= 11
|
2020-12-21 17:07:05 +01:00 |
|
Martin Lippert
|
6a89a1bb90
|
updated more tests projects to work with JDK >= 11
|
2020-12-21 15:24:24 +01:00 |
|
Martin Lippert
|
6f031972ab
|
updated various gradle versions to allow to operate on JDK >= 11
|
2020-12-21 14:24:33 +01:00 |
|
Martin Lippert
|
fbae32fb0e
|
next try to convince javadoc to work with JDK >= 11
|
2020-12-21 12:21:51 +01:00 |
|
Martin Lippert
|
83b825a0da
|
configure javadoc maven plugin to look at source from a java8 perspective, in case the build runs on JDK >= 11
|
2020-12-21 11:52:51 +01:00 |
|
Martin Lippert
|
770137b6d3
|
use try-with-resource to close file handle when reading cf cli config json file
|
2020-12-21 11:02:51 +01:00 |
|
Kris De Volder
|
8deca2494d
|
Bump version to 1.25.0
|
2020-12-17 17:24:26 +00:00 |
|
Martin Lippert
|
482eadbfc1
|
updated version to 4.9.1
|
2020-12-17 09:51:37 +01:00 |
|
Martin Lippert
|
92cc5bda2e
|
removed e4.16 target def and added one for e4.19
|
2020-12-17 09:51:37 +01:00 |
|
Kris De Volder
|
ed56abed4e
|
Allow more time to establish debug connection
See: https://www.pivotaltracker.com/n/projects/1346850/stories/176156373
|
2020-12-16 12:39:32 -08:00 |
|
BoykoAlex
|
57e37c0ff4
|
XML LS integration adjustments
|
2020-12-08 17:56:05 -05:00 |
|