Commit Graph

4429 Commits

Author SHA1 Message Date
BoykoAlex
cd5d0d786a Show recipe parameters. Load recipes from descriptors. 2022-06-15 23:31:09 -04:00
Kris De Volder
45aa106b02 Bump version to 1.35.0 2022-06-14 12:13:29 +00:00
Martin Lippert
a935c24a96 do not include all the license files from all the dependencies anymore 2022-06-14 12:33:25 +02:00
BoykoAlex
02a3efa35e Rewrite based quick fix/assist work in Eclipse 2022-06-13 13:21:32 -04:00
Kris De Volder
31e7ca43bf Avoid update maven project from deadlocking after...
@ConfigurationProperties quickfix
2022-06-10 13:00:46 -07:00
Martin Lippert
f0506069e4 added changelog entries for upcoming release 2022-06-10 15:20:50 +02:00
Martin Lippert
6e21995fb2 fix failing test due to latest changes to mapping symbol generation 2022-06-10 14:27:13 +02:00
Martin Lippert
7bcbc88483 GH-781: fixed missing http method type for annotations without params 2022-06-10 10:16:17 +02:00
Martin Lippert
8dbbbaf2ab bring back icons in go-to-symbols dialogs 2022-06-10 09:34:40 +02:00
Martin Lippert
5151628929 go back to latest JDT LS version that does not require JDK 17 yet 2022-06-09 09:06:52 +02:00
Martin Lippert
fe6ad22020 make symbols dialogs work again with new lsp4j version and various kinds of symbols 2022-06-07 13:46:26 +02:00
Martin Lippert
4a92af755e updated conf for signing windows executable 2022-06-03 09:26:54 +02:00
Kris De Volder
6f732c7f82 Bring readme in sync with new fille association patterns 2022-06-02 14:27:25 -07:00
Kris De Volder
de17c851fb Address https://github.com/spring-projects/sts4/issues/672 2022-06-02 14:27:25 -07:00
Kris De Volder
e2cecd6ea9 Merge pull request #778 from spring-projects/LukeBalizet-update-registry-image-schema
Luke balizet update registry image schema
2022-06-02 12:53:34 -07:00
Kris De Volder
94576ec747 Add more tests for ReggistryImagePutParams 2022-06-02 12:51:09 -07:00
Kris De Volder
91acb6a70d Fix: 'bump_aliases' belongs to 'put' not 'get' 2022-06-02 12:50:29 -07:00
Kris De Volder
a9696945d9 Fix failing test 2022-06-02 11:36:38 -07:00
Kris De Volder
02bae6af46 Some polishes to new registry-image source props
- missing doc hovers
- test cases
- aws-region validation / completion
2022-06-02 11:30:34 -07:00
Martin Lippert
9015092a5d update orbit and dependencies for upcoming Eclipse 2022-06 release 2022-06-02 19:22:37 +02:00
Martin Lippert
3c1602d57a update to latest lsp4e and lsp4j versions, incorporating changes to symbol parts of the LSP protocol, but not yet complete (symbol views in Eclipse broken at the moment) 2022-06-02 19:22:37 +02:00
Kris De Volder
2ae3c80eb8 Avoid duplicating schema of 'RegistryMirror' 2022-06-02 09:55:31 -07:00
Kris De Volder
a72d422403 Merge branch 'update-registry-image-schema' of github.com:LukeBalizet/sts4 into LukeBalizet-update-registry-image-schema 2022-06-02 09:42:57 -07:00
Kris De Volder
9552f40840 Small CI tweak 2022-06-02 09:42:28 -07:00
Martin Lippert
a78f04c6e0 Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2022-06-02 08:28:19 +02:00
Martin Lippert
7e7abc812d fixed wrong vault identifier 2022-06-02 08:28:11 +02:00
BoykoAlex
184e77afae Hierarchical Recipes UI for vscode 2022-06-01 13:30:09 -04:00
Martin Lippert
8e4eb819f4 updated passphrase env var 2022-06-01 15:21:11 +02:00
Martin Lippert
af22fa3f7f update to signing infrastructure 2022-06-01 10:59:53 +02:00
LukeBalizet
c5bdc957c1 add RegistryImagePutParams descs 2022-05-31 11:59:33 -04:00
LukeBalizet
918f6bc903 add RegistryImageSource descs 2022-05-31 11:51:41 -04:00
BoykoAlex
24117a4cc0 [vscode] Do not attempt to auto-connect if actuators not on classpath 2022-05-31 10:32:52 -04:00
LukeBalizet
d605229883 update concourse registry-image schema 2022-05-26 11:11:18 -04:00
Martin Lippert
750a13f071 update latest orbit and switch to platform i-builds to get the latest fixes for testing early 2022-05-18 11:53:08 +02:00
BoykoAlex
8dfaa1eed6 Missing declarative recipes 2022-05-16 18:01:55 -04:00
BoykoAlex
5ad3f0c52a Extract rewrite specific bits into commons-rewrite 2022-05-16 16:57:54 -04:00
Martin Lippert
964dcae009 GH-568: use the LSP4E capability to keep the language server alive for a little while before shutting it down 2022-05-15 18:40:37 +02:00
Martin Lippert
52f79be658 move secrets to vault 2022-05-13 19:44:24 +02:00
BoykoAlex
66b6b796fa Rewrite parsing should not parse pom inside target folders 2022-05-12 14:38:21 -04:00
BoykoAlex
9be68ee204 Add missing jackson dependency 2022-05-12 12:42:34 -04:00
BoykoAlex
71cfedc452 Upgrade to latest rewrite. Boot 3 upgrade handler fixes 2022-05-11 22:08:31 -04:00
BoykoAlex
873f1cb985 Upgrade to Boot 3 for eclipse 2022-05-11 19:54:38 -04:00
Kris De Volder
f009d68349 Reduce test log verbosity 2022-05-11 13:07:14 -07:00
Kris De Volder
780b439a49 Build more stuff for maven cache 2022-05-11 11:38:24 -07:00
Kris De Volder
36b60d43fa Another attempt to fix test builds of spring-boot-ls 2022-05-11 11:25:12 -07:00
Kris De Volder
0320355c6b Less verbose logs 2022-05-11 10:10:48 -07:00
Kris De Volder
67f723c8ce Fix build issue 2022-05-11 10:10:20 -07:00
Kris De Volder
199b35253c Less noise in test logs 2022-05-11 09:43:01 -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