Kris De Volder
|
cb75af60be
|
Bump version to 1.30.0
|
2021-12-16 15:03:19 +00:00 |
|
Martin Lippert
|
8490b7b38e
|
GH-690: fix NPE in type wrapper that caused property indexing and content-assist problems
|
2021-11-29 16:02:22 +01:00 |
|
Martin Lippert
|
ef71fd164d
|
formatting
|
2021-11-29 16:00:39 +01:00 |
|
Kris De Volder
|
5b90a9de7e
|
Bump version to 1.29.0
|
2021-09-15 08:59:45 +00:00 |
|
BoykoAlex
|
5e6b3f10ce
|
Handle log file not found case
|
2021-08-24 16:36:09 -04:00 |
|
Kris De Volder
|
0a21b58f39
|
Bump version to 1.28.0
|
2021-08-19 14:55:19 +00:00 |
|
BoykoAlex
|
4447021b79
|
Switch LS to std in/out from socket with port
|
2021-08-12 08:48:02 -04:00 |
|
Martin Lippert
|
6ed55989cd
|
update version of language servers to 1.27.0
|
2021-06-22 11:59:24 +02:00 |
|
dependabot[bot]
|
9473f0ee27
|
Bump httpclient
Bumps httpclient from 4.5.2 to 4.5.13.
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-03 23:49:35 +00:00 |
|
BoykoAlex
|
94dd78b2fc
|
Support add/remove classpath listener at runtime
|
2021-06-03 13:54:09 -04:00 |
|
Martin Lippert
|
695750e4fd
|
remove keystore properties
|
2021-05-31 20:49:28 +02:00 |
|
BoykoAlex
|
b2ebc43bc0
|
Outline with JDT LS LightWeight mode
|
2021-05-28 15:16:17 -04:00 |
|
Martin Lippert
|
6e548dda1e
|
added automatic system exit after 3sec of shutdown message received + made system exit process more robust by not doing too much automatic from Spring beans
|
2021-05-25 16:27:54 +02:00 |
|
Martin Lippert
|
7b098c039d
|
added missing copyright header
|
2021-05-25 16:27:54 +02:00 |
|
Kris De Volder
|
6945fe18fc
|
Fix https://github.com/spring-projects/sts4/issues/639
Basic support for using glob pattern in concourse group declarations.
|
2021-05-18 15:09:41 -07:00 |
|
BoykoAlex
|
6a1a5ca180
|
Unignore DependencyTreeTest
|
2021-05-14 16:40:32 -04:00 |
|
BoykoAlex
|
0581e553af
|
Disable long running test testing test-project dependency
|
2021-05-12 23:49:19 -04:00 |
|
BoykoAlex
|
4f007de1bd
|
Wait for document symbols in sync fashion
|
2021-05-12 23:21:55 -04:00 |
|
Martin Lippert
|
da16b399f3
|
change versio back to next major release 1.26.0
|
2021-04-09 10:06:29 +02:00 |
|
Kris De Volder
|
c9e87096fd
|
Bump version to 1.25.1
|
2021-03-26 20:37:28 +00:00 |
|
Martin Lippert
|
f4db72157d
|
update language server versions to 1.26.0
|
2021-03-17 12:35:58 +01:00 |
|
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
|
4a3650c0b1
|
added cancel handling to hover requests
|
2021-02-26 12:03:48 +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 |
|
Martin Lippert
|
a39c74f04b
|
updated javadoc html parsing, but without much success
|
2020-12-22 16:25:09 +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 |
|
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 |
|
Kris De Volder
|
93b6a704d5
|
Re-enable and fix failing concourse editor tests
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
|
2020-12-02 15:10:41 -08:00 |
|
BoykoAlex
|
5b687dce81
|
Upgrade to Boot 2.3.6
|
2020-11-24 11:58:31 -05:00 |
|
Kris De Volder
|
be1d0ea9c9
|
Add a more complex test case for #483
... and fix problem it triggers.
|
2020-11-16 14:39:51 -08:00 |
|
Martin Lippert
|
17482b6316
|
fix issue with special characters in docURIs and converting those to path objects
|
2020-11-16 13:09:34 +01:00 |
|
Kris De Volder
|
2af90d4fd4
|
Cleanup debug logging
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
|
2020-11-13 16:40:41 -08:00 |
|
Kris De Volder
|
2a02e28d85
|
Deal better with anchors and references in outline
See: https://github.com/spring-projects/sts4/issues/483
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
|
2020-11-13 16:28:26 -08:00 |
|
Kris De Volder
|
4e8e3e59a6
|
Improve error message for https://www.pivotaltracker.com/story/show/175715622
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
|
2020-11-13 13:30:17 -08:00 |
|
BoykoAlex
|
d6323cf6fb
|
Finalize metrics for Hovers and CodeLenses. Add tests
|
2020-11-13 14:37:32 -05:00 |
|
Martin Lippert
|
b08de5e653
|
Merge pull request #547 from spring-projects/dependabot/maven/headless-services/commons/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1 in /headless-services/commons
|
2020-10-29 16:33:43 +01:00 |
|
Kris De Volder
|
bfa69a0af6
|
Bump version to 1.24.0
|
2020-10-27 16:21:21 +00:00 |
|
Kris De Volder
|
a6a7616559
|
Allow building 'org.json' bundle from Java 11
|
2020-10-26 12:53:13 -07:00 |
|
Nieraj Singh
|
a64ea76ef2
|
PT 173730396 - Further support for version validation
Added further support to generate warning messages for a java project
from spring project metadata.
|
2020-10-19 15:46:58 -07:00 |
|