Commit Graph

546 Commits

Author SHA1 Message Date
BoykoAlex
cd5d0d786a Show recipe parameters. Load recipes from descriptors. 2022-06-15 23:31:09 -04:00
Martin Lippert
7bcbc88483 GH-781: fixed missing http method type for annotations without params 2022-06-10 10:16:17 +02:00
BoykoAlex
184e77afae Hierarchical Recipes UI for vscode 2022-06-01 13:30:09 -04:00
BoykoAlex
5ad3f0c52a Extract rewrite specific bits into commons-rewrite 2022-05-16 16:57:54 -04:00
BoykoAlex
66b6b796fa Rewrite parsing should not parse pom inside target folders 2022-05-12 14:38:21 -04:00
Kris De Volder
f009d68349 Reduce test log verbosity 2022-05-11 13:07:14 -07:00
Kris De Volder
0320355c6b Less verbose logs 2022-05-11 10:10:48 -07:00
BoykoAlex
7c72bdd6e9 Revert extra logging not to flood logs 2022-05-11 11:57:46 -04:00
BoykoAlex
df8f3b01f5 Adjust debug logging 2022-05-10 22:23:19 -04:00
BoykoAlex
f9f2ac9738 Logging to debug failed tests 2022-05-10 18:01:42 -04:00
BoykoAlex
b0a0ef38c8 Spring Boot 3 migration recipe initial steps 2022-05-10 15:36:15 -04:00
Kris De Volder
f161507df2 Merge pull request #774 from spring-projects/api-refinement
Refine api for connected process listeners
2022-05-09 19:33:57 -07:00
BoykoAlex
f82acac9b9 Fix failing problem type test 2022-05-09 21:07:31 -04:00
BoykoAlex
704d77d0e9 Rewrite recipe progress tracking fix 2022-05-09 19:41:26 -04:00
Kris De Volder
006cbd0721 Refine api for connected process listeners
Events now include some extra information instead of just processKey.
2022-05-09 16:12:59 -07:00
BoykoAlex
36f7198082 JUnit SpringExtension code action and quick fix 2022-05-09 15:37:07 -04:00
BoykoAlex
8102c19f8a Refactorings. Bean methods not public. 2022-05-06 19:47:01 -04:00
BoykoAlex
d78752e747 Check dependency versions for java diagnostics 2022-05-04 13:15:35 -04:00
BoykoAlex
9fa05f5a08 Unit tests failures 2022-05-03 13:45:01 -04:00
BoykoAlex
580350564a Rewrite integration for Spring Boot server and vscode client 2022-05-02 13:02:01 -04: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
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
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
BoykoAlex
48fa9b61e5 Add/Connect remote process command 2022-03-22 19:54:37 -04: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
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
Martin Lippert
ef71fd164d formatting 2021-11-29 16:00:39 +01: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
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
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
609fc2d988 introduced single thread update executor to prevent race conditions among update operations 2021-03-09 11:37:48 +01:00
Martin Lippert
7875ccc69f added cancel handling to highlight requests 2021-02-26 12:32:38 +01:00
Martin Lippert
1a138d4009 added cancel handling to code lens requests 2021-02-26 12:28:21 +01:00
Martin Lippert
0a4e1d2898 added cancel handling to references requests 2021-02-26 12:23:27 +01:00
Martin Lippert
607781779e added cancel handling to definition requests 2021-02-26 12:16:33 +01:00
Martin Lippert
28aea97b71 updated java parsing to JLS 15 2021-02-26 12:06:15 +01:00
Martin Lippert
4a3650c0b1 added cancel handling to hover requests 2021-02-26 12:03:48 +01:00