Kris De Volder
20433f8606
Remove boot-properties and boot-java language server projects
...
They are obsolete and should not be used anymore.
If there are parts of the build / pipeline that break because of this...
It means they should adapted accordingly.
2018-02-21 15:34:03 -08:00
Kris De Volder
28d598b93d
Fixup dependencies and re-enable fatjar for boot-java-language-server
2018-02-09 14:00:01 -08:00
Kris De Volder
fbcb77cac0
Move all non-conflicting source files from boot-java-language-server to
...
commons-boot
2018-02-09 13:28:30 -08:00
Kris De Volder
94dfa69954
Fix build failure
2018-02-09 11:53:35 -08:00
BoykoAlex
09badf6c3b
PT #151978919 Link for type and link for resource
2018-02-09 13:53:16 -05:00
Kris De Volder
5c19bdefe6
Some steps towards mergin boot-java and boot-properties LS
...
- Refactor towards more composable LanguageServers
- disable fatjar support on boot-java and boot-properties
2018-02-09 09:49:21 -08:00
Kris De Volder
2bd2a650f6
Do some package renames to avoid conflicts when boot-java and boot-properties
...
are on same classpath
2018-02-08 11:24:22 -08:00
BoykoAlex
6aa3e365c9
PT #154980332 Fix the build on Win
2018-02-06 21:10:46 -05:00
Kris De Volder
b7a2e86131
Cleanup some logging code -> proper slf4j logger.
2018-02-02 09:31:01 -08:00
Martin Lippert
6685beb68b
fixed an exception when executing code completion on a non-boot java project
2018-02-02 12:59:19 +01:00
Kris De Volder
a9515831d1
Bump version to 0.1.4
2018-01-31 00:00:04 +00:00
Kris De Volder
1b1b64dea5
Support for changed requestmappings actuator format in Boot 2.0
2018-01-23 11:37:33 -08:00
BoykoAlex
286d435d53
PT #151978919 VSCode navigation to resource from hovers (POC)
2018-01-19 19:26:29 -05: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
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
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
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
a6eb7241f1
Bump version to 0.1.3
2017-12-21 22:11:19 +00:00
Kris De Volder
ee3181b320
Bump version to 0.1.2
2017-12-12 17:17:35 +00:00
kdvolder
22e8ba80ba
Some fixes to accomodate windows
2017-12-11 16:00:19 -08:00
Martin Lippert
dffc75d5eb
updated versions
2017-12-11 09:31:08 +01: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
Kris De Volder
71956a0748
Bump version to 0.1.0
2017-11-27 22:24:02 +00:00
Kris De Volder
95a844722b
Bump version to 0.0.13
2017-11-27 22:09:08 +00:00
Kris De Volder
a40ab1b33a
Bump version to 0.0.12
2017-11-27 19:30:08 +00:00
Martin Lippert
b2e7c9ec68
fixed live hovers for property values in value annotations, but excluded live hints for that for now
2017-11-27 08:19:01 +01:00
BoykoAlex
a2503bfa6b
PT #153107223 Don't put any string for undefined request method
2017-11-23 12:37:17 -05:00
Kris De Volder
1b6aacaa81
Merge branch 'master' of github.com:spring-projects/sts4
2017-11-22 13:03:37 -08:00
Kris De Volder
cc75054281
Attempt to fix log redirection
2017-11-22 13:03:21 -08:00
BoykoAlex
a50c09097a
PT #153100339 Don't cache CU unless there is a project for it
2017-11-22 14:49:44 -05:00
BoykoAlex
7541238a5a
Merge branch 'master' of https://github.com/spring-projects/sts4
2017-11-21 17:35:12 -05:00
BoykoAlex
2185c7cd1b
PT #153051451 Symbol for RequestMapping without parameters
2017-11-21 17:34:36 -05:00