Commit Graph

1836 Commits

Author SHA1 Message Date
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
Kris De Volder
7c84dab418 Revert "Slight;y better logic to look for tools.jar"
This reverts commit bab9f98d9b.
2018-01-26 13:07:15 -08:00
Kris De Volder
bab9f98d9b Slight;y better logic to look for tools.jar
Favor JAVA_HOME env var over system prop.

Look both in java home and its parrent for "lib/tools.jar"
2018-01-26 12:38:41 -08:00
Martin Lippert
23ea40d89b updated copyright to 2018 2018-01-25 14:59:28 +01:00
nierajsingh
93d56c3333 Merge pull request #35 from spring-projects/reduce-memory-footprint-maven-projects
Reduce memory footprint maven projects
2018-01-24 16:26:09 -08:00
nsingh
52e37b856f Add equals method for extra fields in MavenClasspathData 2018-01-24 16:20:34 -08:00
nsingh
28646d6e6a Missing changes 2018-01-24 16:12:56 -08:00
nsingh
f7978ba94b Avoid caching maven projects in the maven classpath.
Instead extract all the required information into classpath data and
cache that instead.
2018-01-24 16:12:30 -08:00
Kris De Volder
aa41817081 Rename Boot1RequestMappingTest class in conformance with renamed target class 2018-01-23 11:42:06 -08:00
Kris De Volder
1b1b64dea5 Support for changed requestmappings actuator format in Boot 2.0 2018-01-23 11:37:33 -08:00
BoykoAlex
f5f79065af Merge branch 'master' of https://github.com/spring-projects/sts4 2018-01-19 19:27:40 -05:00
BoykoAlex
286d435d53 PT #151978919 VSCode navigation to resource from hovers (POC) 2018-01-19 19:26:29 -05:00
Kris De Volder
0c4b514b53 Merge branch 'master' of github.com:spring-projects/sts4 2018-01-19 15:11:49 -08:00
Kris De Volder
2da50fddd4 Fix indentation bug with relaxed completions in application.yml editor 2018-01-19 15:11:32 -08:00
nsingh
bf096850a4 PT 153114916 - Add support for live hovers for .class files 2018-01-18 17:07:50 -08:00
Kris De Volder
1e7ae17ae7 Merge branch 'master' of github.com:spring-projects/sts4 2018-01-18 10:11:07 -08:00
Kris De Volder
f5d7b444ff Deal better with multiple contexts in live beans model parse for boot 2.0 2018-01-18 10:10:52 -08:00
Alex Boyko
6c2d00c38b Fix typos 2018-01-17 16:26:44 -05:00
Kris De Volder
f0d36ba034 Reduce verbosity of test-run output 2018-01-17 13:23:39 -08:00
BoykoAlex
f1fa29da8f Update version to 0.1.2 2018-01-17 15:58:45 -05:00
Martin Lippert
851f5b29e5 newly created documents are now taken into account for indexing, makes rename refactoring work fine spring indexer 2018-01-17 12:05:24 +01:00
Martin Lippert
02831fc569 fix a problem with wrong URIs for change events, did not contain file:/// but just file:/ 2018-01-17 12:05:24 +01:00