Kris De Volder
706a870fae
Improvements to AdHocSpringPropertyIndex
...
- respond to document save to clear index
- index properties bound to list values in yaml
2018-11-14 11:42:50 -08:00
Kris De Volder
0eb6614617
Support for user-defined logging.groups
2018-11-14 11:42:50 -08:00
nsingh
3536ef71f1
Added Boot 1.x and 2.x context path tests
2018-11-13 16:10:09 -08:00
nsingh
41d64d5577
Simplified context path implementation
...
For boot 1.x and 2.x, now iterate through all property sources in the
order read from env. This avoids the need to have special handling for
prioritising the different types of property sources (e.g. command line
args, env vars, app config).
2018-11-09 16:16:20 -08:00
nsingh
a8757a4491
Added some "real" tests for context path
...
Used real actuator env json to test reading context path in priority
order, using both camel case and kebab case.
2018-11-09 16:16:20 -08:00
nsingh
0146a1c4f7
Revert back to separate properties for boot 2.x vs 1.x
2018-11-09 12:20:19 -08:00
BoykoAlex
4137819382
PT #155474396 : Ctrl-Click for Boot properties YAML
2018-11-09 11:09:17 -05:00
nsingh
513c729e71
Added some comments on priority ordering when looking for context path
2018-11-08 17:59:23 -08:00
nsingh
efd29096ec
Fixed minor naming error
2018-11-08 17:57:52 -08:00
nsingh
29e52b38ae
Merge both boot 1.x and 2.x context path properties
2018-11-08 17:44:56 -08:00
nsingh
9179d5d167
PT 161583390 - Read context path from applicationConfig
...
Support for both boot 1.x and 2.x
2018-11-08 17:34:10 -08:00
nsingh
b41cd42741
PT 161583390 - Initial implementation to support context path
...
Added support for context path for boot 1.x and 2.x when property
defined via command line args. Also added some relevant junits for
request mappings with context paths.
2018-11-08 16:10:24 -08:00
BoykoAlex
5e34506eae
Fix the broken build (no JDK has no src.zip in CI)
2018-11-07 21:01:10 -05:00
BoykoAlex
d3faadef7b
Attempt to fix the tests for symlinks src.zip
2018-11-07 20:07:45 -05:00
BoykoAlex
2e6238a2b7
Another hypothesis test
2018-11-07 19:37:07 -05:00
BoykoAlex
b22bc628aa
More debugging changes
2018-11-07 19:22:55 -05:00
BoykoAlex
0788250644
Fix erro in debug changes
2018-11-07 19:12:02 -05:00
BoykoAlex
176b0b439d
Debug changes for broken build
2018-11-07 19:04:03 -05:00
BoykoAlex
94bc7f8a3e
Test the reason for build failure
2018-11-07 18:38:45 -05:00
BoykoAlex
1abefb76c3
Debugging broken build
2018-11-07 18:31:39 -05:00
BoykoAlex
28793153e1
Debugging broken build
2018-11-07 18:10:04 -05:00
BoykoAlex
e3901c1435
Fix the broken build
2018-11-07 17:50:35 -05:00
BoykoAlex
b41d2df2ed
More debugging changes
2018-11-07 17:40:01 -05:00
BoykoAlex
2a258bae99
Another attempt to fix the build
2018-11-07 17:27:06 -05:00
BoykoAlex
a6530dc5c6
Possible fix for build failure
2018-11-07 17:15:23 -05:00
BoykoAlex
9428e96cfc
Debugging failing test
2018-11-07 17:05:21 -05:00
BoykoAlex
f2be2c717b
PT #155474415 : CTRL-CLICK navigation from .properties to Java
2018-11-07 16:35:07 -05:00
Kris De Volder
0e931fb3c2
Bump version to 1.1.1
2018-11-06 16:16:44 +00:00
Martin Lippert
972a85cea8
updated versions from 4.0.1 to 4.0.2
2018-11-01 11:37:43 +01:00
BoykoAlex
ffd6c41560
Fix: LS gets stuck with Theia client
2018-10-22 18:16:58 -04:00
Kris De Volder
8177a9c110
Logging related fixes
...
- logs to system.err instead of system.out
- disable spring-boot banner
2018-10-18 16:53:06 -07:00
Kris De Volder
995d0f0ccb
Add some logging to see startup times
2018-10-17 14:35:41 -07:00
Kris De Volder
8d9e79cc91
Try to suppress some warnings in CI maven builds
2018-10-17 13:47:15 -07:00
Kris De Volder
3857c507e0
Remove ComposableLanguageServer class
2018-10-16 14:38:32 -07:00
Kris De Volder
2fd8d05fd0
Cleanups
...
Some useless LSFactories removed.
Some unused obsolete methods removed.
2018-10-16 14:29:42 -07:00
Kris De Volder
fa72c26252
Cleanup some junk comments that got accidentally committed.
2018-10-16 12:30:14 -07:00
Kris De Volder
2365f83e20
Fix https://github.com/spring-projects/sts4/issues/80
2018-10-16 12:26:52 -07:00
Kris De Volder
ed2365c5c0
Eclipse metadata
2018-10-16 09:49:43 -07:00
Kris De Volder
2b987e668a
Refactor Bootiful LS
...
Converted all spring boot ls test to use spring test runner.
2018-10-16 09:48:41 -07:00
Kris De Volder
a1518c10e5
Make SimpleLanguageSever final
2018-10-10 10:59:21 -07:00
Kris De Volder
77edc22c3e
Bosh LS no more subclass of SimpleLanguageServer
2018-10-09 16:33:58 -07:00
Kris De Volder
5ecf55af5f
Fix test fails
2018-10-09 12:23:15 -07:00
Kris De Volder
a11505d8c4
Make get rid of concourse ls simpelanguageserver subclassing
2018-10-09 12:18:03 -07:00
Kris De Volder
ba21265b4b
Bootified CF Editor tests
2018-10-05 16:09:19 -07:00
Kris De Volder
946fa244e6
Eclipse metadata
2018-10-05 15:47:39 -07:00
Kris De Volder
67066e8e3c
Start decomposing CF language server into beans t
...
Instead of explicitly instantiating a SimpleLanguageServer subclass, let autoconf
create and configure it.
2018-10-04 16:08:46 -07:00
Kris De Volder
b5e0b53170
AutoConfigure simple language server
...
It is @ConditionalOnMissingBean so actually this doesn't do anything yet
because all our language servers still create a SimpleLanguageServer
bean manually.
2018-10-04 11:34:22 -07:00
Kris De Volder
45d2daee3c
Simplify LanguageServerRunner dependency
...
It doesn't need to have a 'server factory'. It just needs a server.
2018-10-04 10:44:18 -07:00
Kris De Volder
eda67f8c7c
Fix https://www.pivotaltracker.com/story/show/160969280
...
Read boot properties metadata from project dependencies
2018-10-03 16:35:49 -07:00
Kris De Volder
bbe14f1d6b
Standalone server startup disabled by default
2018-10-03 13:02:04 -07:00