Kris De Volder
2a2b7a486a
Remove obsolet LoggingFormat
...
We should now rely on spring boot to configure logging.
2018-10-03 11:06:39 -07:00
Kris De Volder
1f142b50be
Turn LanguageServerApp into a CommandLineRunner bean
2018-10-03 10:37:27 -07:00
Kris De Volder
ef2dbb346c
Eclipse metadata
2018-10-03 10:35:26 -07:00
Kris De Volder
885803bc2c
Eclipse metadata
2018-10-02 15:40:47 -07:00
Kris De Volder
6717306d8f
Convert language servers to Boot apps
2018-10-02 15:39:15 -07:00
Kris De Volder
c69dded6de
Bump version to 1.1.0
2018-09-25 21:12:29 +00:00
Kris De Volder
0002646f2c
Attempt at fixinf windows hanging issue again
...
Slightly altered timeout uitility seems to work much better.
2018-09-20 13:35:49 -07:00
Kris De Volder
5b967ccd37
Add timeout to unblock VirtualMachine.getSystemProperties
2018-09-19 15:17:16 -07:00
Kris De Volder
79d11531c1
Bump version to 1.0.0
2018-09-13 16:47:06 +00:00
nsingh
bf93fafabb
PT-160455522: Fix for empty string insertion for ad hoc props
2018-09-12 19:01:46 +02:00
Kris De Volder
9010cdf599
Bump version to 0.7.0
2018-09-07 22:57:01 +00:00
Kris De Volder
40b44d8ad7
Fix race condition in reconciler
2018-09-07 15:23:34 -07:00
Kris De Volder
ed27056ea0
Trigger reconcile on classpath changes
2018-09-07 13:19:54 -07:00
Kris De Volder
2c6dd39a33
Resource links for remote apps
...
Fixed by adding a special case that detects the
special path prefix '/home/vcap/app' and treats
resources in that path the same as classpath
resources.
2018-08-17 12:46:18 -07:00
BoykoAlex
374b5f0ad7
CodeLens for boot hints in VSCode
2018-08-16 13:38:40 -04:00
Kris De Volder
869c0b2516
Bump version to 0.6.0
2018-08-13 21:13:24 +00:00
Kris De Volder
243586a8f8
Fix https://www.pivotaltracker.com/story/show/159426287
...
Add remote host name to ssh tunnel config, so that it can
be used to compute correct request mapping links for live
hovers.
2018-08-07 10:06:49 -07:00
BoykoAlex
e26c24ed1f
Cleanup HighlightParams
2018-08-02 10:50:58 -04:00
BoykoAlex
d0bcef7910
PT #159485440 : Only update hints if doc versions are matching
2018-08-02 10:17:14 -04:00
Kris De Volder
0b1b5cdf2a
Fix https://www.pivotaltracker.com/story/show/153107266
...
Completions inside of @Value(...) context now also suggest 'ad-hoc' properties
that are defined in application.properties or application.yml (in addition to
regular properties defined via @ConfigurationProperties).
2018-08-01 15:23:57 -07:00
Kris De Volder
576615c223
Bump version to 0.5.0
2018-07-27 16:39:35 +00:00
Kris De Volder
5a1aab6d2c
Bump version to 0.4.0
2018-07-18 16:59:15 +00:00
Kris De Volder
57f42c9883
Make remote boot app urls configurable from vscode
2018-07-12 14:13:47 -07:00
Martin Lippert
fc21e145ca
update jdt prefs for photon
2018-07-06 13:07:22 +02:00
Kris De Volder
880d308b49
Remove workaround for lsp4e sorting issue
...
The issue has been fixed in lsp4e master
2018-07-05 10:41:55 -07:00
Kris De Volder
19890b880a
Bump version to 0.3.2
2018-06-18 18:01:42 +00:00
Kris De Volder
e0b63ef3d9
Bypass lsp4e filtering to avoid bug in lsp4e
2018-06-13 15:23:58 -07:00
Kris De Volder
e11e1196ef
Fixes suspected race condition causing NPE
...
See PT-158202141
2018-06-12 18:09:10 -07:00
Kris De Volder
171fb272f9
Bump version to 0.3.1
2018-06-11 22:56:05 +00:00
Kris De Volder
4555d9930a
Jumpy completions working in STS4 eclipse
...
Signed-off-by: Kris De Volder <kdevolder@pivotal.io >
2018-06-11 15:04:45 -07:00
Kris De Volder
3738f649d1
Bump version to 0.3.0
2018-06-04 18:02:37 +00:00
BoykoAlex
1b33036794
PT #156965730 : Get Javadoc from JDT LS or eclipse client via sts/javadoc
2018-05-31 22:19:28 -04:00
BoykoAlex
984eafc2c0
PT #157668103 : Switch to Gson where possible - except Bosh
2018-05-17 16:39:13 -04:00
Kris De Volder
ecc2724822
Fix bug in UriUtil.normalize and add some test cases for it.
2018-05-10 15:15:52 -07:00
BoykoAlex
0f04a67643
Hovers navigation for theia-spring-boot
2018-05-09 14:31:15 -04:00
Kris De Volder
16a56a5fdc
Refactor, fix and simplify classpath infrastructure
2018-04-30 10:10:56 -07:00
Kris De Volder
d72d4b7bc8
Implement getSourceFolders in JdtLsClasspath
...
Also various refactoring and bug fixing
2018-04-24 11:56:05 -07:00
Kris De Volder
18c22edb2d
Remove unused code
2018-04-20 15:44:34 -07:00
Kris De Volder
5fb9606ac4
Fix failing test cases
2018-04-19 10:38:55 -07:00
nsingh
a90d6c754d
Fixed compilation errors due to LSP4J changes
2018-04-19 16:29:52 +02: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
nsingh
f8f267e69d
PT 156111958 - Replace map with CfTargetInfo type
...
CfTargetInfo is used for integration with external CF tools like boot
dash.
2018-04-06 00:55:38 -07:00
Kris De Volder
13633746cb
Ensure fallbacks kick in JDT LS
...
When either JDT LS is too old, or
not available... then disbabled the JdtLsProjectCache so that maven / gradle will be used instead.
2018-03-26 14:51:36 -07:00
Kris De Volder
94151f8908
Fix race condition in test.
...
Make onInitialized mechanism in SimpleLanguageServer more 'robust' w.r.t. to
subtle timing issues.
The intention of onInitalize is typically to guarantee some initialization code.
Therefore it should also be called even if the 'initialized' even is already past.
2018-03-22 11:45:39 -07:00
Kris De Volder
c2a4ea6286
Merge branch 'master' into jdt-classpath
2018-03-21 14:36:02 -07:00
Kris De Volder
7482c26ccb
Trying to improve the 'cleanup' of classpath listeners
2018-03-20 17:23:35 -07:00
Kris De Volder
9be6fd9601
Bump version to 0.2.1
2018-03-19 19:08:28 +00:00
Kris De Volder
42772a42dc
Bump version to 0.3.0
2018-03-19 18:54:14 +00:00
Kris De Volder
1d287b0529
Fixes related config settings now being JsonElement
2018-03-19 11:25:31 -07:00
Kris De Volder
a28990512e
Update reactor to 3.1.5 and fix an NPE caused by misused api
2018-03-16 15:45:57 -07:00