Commit Graph

4456 Commits

Author SHA1 Message Date
Martin Lippert
a02f8d378d disable 2022-09 staging due to problem around gson 2.9.0 bundle 2022-07-01 11:07:38 +02:00
Martin Lippert
f77aa3559c add lsp4j update site to ensure dependencies are around, specifically gson in version 2.8.9 2022-06-30 13:06:00 +02:00
Martin Lippert
ef75b64922 update nightly download page to include Eclipse 2022-09-based CI builds 2022-06-30 13:06:00 +02:00
aboyko
f5f0dcbc50 VScode internal console auto-connect fixed 2022-06-27 12:47:51 -04:00
Kris De Volder
dc36d17298 Fixes #724
Record information in eclipse metadata for docker images build by IDE.
Just enough info is recored for a IDE built-image so we can avoid
parsing image metadata from the image itself (the image metadata
format is unstable and we do not have a usable api to get at it easily,
so trying to rely on it is fraught with problems).
2022-06-24 15:31:20 -07:00
Kris De Volder
078d1b1983 Fixes #737: on_error support for Steps (Concourse) 2022-06-24 10:29:04 -07:00
Kris De Volder
b80fc5d8ba Fix https://github.com/spring-projects/sts4/issues/783
"Resume (Debugging)" action should only be visible on 'Pausable'
nodes.
2022-06-23 13:39:11 -07:00
Martin Lippert
0760472d19 updated Gradle version that is used to build the model to 7.4.2 to allow builds to run on JDK 17 2022-06-23 13:46:24 +02:00
Martin Lippert
5007b7bd7b update to the latest tycho version 2022-06-22 17:17:45 +02:00
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