Commit Graph

1874 Commits

Author SHA1 Message Date
Kris De Volder
fbe0ea0bcb Bump version to 1.32.0 2022-02-08 16:12:42 +00:00
Martin Lippert
1dd8c2ba78 updated version to 4.14.0 2022-02-02 13:16:02 +01:00
Kris De Volder
e51ac7ad01 Bump version to 1.31.0 2022-02-02 12:13:56 +00:00
Kris De Volder
0562afa121 Support of 'classpath:' prefix in spring.config.imports property
See: https://github.com/spring-projects/sts4/issues/536
2022-01-28 15:35:31 -08:00
BoykoAlex
5b1d78cea5 Fix UnsupportedExceptions in tests due to LSP progress messages 2022-01-15 15:39:39 -05:00
BoykoAlex
cdf585c7fb Support either for text edits in test-harness 2022-01-14 19:41:09 -05:00
BoykoAlex
f36671814c Use LSP progress instead of our own LSP extension 2022-01-14 19:23:38 -05:00
BoykoAlex
ec388d7b1b Ignore some commons-maven tests 2022-01-11 18:08:21 -05:00
BoykoAlex
9a0600f016 Try enabling tests for spring-boot ls 2022-01-11 17:50:22 -05:00
BoykoAlex
b0960b012a Platform specific newline for multiline yaml completion 2022-01-11 17:33:54 -05:00
Martin Lippert
7b3c3952d9 update versions to 4.13.1 and 1.30.0 (eclipse product and language servers) 2021-12-16 18:05:40 +01:00
Kris De Volder
cb75af60be Bump version to 1.30.0 2021-12-16 15:03:19 +00:00
Martin Lippert
4b6dacf506 GH-693: avoid random objects to be included in JavaType DTO by flattening annotation member values to strings 2021-12-03 10:06:32 +01:00
Martin Lippert
8490b7b38e GH-690: fix NPE in type wrapper that caused property indexing and content-assist problems 2021-11-29 16:02:22 +01:00
Martin Lippert
ef71fd164d formatting 2021-11-29 16:00:39 +01:00
Martin Lippert
f998f4003c updated version to 4.13.0 2021-10-28 08:38:57 +02:00
Kris De Volder
5b90a9de7e Bump version to 1.29.0 2021-09-15 08:59:45 +00:00
Martin Lippert
8186e63edf updated version to 4.12.1 2021-09-15 10:49:41 +02:00
BoykoAlex
5e6b3f10ce Handle log file not found case 2021-08-24 16:36:09 -04:00
Kris De Volder
0a21b58f39 Bump version to 1.28.0 2021-08-19 14:55:19 +00:00
Martin Lippert
9c4db19b0c update version to 4.12.0 2021-08-19 14:27:42 +02:00
BoykoAlex
2677333593 Handle java-home non-existent folder. More logging for JVM lookup. 2021-08-12 15:28:30 -04:00
BoykoAlex
4447021b79 Switch LS to std in/out from socket with port 2021-08-12 08:48:02 -04:00
Kris De Volder
3209237334 Add support for missing GitPutParams properties:
- branch
- returning
2021-08-11 15:15:45 -07:00
Kris De Volder
99a579279f Add support for missing GitGetParams properties:
- fetch_tags
- short_ref_format
- timestamp_format
- describe_ref_options
2021-08-11 14:29:41 -07:00
Kris De Volder
dd7cb4aa3a Add support for missing GitSource properties:
- private_key_user
- private_key_passphrase
- forward_agent
- tag_regex
- submodule_credentials
- git_crypt_key
- https_tunnel
- commit_filter
- version_depth
2021-08-10 17:41:29 -07:00
Kris De Volder
39ac950358 Add support for skip_ssl_verification and commit_message to SemverGit
See: https://github.com/spring-projects/sts4/issues/655
2021-08-10 13:14:29 -07:00
Kris De Volder
a87615f26a Add support for GitSource.fetch_tags
See: https://github.com/spring-projects/sts4/issues/668
2021-08-09 14:23:21 -07:00
Martin Lippert
c2e369e7fe update jdt.core version to the latest one, including support for jdk16 2021-07-02 09:57:11 +02:00
Martin Lippert
6ed55989cd update version of language servers to 1.27.0 2021-06-22 11:59:24 +02:00
Martin Lippert
db5786440f updated version of Eclipse pieces to 4.11.1 2021-06-22 11:54:27 +02:00
Kris De Volder
260401232a Disable tests in spring-boot-language-server 2021-06-17 13:46:03 -07:00
dependabot[bot]
9473f0ee27 Bump httpclient
Bumps httpclient from 4.5.2 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 23:49:35 +00:00
BoykoAlex
94dd78b2fc Support add/remove classpath listener at runtime 2021-06-03 13:54:09 -04:00
Martin Lippert
695750e4fd remove keystore properties 2021-05-31 20:49:28 +02:00
BoykoAlex
b2ebc43bc0 Outline with JDT LS LightWeight mode 2021-05-28 15:16:17 -04:00
Martin Lippert
6e548dda1e added automatic system exit after 3sec of shutdown message received + made system exit process more robust by not doing too much automatic from Spring beans 2021-05-25 16:27:54 +02:00
Martin Lippert
7b098c039d added missing copyright header 2021-05-25 16:27:54 +02:00
Kris De Volder
6945fe18fc Fix https://github.com/spring-projects/sts4/issues/639
Basic support for using glob pattern in concourse group declarations.
2021-05-18 15:09:41 -07:00
Martin Lippert
a485c3247d updated version to 4.11.0 since there will be no 4.10.1 release 2021-05-18 11:33:00 +02:00
BoykoAlex
6a1a5ca180 Unignore DependencyTreeTest 2021-05-14 16:40:32 -04:00
BoykoAlex
e4bffe7976 Use doc coming with doc close rather than look it up in the cache 2021-05-13 15:24:05 -04:00
BoykoAlex
0581e553af Disable long running test testing test-project dependency 2021-05-12 23:49:19 -04:00
BoykoAlex
4f007de1bd Wait for document symbols in sync fashion 2021-05-12 23:21:55 -04:00
Kris De Volder
a1fb33f21e Add support for load_var step
See: https://github.com/spring-projects/sts4/issues/633
2021-05-05 11:45:28 -07:00
Kris De Volder
f825c2e797 Add old_name property to Resource schema
See: https://github.com/spring-projects/sts4/issues/633
2021-05-05 11:45:28 -07:00
Martin Lippert
3749a2f21c update jdt core version to the latest one (3.25.0) 2021-05-05 11:52:39 +02:00
Kris De Volder
193ada2917 Fix and test for https://github.com/spring-projects/sts4/issues/615 2021-05-04 11:03:01 -07:00
Martin Lippert
0de6a9cea9 updated version of github-api library to avoid http references to some jenkins-ci repo urls 2021-04-28 12:41:20 +02:00
Martin Lippert
07459c6f5e fixed typo 2021-04-28 10:09:53 +02:00