Kris De Volder
5c19bdefe6
Some steps towards mergin boot-java and boot-properties LS
...
- Refactor towards more composable LanguageServers
- disable fatjar support on boot-java and boot-properties
2018-02-09 09:49:21 -08:00
Kris De Volder
6f03e83e59
Try and fix some build issues temporarily.
2018-02-08 12:05:54 -08:00
Kris De Volder
2bd2a650f6
Do some package renames to avoid conflicts when boot-java and boot-properties
...
are on same classpath
2018-02-08 11:24:22 -08:00
Kris De Volder
cb9a75eff3
Create new boot-language-server project
...
This will be the home of the merged language server (boot-properties +
boot-java).
2018-02-08 11:11:13 -08:00
BoykoAlex
6aa3e365c9
PT #154980332 Fix the build on Win
2018-02-06 21:10:46 -05:00
Kris De Volder
f8891a4e8d
One more attempt to fix jvm-util.ts to work better on Windows
2018-02-06 14:03:04 -08:00
Kris De Volder
07ca259445
Improved logic for jvm-util.ts so it will find JavaHome better on Windows
2018-02-06 12:01:56 -08:00
Kris De Volder
476dc27e0b
More tweaks to vscode-boot-java jvm finding.
...
Look for a sibling JDK if the found java exe belongs to a jre.
2018-02-05 14:57:53 -08:00
Kris De Volder
4f180c08c1
Repair CI build problem
2018-02-05 10:46:52 -08:00
Kris De Volder
397c62d995
Repair CI build problem
2018-02-05 10:31:23 -08:00
Kris De Volder
a5b9956745
Improved logics for finding JVM / JDK in vscode-boot-java
2018-02-05 10:27:36 -08:00
Kris De Volder
9106ddefe6
Add src to commons-vscode package
...
This is helpfull when debugging.
2018-02-05 10:25:05 -08:00
Kris De Volder
8fb6d09cb2
Add preference page to enable/disable STS language server debug consoles
2018-02-02 11:26:02 -08:00
Kris De Volder
ffdd395538
Add Deprecated tag to generic Log utility class.
...
Encourage use of proper slf4j logging instead.
2018-02-02 09:31:01 -08:00
Kris De Volder
b7a2e86131
Cleanup some logging code -> proper slf4j logger.
2018-02-02 09:31:01 -08:00
Martin Lippert
913d426122
enable staging repo for photon in distribution builds
2018-02-02 15:26:53 +01:00
Martin Lippert
501c6f85e8
added a timeout to the proposal computing when invoked for a java source to avoid JDT disabling us on longer-running tasks
2018-02-02 13:25:29 +01:00
Martin Lippert
6685beb68b
fixed an exception when executing code completion on a non-boot java project
2018-02-02 12:59:19 +01:00
Martin Lippert
3feb037188
adopted latest lsp4e api changes further since they are now in lsp4e 0.5.x snapshot builds
2018-02-02 09:16:42 +01:00
Martin Lippert
82c82579ca
adopt latest lsp4e 0.5.x snapshot builds to get latest fixes from there for e4.7-based builds
2018-02-02 09:08:59 +01:00
nsingh
0766817a11
Improved docs for delegating cached classpath
...
Also renamed fields with more descriptive names.
2018-02-01 17:03:54 -08:00
nsingh
7ba6ca38a9
Use empty classpath data constant
2018-02-01 16:34:52 -08:00
nsingh
247623edc9
Added null file cache
2018-02-01 16:30:52 -08:00
nsingh
b76e3b8e1e
Refactoring delegating classpath
...
Separated file caching out of delegating classpath
2018-02-01 15:56:02 -08:00
Kris De Volder
f8f2534597
Fix compilation problem with older lsp4e api
2018-02-01 14:13:44 -08:00
Kris De Volder
d53158c7c7
Merge branch 'master' of github.com:spring-projects/sts4
2018-02-01 13:49:43 -08:00
Kris De Volder
42fc5da462
Automatically show language server logs in Eclipse console
2018-02-01 13:49:06 -08:00
nsingh
2c634432ed
Removed duplicate empty classpath data
2018-02-01 12:42:47 -08:00
Kris De Volder
176a40b4b3
Fix compilation issue on recent lsp4e
...
I also beleave the new api that's being overridden here has something to do
with how the error ouput from LSP process might be shown to the user.
2018-02-01 10:20:41 -08:00
Kris De Volder
2be657fb16
Gitignore commit package-lock.json
2018-02-01 10:05:23 -08:00
Kris De Volder
5af98cd419
Fix CI build of boot-java vscode extensions
2018-01-31 17:25:18 -08:00
Kris De Volder
dd1b4ca0e6
Fix CI build of boot-java and boot-properties vscode extensions
2018-01-31 17:15:20 -08:00
Kris De Volder
d61553ce0c
Fix CI build of boot-java and boot-properties vscode extensions
2018-01-31 16:59:47 -08:00
Kris De Volder
2b010183a3
Fix vscode-bosh ci build
2018-01-31 16:52:30 -08:00
Kris De Volder
bedee38a41
Try to fix vscode-manifest-yaml CI build
2018-01-31 16:45:05 -08:00
Kris De Volder
4e9f78ec7b
More attempts to fix vscode ci builds
2018-01-31 16:36:29 -08:00
Kris De Volder
b8d7587a8b
Another attempt at fixing vscode CI builds
2018-01-31 15:32:02 -08:00
Kris De Volder
67e5131718
More robust log file redirection.
...
I.e. directly redirect System.err stream to a file.
Instead of trying to get a hodge-podge of different java logging systems to all send output to the same file.
2018-01-31 14:47:40 -08:00
Kris De Volder
4969e4743d
Update vscode and typescript dependencies.
...
Make stuff build again in node 8.x.x.
Changes made only for vscode-concourse for now. Other extensions need similar changes to package.json file.
2018-01-31 14:44:59 -08:00
Kris De Volder
ab13e31fea
Add some eclipse metadata to source control.
2018-01-31 14:42:13 -08:00
Kris De Volder
c7296c4a86
Update nodejs to version 8.x in build environment
2018-01-31 14:11:13 -08:00
Martin Lippert
0eaa121ce8
moved p2.inf into the product to turn it into a platform-version-specific version
2018-01-31 12:58:32 +01:00
Kris De Volder
bbcf1cd5b6
Bump Eclipse LS versions
2018-01-30 16:30:40 -08:00
Kris De Volder
8efc097ab0
Bump Atom package version to 0.1.4
2018-01-30 16:29:08 -08:00
Kris De Volder
a9515831d1
Bump version to 0.1.4
2018-01-31 00:00:04 +00:00
Kris De Volder
87a9639241
Fix compilation errors in Eclipse language servers
2018-01-29 14:07:34 -08:00
Kris De Volder
c6d49c1dee
More tweaks to 'missing jdk warnings' and JDK finding logic
...
1. allways use java.exe that goest with found tools.jar
2. better support for Java 9 jdk finding
2018-01-29 11:48:44 -08:00
Kris De Volder
47500517fc
Don't show 'missing tools jar' message on JDK 9
2018-01-26 16:53:13 -08:00
Kris De Volder
869b46b8f7
Look for 'tools.jar' in a sibling jdk when running eclipse with a jre
2018-01-26 15:56:33 -08:00
Kris De Volder
c07d97386f
Add warning message in Eclipse for missing tools.jar on boot-java ls
2018-01-26 15:33:15 -08:00