Kris De Volder
|
4e5ae58f48
|
Fix an NPE
|
2017-10-24 10:36:29 -07:00 |
|
Kris De Volder
|
d4b6dd4e17
|
Disable live hover watchdog when no interesting files are open.
|
2017-10-23 13:53:54 -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 |
|
Kris De Volder
|
b30334f1ca
|
Fix compile errors.
|
2017-10-23 12:05:19 -07:00 |
|
Martin Lippert
|
309b6124b6
|
removed unused code
|
2017-10-23 20:18:02 +02:00 |
|
Martin Lippert
|
2ec0d7b1b7
|
removed annoying dummy code lens
|
2017-10-23 20:17:48 +02:00 |
|
Martin Lippert
|
fd10bbc6b8
|
removed outdated self-defined system property for boot-java language server
|
2017-10-23 20:17:27 +02: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 |
|
Kris De Volder
|
2a22775673
|
Add some synchronized sections to live hover watchdog
|
2017-10-23 10:19:17 -07:00 |
|
Kris De Volder
|
cf174129b8
|
Handle more cases of 'missing project context'.
|
2017-10-23 10:18:41 -07:00 |
|
BoykoAlex
|
ba48e1eb31
|
Fix unit tests
|
2017-10-23 11:19:59 -04:00 |
|
nsingh
|
1b274cf375
|
Renamed test cases
|
2017-10-22 22:51:25 -07:00 |
|
nsingh
|
e16ef74bf3
|
Added one more test case for conditional live hover
|
2017-10-22 22:39:24 -07:00 |
|
nsingh
|
bd11bfbe52
|
Added some test cases for conditional live hover
|
2017-10-22 22:06:09 -07:00 |
|
nsingh
|
d3bd5d7011
|
Fixed NPE in fetching autoconfig report
The report may not yet be available in the SpringBootApp and results in
NPE.
|
2017-10-22 21:30:56 -07:00 |
|
nsingh
|
13dfec091f
|
Fixed NPE in isSpringBootAppSysprops check
|
2017-10-22 21:22:22 -07:00 |
|
nsingh
|
b1962945df
|
Added test project for conditional live hover tests
|
2017-10-22 21:20:48 -07:00 |
|
nsingh
|
7742083562
|
Initial harness for conditionals live hover tests
|
2017-10-22 20:53:48 -07:00 |
|
nsingh
|
a50d7f1791
|
Added support for live hover and hints for ConditionalOn annotations
|
2017-10-22 20:53:48 -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
|
5f7e964301
|
Merge branch 'master' of github.com:spring-projects/sts4
|
2017-10-19 13:42:32 -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 |
|
BoykoAlex
|
d5eef10cbb
|
Fix NPE for no fake index
|
2017-10-19 15:41:36 -04:00 |
|
BoykoAlex
|
2a3dac69c6
|
Spring properties index aware of project changes
|
2017-10-19 15:26:30 -04:00 |
|
Kris De Volder
|
c02f96a812
|
Merge branch 'master' of github.com:spring-projects/sts4
|
2017-10-19 10:24:01 -07:00 |
|
Kris De Volder
|
f5967b4b8d
|
Replace BootJava test harness constructors with builder api.
And fix failing tests in the process
|
2017-10-19 10:23:43 -07:00 |
|
Martin Lippert
|
05c6749628
|
moved resource listener registration to delegating stream provider to enable it for both cases
|
2017-10-19 10:29:15 +02:00 |
|
Kris De Volder
|
b41fb3af41
|
Cleanup junk from merge conflict that was missed
|
2017-10-18 16:40: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
|
8b2f3de69a
|
Added one more test case for no running apps
|
2017-10-18 14:01:21 -07:00 |
|
nsingh
|
bd509ed14d
|
Added test case to test live hovers over methods
|
2017-10-18 13:34:52 -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 |
|
nsingh
|
c6eb7222e6
|
Added missing mock support for app host
|
2017-10-18 13:12:55 -07:00 |
|
nsingh
|
e8e447f0e6
|
Log errors instead of printStackTrace
|
2017-10-18 13:11:17 -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 |
|