Commit Graph

1452 Commits

Author SHA1 Message Date
Kris De Volder
fc9c84f58f Start adding some tests for 'InjectedInto' hover provider 2017-10-27 13:19:41 -07:00
Kris De Volder
c7c1ddc692 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-26 12:17:48 -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
nsingh
462e1d71b6 Show full URL in request mapping live hover 2017-10-25 16:33:09 -07:00
nsingh
cd73747a0e Multiple running app support for conditional live hovers 2017-10-25 15:13:27 -07:00
Kris De Volder
745994179d LiveBean parsing support for boot 2.0 2017-10-25 14:57:49 -07:00
Kris De Volder
8d85460430 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-25 13:41:14 -07:00
Kris De Volder
136b98d215 Add parsing of LiveBeanModel to actuator client 2017-10-25 13:40:57 -07:00
nsingh
3b933ea61f Added support for multiple apps in request mapping live hovers 2017-10-25 13:15:26 -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
Martin Lippert
500ab5793b Merge branch 'jump-to-live-app' 2017-10-25 10:44:26 +02:00
Martin Lippert
3bcc9091b2 finished work on simple live app request mappings symbols 2017-10-25 10:38:54 +02:00
nsingh
0357d2f609 Added test case with multiple conditionals 2017-10-24 17:50:27 -07:00
Kris De Volder
7d44293ea9 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-24 16:18:32 -07:00
nsingh
d4ce6c444d Fixed bug where conditional hover hint shows with no running app info 2017-10-24 16:19:27 -07:00
Kris De Volder
cd5c4af94a Cleanup imports 2017-10-24 16:18:19 -07:00
Kris De Volder
f0ffb29458 More fancy implementation active profiles live hovers 2017-10-24 16:16:01 -07: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
67626d2ef9 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-24 12:53:07 -07:00
Kris De Volder
c71d4cbf02 Add support to test harness for checking highlights. 2017-10-24 12:52:49 -07:00
nsingh
6750258788 Added more conditional annotations for live hover support 2017-10-24 11:52:59 -07:00
Kris De Volder
5652e8402e First, simple implementation of active profiles hover 2017-10-24 10:48:02 -07:00
Kris De Volder
b8aa5e484c Add empty-boot-15-web-app test project 2017-10-24 10:37:09 -07:00
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