Kris De Volder
|
fc9c84f58f
|
Start adding some tests for 'InjectedInto' hover provider
|
2017-10-27 13:19:41 -07:00 |
|
Kris De Volder
|
84a8937b31
|
Add index of beans by dependency to beans model
Also, replace model implementation with immutable / builder style data
structures.
|
2017-10-26 12:17:33 -07:00 |
|
Kris De Volder
|
745994179d
|
LiveBean parsing support for boot 2.0
|
2017-10-25 14:57:49 -07:00 |
|
Kris De Volder
|
136b98d215
|
Add parsing of LiveBeanModel to actuator client
|
2017-10-25 13:40:57 -07:00 |
|
Kris De Volder
|
23d55a6d93
|
Cleanup imports
|
2017-10-25 10:56:11 -07:00 |
|
Kris De Volder
|
28f32bb7a7
|
Fix another NPE bug in composite project finder
|
2017-10-25 10:54:01 -07:00 |
|
Kris De Volder
|
70dae6c7bb
|
Merge branch 'master' of github.com:spring-projects/sts4
|
2017-10-25 10:49:57 -07:00 |
|
Kris De Volder
|
c0c2d7588d
|
Make SpringBootAppTest run for several test targets
- Boot 1.5 fatjar
- Boot 2.0 fatjar
- Boot 2.0 thinjar
|
2017-10-25 10:49:40 -07:00 |
|
Martin Lippert
|
c614d6059e
|
fixed bug with project finder infrastructure not iterating over different finders anymore
|
2017-10-25 14:25:11 +02:00 |
|
Kris De Volder
|
4a0fde19f9
|
Generelaz live hover api to support multiple highlight ranges
|
2017-10-24 13:19:59 -07:00 |
|
Kris De Volder
|
c71d4cbf02
|
Add support to test harness for checking highlights.
|
2017-10-24 12:52:49 -07:00 |
|
Kris De Volder
|
5652e8402e
|
First, simple implementation of active profiles hover
|
2017-10-24 10:48:02 -07:00 |
|
Kris De Volder
|
8bccbeafc6
|
Revert changes to reactor-core version.
We should stick to version compatible with java client. So... upgrade when
upgrading the client only.
|
2017-10-23 13:10:00 -07:00 |
|
BoykoAlex
|
ebae1d0026
|
Adopt new reactor tuple implementation
|
2017-10-23 13:54:58 -04:00 |
|
Kris De Volder
|
9998f3908e
|
Update reactor-core dependency to most recent release
|
2017-10-23 10:20:12 -07:00 |
|
BoykoAlex
|
ba48e1eb31
|
Fix unit tests
|
2017-10-23 11:19:59 -04:00 |
|
nsingh
|
13dfec091f
|
Fixed NPE in isSpringBootAppSysprops check
|
2017-10-22 21:22:22 -07:00 |
|
BoykoAlex
|
55a439dc30
|
PT #151674858 Live boot hint decorations on/off
|
2017-10-20 20:55:05 -04:00 |
|
Kris De Volder
|
fdde938433
|
Cleanup trainling whitepace
|
2017-10-20 16:23:35 -07:00 |
|
Kris De Volder
|
b7cb166df0
|
Cleanup some debug logging in test code.
|
2017-10-20 16:03:24 -07:00 |
|
Kris De Volder
|
963359fab6
|
Fix suspected race condition causing test failures.
|
2017-10-20 15:55:09 -07:00 |
|
Kris De Volder
|
49904ceb3e
|
Fix dependency issue causing build failure
|
2017-10-20 15:49:27 -07:00 |
|
Kris De Volder
|
9d83e25d90
|
Detect boot app processes launched from fatjar / thinjar boot launcher
|
2017-10-20 15:40:01 -07:00 |
|
Kris De Volder
|
a328dfb378
|
More code for testing SpringBootApp JMX client
|
2017-10-20 15:13:41 -07:00 |
|
Kris De Volder
|
9983f6c8c4
|
Make language server processes easy to recognize
Set a system property 'sts4.languageserver.name'. This serves as an easy
marker to recognize language servers.
|
2017-10-20 15:03:28 -07:00 |
|
Kris De Volder
|
1f73e46f4f
|
Increase timeout for SpringBootAppTest
Needs more time for test app to fully start sometimes.
|
2017-10-20 12:42:04 -07:00 |
|
Kris De Volder
|
30a53ac565
|
Increase timeout for SpringBootAppTest
Needs more time for test app to fully start sometimes.
|
2017-10-20 12:32:07 -07:00 |
|
Kris De Volder
|
413b90716b
|
Ensure that all actuator endpoint accessors work for Boot 2.0
|
2017-10-20 11:09:39 -07:00 |
|
Kris De Volder
|
6d854f1f80
|
Add jar contain test boot app...
Test failures are due to this being missing (was caught by .gitignore rules).
|
2017-10-19 16:41:11 -07:00 |
|
Kris De Volder
|
53ef047560
|
Start adding some tests for SpringBootApp discovery and actuator client
|
2017-10-19 15:55:18 -07:00 |
|
Kris De Volder
|
3a57d99a84
|
Disable boot-java language server internally on non-boot project
Also use Optional in project finder to avoid some NPE bugs for missing project
context.
|
2017-10-19 13:41:53 -07:00 |
|
Kris De Volder
|
93dce1f334
|
Merge branch 'master' of github.com:spring-projects/sts4
Conflicts:
headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/boot/java/requestmapping/test/RequestMappingLiveHoverTest.java
|
2017-10-18 16:39:58 -07:00 |
|
Kris De Volder
|
5ea32cf751
|
Cleaner dependency injection for BootJavaLanguageServer
|
2017-10-18 16:20:42 -07:00 |
|
nsingh
|
35ccb8dc90
|
Minor change to testing a correct file URI in test harness
|
2017-10-18 13:27:07 -07:00 |
|
nsingh
|
3c5923d5d2
|
Added test project for request mapping live hovers
Also added test case for live hover over type Request Mapping
|
2017-10-18 13:16:42 -07:00 |
|
Kris De Volder
|
71dabb8d6c
|
Streamlime and simplify JavaProjectFinder
Only a single method needs to be implemented now to define how
a project context is found for a given document location.
|
2017-10-17 11:04:08 -07:00 |
|
Kris De Volder
|
69491029b3
|
Remove obsolete method 'isProjectRoot' from project finder interface
|
2017-10-17 10:41:56 -07:00 |
|
nsingh
|
5d8bd397f7
|
Code cleanup in SpringBootApp
|
2017-10-16 16:07:21 -07:00 |
|
BoykoAlex
|
d4a9907b0d
|
PT #150740880: VSCode/Eclipse file watching. Back to project finder
Eclipse client file change listening mechanics
Reworked file/project observer implementation
Merge fixes
|
2017-10-16 14:08:51 -04:00 |
|
nsingh
|
dd61505bb5
|
Improvements to live hovers for request mappings
|
2017-10-12 23:06:24 -07:00 |
|
BoykoAlex
|
423c6bcaef
|
[PT-#150740880] File listener and project listeners mechanics
Refactor project finder into project manager
Update annotation index based on project changes
Missing comments
|
2017-10-12 16:41:38 -04:00 |
|
nsingh
|
ee069226f9
|
Added basic request mapping navigation in live hover
|
2017-10-11 17:35:29 -07:00 |
|
Martin Lippert
|
aba1f581de
|
improved error handling in case of the language server cannot connect via JMX to a specific java app
|
2017-10-09 14:35:31 +02:00 |
|
nsingh
|
4eddb50e63
|
Improve handling of snippet indentations containing no tabs
|
2017-10-04 15:59:22 -07:00 |
|
Kris De Volder
|
bbabae3bd6
|
Implement highlighter support for eclipse language servers
|
2017-10-04 14:43:20 -07:00 |
|
Martin Lippert
|
9a0b5c8023
|
PT #151428541: connected watchdog with new protocol extension to show live hover hints
|
2017-10-04 14:33:15 +02:00 |
|
Kris De Volder
|
8e4ccae558
|
Merge branch 'master' of github.com:spring-projects/sts4
|
2017-10-03 16:28:11 -07:00 |
|
Kris De Volder
|
cdf2e9fa44
|
Add support for 'sts/highlight' protocol extension
Use it too highlight occurrences of the word 'foo' as an example of how to use this.
|
2017-10-03 16:27:58 -07:00 |
|
nsingh
|
51491035f6
|
Fixed indentation for snippets for non-vscode editors
|
2017-10-03 13:46:21 -07:00 |
|
Kris De Volder
|
adced19b09
|
WIP: goto symbol in file dialog
|
2017-10-02 12:27:59 -07:00 |
|