2948 Commits

Author SHA1 Message Date
BoykoAlex
5d2b53882b Use snapshotStartup operation rather than startup
Calling startup wipes out the data endpoint returns on consecutive calls
2022-04-08 11:12:00 -04:00
Kris De Volder
effe0fbcfc Merge pull request #754 from spring-projects/api-get-live-processes
Add 'listConnectedProcesses' to public api
2022-04-07 15:00:20 -07:00
dependabot[bot]
796e5b115d Bump spring-webmvc
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.1.3.RELEASE to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.3.RELEASE...v5.3.18)

---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 09:37:21 +00:00
dependabot[bot]
2b6a134ecd Bump spring-webmvc
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.1.3.RELEASE to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.3.RELEASE...v5.3.18)

---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 09:37:11 +00:00
Martin Lippert
c66e61160c add new notifications to sts4 eclipse language server protocol client 2022-04-07 11:16:56 +02:00
Kris De Volder
08df5125a4 Add 'listConnectedProcesses' to public api 2022-04-06 13:37:09 -07:00
Kris De Volder
93bc0504d2 Merge branch 'main' of github.com:spring-projects/sts4 into main 2022-04-06 08:07:53 -07:00
Kris De Volder
bf7389ca9e Fix some failing tests 2022-04-06 08:07:39 -07:00
Kris De Volder
258b058a92 Improved error message for failing tests 2022-04-06 08:06:33 -07:00
Yan Zhang
f7ec7590a9 sts-vscode: fix extension api implementation
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2022-04-06 10:10:43 -04:00
Kris De Volder
37e495f20c Some tweaks to PR 751 2022-04-05 15:52:11 -07:00
Yan Zhang
f332ae4e69 add extension APIs to get live data
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
2022-04-02 18:40:31 +08:00
dependabot[bot]
a18f2c4f54 Bump spring-webmvc
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 3.1.1.RELEASE to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v3.1.1.RELEASE...v5.3.18)

---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 22:38:49 +00:00
BoykoAlex
48fa9b61e5 Add/Connect remote process command 2022-03-22 19:54:37 -04:00
Martin Lippert
6578446a74 updated versions to 4.14.1 2022-03-17 09:33:09 +01:00
Kris De Volder
9322fd6c3d Bump version to 1.33.0 2022-03-16 17:59:56 +00:00
BoykoAlex
d350da5992 Doc Symbols proper support 2022-03-10 16:36:01 -05:00
BoykoAlex
a588354ca9 Shutdown LS eventually if parent shell process is gone 2022-03-09 16:03:38 -05:00
BoykoAlex
58f43006d8 Adjust symbol retrieval for doc on Windows 2022-03-08 16:26:00 -05:00
BoykoAlex
db2f622c9d Better locking 2022-03-01 12:22:21 -05:00
BoykoAlex
3f6e23ae5a Do not attempt to look for symbols in non-interesting language files 2022-02-22 18:48:40 -05:00
BoykoAlex
cbdd11831f LS extension-id in the source field for Diagnostic 2022-02-09 13:56:26 -05:00
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
dependabot[bot]
692efe752e Bump junit
Bumps [junit](https://github.com/junit-team/junit4) from 4.7 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.7...r4.13.1)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-28 23:36:41 +00:00
dependabot[bot]
745f2a0ce7 Bump maven in /headless-services/commons/commons-maven
Bumps [maven](https://github.com/apache/maven) from 3.3.9 to 3.8.1.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.3.9...maven-3.8.1)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-28 23:36:39 +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