Commit Graph

1803 Commits

Author SHA1 Message Date
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
Martin Lippert
6c8f467e57 updated lsp4j to 0.3.0 2018-01-17 12:05:24 +01:00
BoykoAlex
9b8a650902 IntelliJ Boot-Java plugin based on IntelliJ LSP client plugin 2018-01-16 19:38:53 -05:00
Kris De Volder
3309f18b50 Fix more breakage caused by changes in boot 2.0 actuator data 2018-01-16 15:27:58 -08:00
Kris De Volder
e700457149 Fix problems caused by changes in actuator endpoints for boot 2.0... AGAIN 2018-01-16 12:14:22 -08:00
Kris De Volder
689f9330a9 Periodically update the sts4-build-env docker image 2018-01-16 09:53:37 -08:00
Martin Lippert
b248145883 fixed outdated test for new behavior 2018-01-15 12:48:01 +01:00
Martin Lippert
8381abc9df avoid AST traversal if no boot app is running 2018-01-15 12:18:17 +01:00
Martin Lippert
4be3240447 avoid AST parsing when no project is around, does not make any sense 2018-01-15 12:17:48 +01:00
Martin Lippert
1e6f9a25f4 delete document-related symbols if java file gets deleted 2018-01-11 15:10:19 +01:00
Martin Lippert
f29ac415c2 allow spring indexer to remove symbols from deleted document 2018-01-11 12:43:11 +01:00
Martin Lippert
f6d4971981 major rework of the threading model behind the spring indexer, unified worker queue and initialization/refresh operations 2018-01-11 12:27:13 +01:00
Martin Lippert
fd60557be2 changed debug output to log channel 2018-01-09 15:06:06 +01:00
Martin Lippert
72735f779f added debug output for spring indexer threading 2018-01-09 14:31:12 +01:00
Martin Lippert
9b4f8df398 PT #153985661: reduced the read lock scope of the compilation unit cache to avoid freezes 2018-01-09 10:33:34 +01:00
Martin Lippert
bc39075dc1 fixed copyright 2018-01-09 10:32:40 +01:00
Martin Lippert
a95384ca5e changed polling mechanics for liv hovers to reduce polling pressure in case something is slow in responding 2018-01-09 10:32:23 +01:00
Kris De Volder
95787432b7 Merge branch 'master' of github.com:spring-projects/sts4 2018-01-05 14:50:39 -08:00
Kris De Volder
f136409df2 Make jvm heap size in vscode-concourse language server configurable by user 2018-01-05 14:50:21 -08:00
Martin Lippert
6f9c4af2a9 do not generate function symbols for abstract classes or interfaces anymore 2018-01-05 11:58:18 +01:00
Martin Lippert
e79659abc7 added bean wiring hover information for scanned functions without annotations involved 2018-01-05 11:07:03 +01:00
Kris De Volder
916ab89152 Improve how Goto symbol dialog displays matched results
- highlight query characters
- sort based on FuzzyMatcher score
- tooltip to show symbol name redundantly (helps if symol name is too long)
2018-01-04 14:09:32 -08:00
Kris De Volder
38f1b64247 Easier running for boot-java-ls from runtime workbench 2018-01-04 14:06:50 -08:00
Kris De Volder
95f0c471c1 Merge branch 'master' of github.com:spring-projects/sts4 2018-01-03 15:30:50 -08:00
Kris De Volder
96b1489ba8 Remove base-types from content-type definitions. They confuse lsp4e. 2018-01-03 15:30:29 -08:00
Kris De Volder
9e775ded2c Attempt to correct some issues in concourse eclipse lsp wrappers 2018-01-03 12:43:42 -08:00
Martin Lippert
1fb2c3a04b removed the @Bean marker for class-based functions 2018-01-02 15:04:59 +01:00
Martin Lippert
1263093c58 function bean symbols now generated if function interface is found in inheritance hierarchy 2018-01-02 08:48:52 +01:00
Martin Lippert
1466fa158c updated splash for 2018 2018-01-02 07:52:23 +01:00
Martin Lippert
13fc1ba6fa first cut for providing symbols for function beans from ckasses without annotation 2018-01-01 16:59:10 +01:00
BoykoAlex
16888fe1fe PT #153612030 Don't show tools.jar message for Java 9 2017-12-29 13:22:00 -05:00
Martin Lippert
2c74a45d76 code cleanup 2017-12-29 14:13:01 +01:00
Kris De Volder
5ad79fb18f Change from old-style '{{}}' vars to new style '(())' in pipeline.yml 2017-12-27 15:18:53 -08:00
Kris De Volder
0bcf2ccdc0 Fix failing test 2017-12-27 14:53:11 -08:00