1531 Commits

Author SHA1 Message Date
BoykoAlex
9fa05f5a08 Unit tests failures 2022-05-03 13:45:01 -04:00
BoykoAlex
c880ef943d Fix compiler error 2022-05-03 12:14:22 -04:00
BoykoAlex
580350564a Rewrite integration for Spring Boot server and vscode client 2022-05-02 13:02:01 -04:00
Kris De Volder
b87375b97d Bump version to 1.34.0 2022-04-27 07:48:59 +00:00
BoykoAlex
15722b017c Connect to Spring process directly, no tracking 2022-04-19 14:53:20 -04:00
Martin Lippert
5d0bed47e4 GH-750 - introduce dedicated thread pool executors to avoid handing threads to block everything else 2022-04-13 16:42:07 +02:00
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
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
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
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
58f43006d8 Adjust symbol retrieval for doc on Windows 2022-03-08 16:26:00 -05:00
BoykoAlex
3f6e23ae5a Do not attempt to look for symbols in non-interesting language files 2022-02-22 18:48:40 -05:00
Kris De Volder
fbe0ea0bcb Bump version to 1.32.0 2022-02-08 16:12:42 +00: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
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
f36671814c Use LSP progress instead of our own LSP extension 2022-01-14 19:23:38 -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
Kris De Volder
cb75af60be Bump version to 1.30.0 2021-12-16 15:03:19 +00:00
Martin Lippert
ef71fd164d formatting 2021-11-29 16:00:39 +01:00
Kris De Volder
5b90a9de7e Bump version to 1.29.0 2021-09-15 08:59:45 +00:00
Kris De Volder
0a21b58f39 Bump version to 1.28.0 2021-08-19 14:55:19 +00: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
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
Kris De Volder
260401232a Disable tests in spring-boot-language-server 2021-06-17 13:46:03 -07:00
BoykoAlex
94dd78b2fc Support add/remove classpath listener at runtime 2021-06-03 13:54:09 -04:00
BoykoAlex
b2ebc43bc0 Outline with JDT LS LightWeight mode 2021-05-28 15:16:17 -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
4f007de1bd Wait for document symbols in sync fashion 2021-05-12 23:21:55 -04: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
07459c6f5e fixed typo 2021-04-28 10:09:53 +02:00
Martin Lippert
da16b399f3 change versio back to next major release 1.26.0 2021-04-09 10:06:29 +02:00
Kris De Volder
3620e55c3f Re-enable tests in spring-boot-ls builds 2021-04-08 17:14:36 -07:00
Kris De Volder
c9e87096fd Bump version to 1.25.1 2021-03-26 20:37:28 +00:00
BoykoAlex
a4513b87ae Minimum Java 11 for all spring LS. Upgrade vscode dependencies. 2021-03-19 12:21:10 -04:00
Martin Lippert
f4db72157d update language server versions to 1.26.0 2021-03-17 12:35:58 +01:00