Commit Graph

4447 Commits

Author SHA1 Message Date
aboyko
32ab7d32c5 Use FillLayout directly for backward compatibility 2022-06-22 10:10:30 -04:00
Martin Lippert
ea4f4824e6 have a duplicate of the new FillLayoutFactory around for as long as we support Eclipse 2021-12 and 2022-03 release 2022-06-22 11:29:11 +02:00
Kris De Volder
7eccab1262 Don't validate completely empty yaml subdocs in application.yml
See https://github.com/spring-projects/sts4/issues/711
2022-06-21 14:40:58 -07:00
aboyko
24667d6127 Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2022-06-21 15:51:38 -04:00
aboyko
8bf0736a1d Eclipse UI for Rewrite Recipes 2022-06-21 15:35:54 -04:00
Martin Lippert
8e7a35475b cleanup target defs for Eclipse language server extension builds and added new target for Eclipse 2022-09 release 2022-06-21 14:37:01 +02:00
Martin Lippert
4f0474c6b3 added a new target def for Eclipse 2022-09 release 2022-06-21 14:31:50 +02:00
Martin Lippert
6981b5204a updated Eclipse language server bundles to updated version 1.37.0 2022-06-21 14:07:35 +02:00
Martin Lippert
9ce83e2ea6 remove outdated target defs and cleanup remaining ones 2022-06-21 14:06:28 +02:00
Martin Lippert
8561bc0584 update version to 4.15.2 2022-06-21 14:06:28 +02:00
Kris De Volder
7ec51bdf4a Bump version to 1.37.0 2022-06-21 12:02:52 +00:00
Martin Lippert
56fe29bd78 update changelogs for 4.15.1 update release 2022-06-17 22:21:44 +02:00
BoykoAlex
382d0bbac6 Fixes for @Autowired over constructor 2022-06-16 14:36:05 -04:00
BoykoAlex
eb844bfd88 Fix the build 2022-06-16 12:44:08 -04:00
Martin Lippert
9045df7ec3 update language servers in Eclipse to upcoming version 1.36.0 2022-06-16 14:39:04 +03:00
Kris De Volder
c6dc4b8bb1 Bump version to 1.36.0 2022-06-16 11:33:32 +00:00
Martin Lippert
4d3f6cc3c7 update Eclipse 2022-06 release repo 2022-06-16 14:13:55 +03:00
Martin Lippert
0b1cbe318b update language servers in Eclipse to version 1.35.0 2022-06-16 14:13:55 +03:00
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