Kris De Volder
b23478248f
Avoid classloading in TypeUtil.isCollection
...
Use type information from project classpath index
instead.
2019-09-04 16:18:54 -07:00
Martin Lippert
2481a372c1
removed keepchecking attribute, will be replaced with manual option to refresh live data
2019-09-04 12:55:42 +02:00
Martin Lippert
9d0d2862ba
added check for availability of the tools.jar types
2019-09-04 12:49:14 +02:00
Martin Lippert
e04df5ff2c
live hover mechanics, v2
2019-09-04 10:17:23 +02:00
Kris De Volder
48e460d78f
No classloading in TypeUtil.isMap method
...
See: https://www.pivotaltracker.com/story/show/167917595
2019-08-27 16:30:17 -07:00
Martin Lippert
577901c8a1
dispose only when server got fully initialized, otherwise the shutdown hangs forever
2019-08-20 15:17:52 +02:00
Kris De Volder
a40bda5547
Bump version to 1.11.0
2019-08-14 15:04:54 +00:00
Kris De Volder
8103b51232
Fix process reaper to be a little more robust
...
- cleanup rogue servers by server id.
- server id is the same now for language of same type
even if created from a different instance of
ProcessStreamProvider
Signed-off-by: Kris De Volder <kdevolder@pivotal.io >
2019-08-12 12:13:54 -07:00
Kris De Volder
53af53ed16
Change timeout composition on JDTLSProjectCache init
...
... so now the timeout is measured from the time that
the server is being initialized through LSP protocol
rather than from the time when the server beans are
being created and autowired.
2019-08-09 11:14:10 -07:00
Kris De Volder
768bcc8c53
Workaround for ls processes being leaked by lps4e
...
See:
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=549904
- https://www.pivotaltracker.com/story/show/167519460
2019-08-08 17:18:06 -07:00
Martin Lippert
379f3c102a
try with resource when reading symbol cache data to avoid leaking file handles
2019-08-07 16:49:01 +02:00
Martin Lippert
2768a29f09
avoid putting null elements in the symbol addon information list, causes issues when reading such a json and setting the array data back in
2019-08-07 16:49:01 +02:00
Martin Lippert
4d7f9b127c
https fix
2019-07-28 17:24:48 +02:00
Kris De Volder
61c79f5281
Another attempt to fix test failures
2019-07-26 09:10:19 -07:00
Kris De Volder
bd061a4ec3
Take superclass into account for properties CTRL-click
...
See: https://github.com/spring-projects/sts4/issues/326
2019-07-25 13:11:14 -07:00
Kris De Volder
ef63d13226
Fix test failures
2019-07-24 15:31:23 -07:00
Kris De Volder
89d79d9067
Quick and dirty fix for https://github.com/spring-projects/sts4/issues/327
2019-07-24 12:29:55 -07:00
Kris De Volder
67973cab66
Fix build issue
2019-07-23 12:13:40 -07:00
Kris De Volder
32d1e6fd36
Add support for 'docker' attribute to CF editor
2019-07-23 11:43:41 -07:00
Kris De Volder
701ce22569
Bump version to 1.10.0
2019-07-12 14:34:15 +00:00
Martin Lippert
b1ed6bb937
update jdt to 3.18.0
2019-07-10 16:24:01 +02:00
Kris De Volder
b96f0be4c6
Fix issue with escape sequences in properties file
...
See: https://github.com/spring-projects/sts4/issues/314
2019-07-05 16:36:15 -07:00
BoykoAlex
ee16ee17c3
PT #166603176 : Limit hover request processing time
2019-06-24 17:31:22 -04:00
Kris De Volder
3a992f43cf
Exclude duplicate json dependencie from test build
...
See: https://www.pivotaltracker.com/story/show/161303517
2019-06-21 15:37:37 -07:00
Kris De Volder
3eb7abe760
Adopt new MemoizingProxy in SpringLiveHoverWatchdog
2019-06-21 14:44:43 -07:00
Kris De Volder
9a9a68fee9
Bump version to 1.9.0
2019-06-21 17:56:10 +00:00
Kris De Volder
b257cfc4c9
Fix NPE
...
See: https://www.pivotaltracker.com/story/show/166760894
2019-06-18 10:34:55 -07:00
Kris De Volder
193f1e4018
Fix race condition causing test failure
2019-06-17 11:06:43 -07:00
Kris De Volder
e003a94c5e
Merge pull request #306 from spring-projects/symbol-dependencies
...
Track symbol dependencies ...
2019-06-17 09:17:41 -07:00
Kris De Volder
dd98511c1c
Regression tests for symbol dependency handling
2019-06-14 15:45:13 -07:00
Kris De Volder
c8c0637570
Track symbol dependencies ...
...
Infrastructure to record when a symbol depends on info
for a given (external) type. When change to external type
is found, then trigger document update for the affected
document(s).
2019-06-13 16:14:13 -07:00
BoykoAlex
3c21824763
Fix unit tests
2019-06-12 23:22:42 -04:00
BoykoAlex
f7eefdbaeb
PT #166190159 : AST parser sharing lookup environment uses java reflection
2019-06-11 10:42:45 -04:00
Martin Lippert
36d2ebad50
avoid duplicate use of resources plugin
2019-06-07 14:38:59 +02:00
Kris De Volder
8efc5cafc8
Resolve/fix nohttp violations
2019-06-05 15:58:30 -07:00
BoykoAlex
bdd9c1c828
PT #166273505 : Guard against no AST node for offset in YAML
2019-06-05 11:51:11 -04:00
BoykoAlex
5ae5b22010
Revert "Cache ASTParser per project to speed up CU parsing"
...
This reverts commit cb7621b208 .
2019-06-03 20:48:13 -04:00
BoykoAlex
cb7621b208
Cache ASTParser per project to speed up CU parsing
2019-06-03 20:34:44 -04:00
BoykoAlex
5468e43963
PT #166315444 : XML content assist for VSCode and Theia
2019-05-28 19:11:47 -04:00
Martin Lippert
490c45b4b3
added trigger charactor config for xml language to enable completions in xml files in vscode
2019-05-28 11:39:47 +02:00
BoykoAlex
7fde0bc301
PT #166273505 : Fix JSON -> POJO conversions for arbitrary map
2019-05-27 18:07:59 -04:00
Kris De Volder
100d4b0e78
Bump version to 1.8.0
2019-05-24 18:43:50 +00:00
nsingh@pivotal.io
aa425f5ab5
Fixed markdown spacing with @Value live hover
2019-05-23 12:03:07 -07:00
Kris De Volder
5bec241272
Convert boot-ls application.yml to .properties again
2019-05-22 13:23:05 -07:00
Kris De Volder
5c5d535556
Trigger characters per language
2019-05-22 10:36:48 -07:00
Kris De Volder
e47fb7ede3
Tweaks to SpringXmlCompletions
2019-05-22 10:31:46 -07:00
Kris De Volder
13f7f4da46
More tweak to hover spacing
2019-05-22 10:29:42 -07:00
Kris De Volder
71c1526255
Tweaks to Live hover spacing
2019-05-22 10:17:56 -07:00
Kris De Volder
a247958351
Avoid refreshing highlights/codelenses when...
...
...nothing has changed. The refresh can be very expensive
if user has enabled code minings.
See: https://github.com/spring-projects/sts4/issues/292
2019-05-17 12:58:30 -07:00
BoykoAlex
93d7b0290e
PT #163378521 : Test added
2019-05-17 14:40:01 -04:00