Commit Graph

120 Commits

Author SHA1 Message Date
nsingh
aa2e89f0dd PT 156967558 - Replace ObjectMapper with Gson in Bosh LS 2018-06-05 16:10:09 -07:00
BoykoAlex
1b33036794 PT #156965730: Get Javadoc from JDT LS or eclipse client via sts/javadoc 2018-05-31 22:19:28 -04:00
Kris De Volder
ecc2724822 Fix bug in UriUtil.normalize and add some test cases for it. 2018-05-10 15:15:52 -07:00
Kris De Volder
16a56a5fdc Refactor, fix and simplify classpath infrastructure 2018-04-30 10:10:56 -07:00
Kris De Volder
704fdaa21d Reduce verbosity of 'change even with wrong verson' warning. 2018-04-11 16:38:48 -07:00
Kris De Volder
54a2bb9d47 Fix bug in JdtLsProejctCache table lookup 2018-03-27 12:56:49 -07:00
Kris De Volder
a8707545a3 Fix failing test 2018-03-22 12:09:33 -07:00
nsingh
b8fb468768 Implemented find project and table for JDT project cache 2018-03-16 17:11:17 -07:00
nsingh
328607f531 Streamline async handler API
Added an async handler for LS requests that should not run on the same
thread as LSP4J event loop. Also streamlined method signatures for
handlers and removed useless CompletableFuture.
2018-03-12 16:07:43 -07:00
Kris De Volder
0d94dfef2b Fixes Concourse issues for https://github.com/spring-projects/sts4/issues/41
1) Turn errors for empty task.input|output.path into a warning

2) Add task.optional property to the schema
2018-02-20 14:48:30 -08:00
Kris De Volder
1e567e6a11 Proper support Set<?> types in .properties editor. 2018-02-20 12:05:05 -08:00
Kris De Volder
837aaff897 BootLanguageServer created by composing support for props / java together 2018-02-15 15:18:17 -08:00
Kris De Volder
ffdd395538 Add Deprecated tag to generic Log utility class.
Encourage use of proper slf4j logging instead.
2018-02-02 09:31:01 -08:00
Kris De Volder
67e5131718 More robust log file redirection.
I.e. directly redirect System.err stream to a file. 
Instead of trying to get a hodge-podge of different java logging systems to all  send output to the same file.
2018-01-31 14:47:40 -08:00
Kris De Volder
1b1b64dea5 Support for changed requestmappings actuator format in Boot 2.0 2018-01-23 11:37:33 -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
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
kdvolder
22e8ba80ba Some fixes to accomodate windows 2017-12-11 16:00:19 -08:00
Kris De Volder
c5df8812fa Some tweaks to log outpur redirection for vscode 2017-11-22 14:37:33 -08:00
Kris De Volder
cc75054281 Attempt to fix log redirection 2017-11-22 13:03:21 -08:00
Kris De Volder
cd2ab7de28 Second attempt to redirect log output to file
First attempt was flawed because some loggers can get instantiated
before sysem property is set.
2017-11-17 15:49:00 -08:00
Kris De Volder
003afe52ab Merge branch 'master' of github.com:spring-projects/sts4
Conflicts:
	headless-services/commons/commons-util/src/main/java/org/springframework/ide/vscode/commons/util/StringUtil.java
2017-11-16 15:03:53 -08:00
Kris De Volder
7c117828c5 Support subtyping in SpringIndexer 2017-11-16 15:02:06 -08:00
nsingh
613b79cb35 Added case insensitive search for in workspace symbol search 2017-11-16 11:50:30 -08:00
BoykoAlex
aa96122d5c PT #152680720 Support *.gradle build files 2017-11-08 18:42:24 -05:00
Kris De Volder
a70bc1a77f Add resource info to beans in injection reports 2017-11-03 09:58:06 -07:00
Kris De Volder
3a350af728 Warning hover when no actuator present 2017-10-31 14:29:08 -07:00
Kris De Volder
3e6de74351 Injection report on live hover over @Bean 2017-10-30 15:36:00 -07:00
Kris De Volder
745994179d LiveBean parsing support for boot 2.0 2017-10-25 14:57:49 -07:00
Kris De Volder
413b90716b Ensure that all actuator endpoint accessors work for Boot 2.0 2017-10-20 11:09:39 -07:00
Kris De Volder
53ef047560 Start adding some tests for SpringBootApp discovery and actuator client 2017-10-19 15:55:18 -07:00
BoykoAlex
d4a9907b0d PT #150740880: VSCode/Eclipse file watching. Back to project finder
Eclipse client file change listening mechanics

Reworked file/project observer implementation

Merge fixes
2017-10-16 14:08:51 -04:00
BoykoAlex
423c6bcaef [PT-#150740880] File listener and project listeners mechanics
Refactor project finder into project manager

Update annotation index based on project changes

Missing comments
2017-10-12 16:41:38 -04:00
nsingh
51491035f6 Fixed indentation for snippets for non-vscode editors 2017-10-03 13:46:21 -07:00
Kris De Volder
e6e960d924 Add support for info messages from reconciler. 2017-09-22 10:57:24 -07:00
Martin Lippert
48f358bfda typo fixed 2017-09-04 20:58:52 +02:00
Martin Lippert
3b29875f55 organize imports 2017-08-28 11:55:47 +02:00
Martin Lippert
3cbce5e81a started to implement infrastructure to parse java projects completely 2017-08-27 18:48:00 +02:00
Kris De Volder
4b519ee7e0 More log info to debug atom language server open/close events 2017-08-15 12:19:08 -07:00
Kris De Volder
ec1dbc5e9f Add disk_types sub-properties to CloudConfig schema 2017-08-09 15:53:40 -07:00
Kris De Volder
d607902492 Basic support for vm_types block in cloudconfig editor 2017-08-08 13:56:49 -07:00
nierajsingh
fd2416bb06 Merge pull request #12 from nierajsingh/async_validations
Separate delayed constraints into slow and fast collections
2017-08-02 12:46:31 -07:00
nsingh
0c10f2eafe Merge branch 'master' into async_validations
Conflicts:
	headless-services/commons/commons-util/src/main/java/org/springframework/ide/vscode/commons/util/EnumValueParser.java
2017-08-02 12:16:33 -07:00
nsingh
ef3981b162 Adding docs and some code cleanup 2017-08-02 10:51:00 -07:00
Kris De Volder
775d715c35 Fix but around dedented snippets and completions 2017-08-02 10:42:03 -07:00
nsingh
0a530d9e32 Separate delayed constraints into slow and fast collections
The slow part is for CF-related constraints like long-running value
parsers. Also, the "fast" constraints and other problems are reported
first via a new checkpoint call to the problems collector. The complete
list of problems are then reported afterwards at the end of the
collection, like before.
2017-08-01 13:48:27 -07:00
Kris De Volder
6bdc83217d Fix bug around empty-stirng checks for enumvalueparsing 2017-07-28 16:58:17 -07:00
Kris De Volder
b520fdc577 Some simplifications of dynamic CA/Reconcilng using PartialCollection 2017-07-28 14:48:57 -07:00
Kris De Volder
724ae4aed4 More tweaks to dynamic releases attributes reconcile and CA 2017-07-28 12:01:13 -07:00