Commit Graph

628 Commits

Author SHA1 Message Date
BoykoAlex
eadae7da22 PT #163067196: LSP4J 0.6.0, LSP4E 0.9.0 snapshot 2019-01-08 14:05:48 -05:00
Martin Lippert
674784f9a2 added missing check for boot apps, since the check for regular spring apps does not work for fat-jar boot apps 2019-01-08 11:50:25 +01:00
Martin Lippert
f0379020bc initial steps to support live bean hovers for non-boot projects 2019-01-08 11:27:55 +01:00
Martin Lippert
09380b75ed enable symbol indexing for regular, non-boot spring projects 2018-12-28 09:03:55 +01:00
Kris De Volder
7d8d29be40 Bump version to 1.2.1 2018-12-22 00:15:08 +00:00
Kris De Volder
797eb6717d Disable 'buildpack' deprecated warning
Also fixed some other small oddities in the code.
2018-12-18 16:18:47 -08:00
nsingh@pivotal.io
41d30ae7a9 PT 162499688 - Fixed error with marking deprecated property 2018-12-12 12:34:00 -08:00
BoykoAlex
db429f9c21 PT #162167333: Ask JDT server for hover links (Eclipse, VSCode) 2018-12-11 18:41:33 -05:00
nsinghpvtl
89229ad723 PT 162499688 - Add buildpacks to schema
Also deprecate `buildpack`
2018-12-10 13:08:14 -08:00
BoykoAlex
59275210ab PT #162110508: Index jrt-fs.jar 2018-12-06 16:19:09 -05:00
Kris De Volder
a93e668fce Eclipse metadata 2018-12-06 11:51:15 -08:00
Kris De Volder
f6b81739f2 More tweaks to jmx related error handling 2018-12-06 11:33:09 -08:00
Kris De Volder
f0bd1f7f37 More tweaks to JMX related exception handling 2018-12-05 15:55:51 -08:00
Kris De Volder
fb6f691908 More tweaks to JMX exception handling 2018-12-05 13:37:42 -08:00
Kris De Volder
9bdb7f23bd Catch and ignore more JMX errors for stopped apps 2018-12-05 12:19:19 -08:00
Kris De Volder
b9a625bee0 Suppress another JMX connection error 2018-12-05 11:55:23 -08:00
Kris De Volder
5ff4bc71e0 Supress verbose exception logging for more JMX connection errors 2018-12-05 11:34:47 -08:00
Kris De Volder
212dc74f83 Tolerate missing 'aliases' property in Boot15 bean parser 2018-12-04 15:31:18 -08:00
Kris De Volder
995e60035a Ignore java.rmi.ConnectException when closing connection 2018-12-04 15:01:11 -08:00
Kris De Volder
484420f68f Avoid NPE from AbstractSpringBootApp.getPortViaAdmin 2018-12-04 14:45:43 -08:00
Kris De Volder
2301463aaf Bump version to 1.2.0 2018-12-04 20:56:19 +00:00
Kris De Volder
6528b988d2 Fix boot ls server hang
It was caused by a forever blocking call to RMIConnector.close() for
a tunnelled JMX connection to a remote app that is no longer
there (stopped).
2018-11-29 17:21:02 -08:00
nsingh
4164427d12 PT 162292472 - Disable arrow completions and other LS changes 2018-11-28 16:57:00 -08:00
Kris De Volder
1ea41ee736 Fix a race condition in quickfix/moveCursor 2018-11-28 10:06:08 -08:00
BoykoAlex
a41025c23e PT #160151830: Accept range within quickfix range 2018-11-22 20:17:53 -05:00
Kris De Volder
f358431b00 Small info logging tweak. 2018-11-22 16:55:03 -08:00
Kris De Volder
1cb46aa444 Add some logging to track completion handling 2018-11-22 16:03:39 -08:00
BoykoAlex
0e70a34b02 PT #162139447: Fix live RM actuator data parsing 2018-11-21 17:10:19 -05:00
Kris De Volder
828a76c539 Merge branch 'master' of github.com:spring-projects/sts4 2018-11-21 13:50:42 -08:00
Kris De Volder
7ffbe07008 Attempted fix of suspected deadlock
See: https://github.com/spring-projects/sts4/issues/136
2018-11-21 13:49:30 -08:00
BoykoAlex
4d51b21281 PT #160495895: Fix JSON parsing for app with eureka client starter 2018-11-19 17:26:04 -05:00
Kris De Volder
f43942ed57 Consistent treatment of valuhints in yaml
See: https://www.pivotaltracker.com/story/show/161964105
2018-11-15 14:27:38 -08:00
Kris De Volder
f39b845964 Tweak value hint providers in application.properties
See https://www.pivotaltracker.com/story/show/161964105
2018-11-15 10:41:55 -08:00
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