Commit Graph

628 Commits

Author SHA1 Message Date
Kris De Volder
f5d7b444ff Deal better with multiple contexts in live beans model parse for boot 2.0 2018-01-18 10:10:52 -08:00
Kris De Volder
f0d36ba034 Reduce verbosity of test-run output 2018-01-17 13:23:39 -08:00
Martin Lippert
851f5b29e5 newly created documents are now taken into account for indexing, makes rename refactoring work fine spring indexer 2018-01-17 12:05:24 +01:00
Martin Lippert
6c8f467e57 updated lsp4j to 0.3.0 2018-01-17 12:05:24 +01:00
Kris De Volder
3309f18b50 Fix more breakage caused by changes in boot 2.0 actuator data 2018-01-16 15:27:58 -08:00
Kris De Volder
e700457149 Fix problems caused by changes in actuator endpoints for boot 2.0... AGAIN 2018-01-16 12:14:22 -08:00
Martin Lippert
b248145883 fixed outdated test for new behavior 2018-01-15 12:48:01 +01:00
Martin Lippert
8381abc9df avoid AST traversal if no boot app is running 2018-01-15 12:18:17 +01:00
Martin Lippert
4be3240447 avoid AST parsing when no project is around, does not make any sense 2018-01-15 12:17:48 +01:00
Martin Lippert
1e6f9a25f4 delete document-related symbols if java file gets deleted 2018-01-11 15:10:19 +01:00
Martin Lippert
f29ac415c2 allow spring indexer to remove symbols from deleted document 2018-01-11 12:43:11 +01:00
Martin Lippert
f6d4971981 major rework of the threading model behind the spring indexer, unified worker queue and initialization/refresh operations 2018-01-11 12:27:13 +01:00
Martin Lippert
fd60557be2 changed debug output to log channel 2018-01-09 15:06:06 +01:00
Martin Lippert
72735f779f added debug output for spring indexer threading 2018-01-09 14:31:12 +01:00
Martin Lippert
9b4f8df398 PT #153985661: reduced the read lock scope of the compilation unit cache to avoid freezes 2018-01-09 10:33:34 +01:00
Martin Lippert
bc39075dc1 fixed copyright 2018-01-09 10:32:40 +01:00
Martin Lippert
a95384ca5e changed polling mechanics for liv hovers to reduce polling pressure in case something is slow in responding 2018-01-09 10:32:23 +01:00
Martin Lippert
6f9c4af2a9 do not generate function symbols for abstract classes or interfaces anymore 2018-01-05 11:58:18 +01:00
Martin Lippert
e79659abc7 added bean wiring hover information for scanned functions without annotations involved 2018-01-05 11:07:03 +01:00
Martin Lippert
1fb2c3a04b removed the @Bean marker for class-based functions 2018-01-02 15:04:59 +01:00
Martin Lippert
1263093c58 function bean symbols now generated if function interface is found in inheritance hierarchy 2018-01-02 08:48:52 +01:00
Martin Lippert
13fc1ba6fa first cut for providing symbols for function beans from ckasses without annotation 2018-01-01 16:59:10 +01:00
Martin Lippert
2c74a45d76 code cleanup 2017-12-29 14:13:01 +01:00
Kris De Volder
0bcf2ccdc0 Fix failing test 2017-12-27 14:53:11 -08:00
Kris De Volder
f2e90f62ce Reconciling for github repo uris in concourse pipelines 2017-12-27 14:45:03 -08:00
Kris De Volder
4de71bfc91 Fix failing test cases 2017-12-22 17:32:05 -08:00
Kris De Volder
1fb0a6acc6 Dynamic CA for github repo uris in concourse resource definitions 2017-12-22 17:14:27 -08:00
Kris De Volder
70f2db136b Validate that concourse job groups assignment is complete 2017-12-22 10:09:17 -08:00
Kris De Volder
13d900b58f Fix failing test cases and add missing doc snippets. 2017-12-21 16:24:31 -08:00
Kris De Volder
c0880f6532 Merge branch 'master' of github.com:spring-projects/sts4 2017-12-21 16:07:40 -08:00
Kris De Volder
b302a2d30d Fixup schema for image_resource attribute in tasks
Add 'version' attribute and remove some other that are incorrect.
2017-12-21 16:07:14 -08:00
Kris De Volder
a6eb7241f1 Bump version to 0.1.3 2017-12-21 22:11:19 +00:00
Kris De Volder
3500616dcd Add support for caches attribute in concourse tasks
See: https://www.pivotaltracker.com/story/show/153861788
2017-12-21 13:51:59 -08:00
Martin Lippert
35e3b7271e updated versions of language servers to 0.1.2 for the eclipse integration 2017-12-14 08:12:00 +01:00
Kris De Volder
04ee131762 More tweaks to GetStep version doc. 2017-12-13 14:37:03 -08:00
Kris De Volder
0d3ac889e7 Tweak GetStep version docs 2017-12-13 14:21:12 -08:00
Kris De Volder
fda92b3fe1 Cleanup: unused and invalid import 2017-12-13 13:45:58 -08:00
Kris De Volder
3658f87b84 Fix #28: values 'latest' and 'every' should be accepted for 'version' in getstep 2017-12-13 13:41:53 -08:00
Kris De Volder
ee3181b320 Bump version to 0.1.2 2017-12-12 17:17:35 +00:00
Kris De Volder
eb9a28d777 Add a test case for PR https://github.com/spring-projects/sts4/pull/24 2017-12-12 08:58:58 -08:00
Kris De Volder
8c771e2471 Merge pull request #24 from srbry/master
update resource version to take a map string->string
2017-12-12 08:44:04 -08:00
Kris De Volder
7b315bdd74 Fix failing test cases due to harness issue. 2017-12-11 16:43:40 -08:00
Kris De Volder
2fce26439d Cleanup temporary pom change that was accidentally pushed 2017-12-11 16:17:36 -08:00
kdvolder
22e8ba80ba Some fixes to accomodate windows 2017-12-11 16:00:19 -08:00
Kris De Volder
b51e2fa0da Fix potential NPE. 2017-12-11 09:11:13 -08:00
Martin Lippert
dffc75d5eb updated versions 2017-12-11 09:31:08 +01:00
Sam Bryant
7972a3a087 update resource version to take a map string->string
Signed-off-by: Ashish Sehra <asehra@gmail.com>
2017-12-08 12:00:45 +00:00
Martin Lippert
c102efa838 enable live hovers for inner classes 2017-12-07 21:33:49 +01:00
Kris De Volder
4b7614230a Revert "Bump version to 0.1.1"
This reverts commit dbe06627ea.
2017-11-27 15:48:47 -08:00
Kris De Volder
dbe06627ea Bump version to 0.1.1 2017-11-27 22:57:01 +00:00