Kris De Volder
5b3f951a11
Add support for 'client_id' and 'client_secret' in...
...
... CF resource 'source' in Concourse Editor.
See: https://github.com/spring-projects/sts4/issues/330
2019-07-23 14:24:03 -07:00
Kris De Volder
b9c491466f
Do not auto-redirect language server logs to file
...
See: https://github.com/spring-projects/sts4/issues/328
2019-07-22 15:12:54 -07:00
Kris De Volder
701ce22569
Bump version to 1.10.0
2019-07-12 14:34:15 +00:00
Kris De Volder
65c6757cd3
Increase timeout for some tests
...
Seem to be failing when CI builds are being slower than usual.
2019-07-11 15:23:40 -07:00
Kris De Volder
7a6e311147
Fix bug that breaks live hover to tunneled cf apps
...
Also add a regression test that would have caught this issue.
2019-07-11 15:05:49 -07: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
cfb353f337
PT #166597649 : Send classpath when project is built if necessary
2019-06-27 15:32:55 -04:00
Kris De Volder
d3d7296a99
Revert "Add some temporary debug logging"
...
This reverts commit 06a4d6c700 .
2019-06-24 16:31:50 -07:00
Kris De Volder
06a4d6c700
Add some temporary debug logging
2019-06-24 16:08:21 -07:00
BoykoAlex
ee16ee17c3
PT #166603176 : Limit hover request processing time
2019-06-24 17:31:22 -04:00
Kris De Volder
cd873229b6
textDocument/definition should not send 'null' result
...
See: https://github.com/spring-projects/sts4/issues/309
2019-06-24 11:11:01 -07:00
Kris De Volder
1ec874207f
Cleanup unused imports
2019-06-21 14:44:43 -07:00
Kris De Volder
3eb7abe760
Adopt new MemoizingProxy in SpringLiveHoverWatchdog
2019-06-21 14:44:43 -07:00
Kris De Volder
f438b29533
Add support for interface type in MemoizingProxyTest
2019-06-21 14:44:43 -07:00
Kris De Volder
f39c4169cd
Regression test for MemoizingProxy.builder api
2019-06-21 14:44:43 -07:00
Kris De Volder
4e28f9e24c
Optimise MemoizingProxy
...
Allow re-use of proxy class instead of re-creating it
every time.
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
87d1d33761
Add regression tests for 'MemoizingProxy' utility
2019-06-18 14:56:48 -07:00
Kris De Volder
2988d8def0
Cleanups: unused imports, missing copyright header
2019-06-18 13:31:03 -07:00
Kris De Volder
2cd0b8a541
Reduce verbosity of log output in boot ls startup
2019-06-18 10:33:34 -07:00
Kris De Volder
379b8a0004
Reduce verbosity of test builds
2019-06-17 11:20:02 -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
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
49d655d66c
Fix property key hover has binding key "L" in hover content
2019-06-13 15:43:30 -04:00
BoykoAlex
9c3fc1fcb5
PT #166671442 : Don't set data property for proposal if no doc available
2019-06-13 12:49:14 -04:00
nsingh@pivotal.io
1dba7419fd
Update LSP4J in LS to 0.7.2
2019-06-12 10:19:17 -07:00
Kris De Volder
8efc5cafc8
Resolve/fix nohttp violations
2019-06-05 15:58:30 -07:00
Kris De Volder
7c3cce32a9
Make spring-boot-ls request batched classpath events ...
...
...and make it handle them properly, but also retain
support for non-batched events for backwards compatibility
with clients that don't support batched events.
2019-05-28 12:14:42 -07:00
Kris De Volder
fb0ddc0469
Refactor classpath notification job
...
Change it so there is one job per subscriber to handle communication
with that particular subscriber.
This will allow the job to behave differently depending on whether
that subscriber supports batched update events.
2019-05-28 12:14:42 -07: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
Martin Lippert
becbf55ee7
updated versions to 4.3.0
2019-05-24 10:22:14 +02:00
Kris De Volder
42e581555a
Small tweak to CompletionServerCapabilityRegistration
...
Don't set trigger characters if none are configured for a given language.
2019-05-22 11:27:26 -07:00
Kris De Volder
5c5d535556
Trigger characters per language
2019-05-22 10:36:48 -07:00
BoykoAlex
93d7b0290e
PT #163378521 : Test added
2019-05-17 14:40:01 -04:00
Kris De Volder
79d8e1ab43
Some tweaks to license download
...
... related to http -> https conversion
2019-05-16 14:22:37 -07:00
Kris De Volder
30f8e2d48c
Fix IndexOutOfBoundsException from GithubValueParser
2019-05-15 11:25:23 -07:00
Kris De Volder
668f853935
Mark most top-level properties as deprecated
...
Their use is discouraged. Instead use Yaml anchors is the
recommended.
See: https://www.pivotaltracker.com/story/show/162490453
2019-05-13 11:22:36 -07:00
Kris De Volder
e1c3124e65
Fix race condition causing occasional build failures
2019-05-10 12:24:58 -07:00
Kris De Volder
8bfbff8c44
More debug output for failing CI tests
2019-05-10 11:37:17 -07:00
Kris De Volder
17e5cf91a3
More output to debug test fails in CI builds
2019-05-10 10:21:57 -07:00
Kris De Volder
738d7ffceb
More output to debug test fails in CI builds
2019-05-10 09:23:10 -07:00
Kris De Volder
84f0e6f668
Change error message for positive integer
2019-05-09 09:15:24 -07:00
BoykoAlex
3b396e975f
PT #165419026 : Hyperlinks in XML config files
2019-05-08 11:39:00 -04:00
Martin Lippert
6db573175e
remove debug output again
2019-05-08 17:23:23 +02:00
Martin Lippert
1a917a36a3
avoid language serve runner to kick in while running tests
2019-05-08 17:22:33 +02:00
Martin Lippert
24ffc1969e
fix warning
2019-05-08 17:22:10 +02:00
Martin Lippert
2495e985c9
added debug output, trying to find out why certain tests fail on the CI server
2019-05-08 15:41:46 +02:00
Martin Lippert
5abc6f9df0
initial implementation towards a compilation-unit-based content-assist for types and packages
2019-05-07 10:23:31 +02:00
BoykoAlex
652f5dcbcd
PT #165080768 , #165662425 : Selective Java, XML symbol scanning
2019-05-05 23:23:33 -04:00