Commit Graph

675 Commits

Author SHA1 Message Date
Kris De Volder
a9d86c8f0e Merge branch 'master' of github.com:spring-projects/sts4 2018-02-14 16:45:34 -08:00
Kris De Volder
046f16dbf2 Componentized the BootJavaLanguageServer 2018-02-14 16:45:08 -08:00
BoykoAlex
4be0c56ce9 Simplify tests setup 2018-02-14 19:03:54 -05:00
BoykoAlex
f3d6bba7ec Navigate to specific position in file via source link 2018-02-14 18:10:26 -05:00
Kris De Volder
9d89229cea Make some LanguageServerComponents optional 2018-02-14 13:51:40 -08:00
Kris De Volder
aa78fe0dcc Merge BootJavaServerParams into BootLanguageServerParams
This also required the removal of duplicated SpringPropertyIndex related
classes that existed in both boot properties and boot java language servers
before.

A single BootLanguageServerParams now contains the same kind of property 
index that should be able to support both uses.
2018-02-14 13:04:32 -08:00
Kris De Volder
a1791ea687 Merge branch 'master' of github.com:spring-projects/sts4 2018-02-14 11:12:49 -08:00
Kris De Volder
83a08eaf0e Rename BootPropertiesLanguageServerParams to BootLanguageServerParams
This is a step towards merging BootPropertiesLanguageServerParams and 
BootJavaLanguageServerParams into a single BootLanguageServerParams
2018-02-14 11:12:30 -08:00
Martin Lippert
892cc31f95 removed self-maintained workspace folder support code due to its support in lsp4j 0.4.0 snapshots 2018-02-14 16:54:56 +01:00
Martin Lippert
c4a5fcad40 updated lsp4j to 0.4.0 snapshots 2018-02-14 14:00:28 +01:00
Kris De Volder
23f60f5679 Improve error message in failing test case 2018-02-13 15:36:07 -08:00
Kris De Volder
fbf8575e2a Cleanup imports 2018-02-13 15:32:34 -08:00
Kris De Volder
63c976d3fa Changes towards composable language servers 2018-02-13 15:08:12 -08:00
Kris De Volder
ae1354d53e Rename boot-language-server to spring-boot-language-server
So it is consistent with the vscode-spring-boot naming.
2018-02-13 11:57:13 -08:00
BoykoAlex
183fef6ec8 Re-index on rebuild 2018-02-12 17:11:04 -05:00
Kris De Volder
d039b9bd78 Improved error message for failed test 2018-02-09 18:03:01 -08:00
Kris De Volder
28d598b93d Fixup dependencies and re-enable fatjar for boot-java-language-server 2018-02-09 14:00:01 -08:00
Kris De Volder
2413650b1a Fixups to remove one of two different ConfigurationMetadata implementations 2018-02-09 13:59:21 -08:00
Kris De Volder
fbcb77cac0 Move all non-conflicting source files from boot-java-language-server to
commons-boot
2018-02-09 13:28:30 -08:00
Kris De Volder
94dfa69954 Fix build failure 2018-02-09 11:53:35 -08:00
Kris De Volder
b3e699387d Move boot-properties-language-server code into commons-boot 2018-02-09 11:48:04 -08:00
BoykoAlex
09badf6c3b PT #151978919 Link for type and link for resource 2018-02-09 13:53:16 -05:00
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
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
6685beb68b fixed an exception when executing code completion on a non-boot java project 2018-02-02 12:59:19 +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
nsingh
2c634432ed Removed duplicate empty classpath data 2018-02-01 12:42:47 -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
a9515831d1 Bump version to 0.1.4 2018-01-31 00:00:04 +00: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
f5d7b444ff Deal better with multiple contexts in live beans model parse for boot 2.0 2018-01-18 10:10:52 -08:00
Kris De Volder
f0d36ba034 Reduce verbosity of test-run output 2018-01-17 13:23:39 -08: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