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 |
|
Martin Lippert
|
7c4c3f50f5
|
PT #151428541: first steps to gather live hover hint data from running apps
|
2017-10-02 16:30:33 +02:00 |
|
nierajsingh
|
efc45d96e6
|
Merge pull request #14 from spring-projects/java-snippet
Snippets for request mappings
|
2017-09-28 16:24:17 -07:00 |
|
Kris De Volder
|
89667897eb
|
Cleanup debug log msg
|
2017-09-26 15:40:58 -07:00 |
|
Kris De Volder
|
640c2cd361
|
Fix bug when there are multiple overlapping diagnostics with quickfix
|
2017-09-26 15:38:07 -07:00 |
|
BoykoAlex
|
884d0c8555
|
Update atom packages to atom 1.21. Allow quick-fixes
|
2017-09-25 18:23:46 -04:00 |
|
Kris De Volder
|
e6e960d924
|
Add support for info messages from reconciler.
|
2017-09-22 10:57:24 -07:00 |
|
Kris De Volder
|
830f2e9879
|
Use proper snippet syntax so placeholders work in vscode
|
2017-09-20 17:41:27 -07:00 |
|
nsingh
|
00c3213adc
|
Add support to include imports through additional edits
|
2017-09-20 16:08:05 -07:00 |
|
Martin Lippert
|
83193e4711
|
added debug output for project creation
|
2017-09-18 15:03:03 +02:00 |
|
Martin Lippert
|
c76d6c7496
|
adopted changed boot 2 actuator jmx endpoint structure
|
2017-09-14 16:19:03 +02:00 |
|
Martin Lippert
|
d87a7c2d5c
|
added support for code lenses
|
2017-09-12 10:25:31 +02:00 |
|
Martin Lippert
|
48f358bfda
|
typo fixed
|
2017-09-04 20:58:52 +02:00 |
|