Commit Graph

1173 Commits

Author SHA1 Message Date
nsingh@pivotal.io
e82e122bd7 PT 162740382 - Support beans from types with multiple starting upper
case
2018-12-28 04:05:24 -08:00
Martin Lippert
9d6c5584cf added test case for indexing symbols for regular non-boot spring projects 2018-12-28 09:32:24 +01:00
Martin Lippert
08a91156b2 remove factory path that is machine dependent 2018-12-28 09:05:20 +01:00
Martin Lippert
f26d4c6d9d update parser code to accept java 11 langauge level code 2018-12-28 09:04:25 +01:00
Martin Lippert
09380b75ed enable symbol indexing for regular, non-boot spring projects 2018-12-28 09:03:55 +01:00
Martin Lippert
3b9855d303 updated jdt core to latest 3.16.0 version of eclipse 2018-12 release, including support for Java 11 2018-12-27 10:27:55 +01:00
Kris De Volder
7d8d29be40 Bump version to 1.2.1 2018-12-22 00:15:08 +00:00
Kris De Volder
08a1310fde Add test case for 'buildpacks' hover content. 2018-12-18 16:38:45 -08: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
Kris De Volder
d2e49a5139 Ensure m2e 'downloadSources' is enabled
LS relies on this for source jar attachements.
2018-12-17 11:33:12 -08:00
BoykoAlex
4184d049bd PT #160496285: Fix Properties TypeUtil to find inner enums in the index 2018-12-13 17:32:35 -05:00
BoykoAlex
1bedf71ec2 Fix regression for properties editor CA docs 2018-12-12 19:30:00 -05:00
nsingh@pivotal.io
173f5d38d7 Improve structural test to include buildpacks 2018-12-12 12:34:00 -08:00
nsingh@pivotal.io
eaf03960ca Fixed failing test cases around buildpacks 2018-12-12 12:34:00 -08:00
nsingh@pivotal.io
41d30ae7a9 PT 162499688 - Fixed error with marking deprecated property 2018-12-12 12:34:00 -08:00
BoykoAlex
89ab018588 Trim down generic parameters when matching autowired beans 2018-12-12 13:43:11 -05:00
BoykoAlex
db429f9c21 PT #162167333: Ask JDT server for hover links (Eclipse, VSCode) 2018-12-11 18:41:33 -05:00
nsingh@pivotal.io
02f45063b8 Added new reconcile test for buildpacks 2018-12-11 09:44:54 -08:00
nsingh@pivotal.io
484d3b7b21 Added new junit to test deprecation warning on buildpack 2018-12-11 09:40:09 -08:00
nsingh@pivotal.io
f263b09f73 Fixed new test for buildpacks 2018-12-11 09:28:38 -08:00
nsingh@pivotal.io
5f61308c02 More junit fixes around buildpacks 2018-12-11 09:25:04 -08:00
nsingh@pivotal.io
db6ece78d5 Switch to using buildpacks on reconcile tests 2018-12-11 09:11:02 -08:00
nsingh@pivotal.io
8b312aa95a Fixed failing junits due to missing buildpacks property 2018-12-11 08:47:46 -08:00
nsingh@pivotal.io
c9e2e1f061 More minor changes 2018-12-10 14:24:18 -08:00
Nieraj Singh
414864b1d6 Minor buildpacks doc changes 2018-12-10 14:15:49 -08:00
Nieraj Singh
faf016df94 Add buildpacks documentation 2018-12-10 13:44:56 -08:00
nsinghpvtl
89229ad723 PT 162499688 - Add buildpacks to schema
Also deprecate `buildpack`
2018-12-10 13:08:14 -08:00
Kris De Volder
c1b324fb65 Merge branch 'master' of github.com:spring-projects/sts4 2018-12-06 15:29:21 -08:00
Kris De Volder
71da26c56e Attempting to fix failing testcase 2018-12-06 15:28:47 -08:00
BoykoAlex
59275210ab PT #162110508: Index jrt-fs.jar 2018-12-06 16:19:09 -05:00
Kris De Volder
7d937d056e Re-enable ClasspathListenerHandlerText.sourceJar
So we can try to understand why it fails in CI builds.
2018-12-06 11:51:30 -08: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
21b06df305 Clear property index when json metadata is changed 2018-11-28 13:55:59 -08:00
Kris De Volder
1ea41ee736 Fix a race condition in quickfix/moveCursor 2018-11-28 10:06:08 -08:00
BoykoAlex
e59b6a5698 PT #162161994: Terminate LS properly for Atom client 2018-11-26 20:09:06 -05: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