From a0620c1a7a9f8cb3257d4c637fbff6c1d2c87618 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 5 Dec 2022 10:27:17 +0100 Subject: [PATCH] updated changelogs for 1.41.0 / 4.17.0 release --- vscode-extensions/vscode-bosh/CHANGELOG.md | 4 +++ .../vscode-concourse/CHANGELOG.md | 6 +++++ .../vscode-manifest-yaml/CHANGELOG.md | 4 +++ .../vscode-spring-boot/CHANGELOG.md | 27 +++++++++++++++++++ 4 files changed, 41 insertions(+) diff --git a/vscode-extensions/vscode-bosh/CHANGELOG.md b/vscode-extensions/vscode-bosh/CHANGELOG.md index 7db617a91..b780a2bfa 100644 --- a/vscode-extensions/vscode-bosh/CHANGELOG.md +++ b/vscode-extensions/vscode-bosh/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2022-12-07 (4.17.0 RELEASE, incl. language servers version 1.41.0) + +* (_VSCode)_ fixed: make sure VSCode shows an error message when running on a JDK <17 ([#903](https://github.com/spring-projects/sts4/issues/903)) + ## 2022-10-26 (4.16.1 RELEASE, incl. language servers version 1.40.0) * no major changes diff --git a/vscode-extensions/vscode-concourse/CHANGELOG.md b/vscode-extensions/vscode-concourse/CHANGELOG.md index 71164fb51..302e74b17 100644 --- a/vscode-extensions/vscode-concourse/CHANGELOG.md +++ b/vscode-extensions/vscode-concourse/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2022-12-07 (4.17.0 RELEASE, incl. language servers version 1.41.0) + +* (_VSCode)_ fixed: make sure VSCode shows an error message when running on a JDK <17 ([#903](https://github.com/spring-projects/sts4/issues/903)) +* _(Concourse)_ fixed: vscode-concourse: add dark background to light mode icon ([#845](https://github.com/spring-projects/sts4/issues/845)) - contributed by [bmalehorn](https://github.com/bmalehorn) +* _(Concourse)_ fixed: Concourse extension doesn't know about "pre_without_version" and "build_without_version" for a semver resource ([#849](https://github.com/spring-projects/sts4/issues/849)) + ## 2022-10-26 (4.16.1 RELEASE, incl. language servers version 1.40.0) * no major changes diff --git a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md index fcccbb74b..de4853ce9 100644 --- a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md +++ b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2022-12-07 (4.17.0 RELEASE, incl. language servers version 1.41.0) + +* (_VSCode)_ fixed: make sure VSCode shows an error message when running on a JDK <17 ([#903](https://github.com/spring-projects/sts4/issues/903)) + ## 2022-10-26 (4.16.1 RELEASE, incl. language servers version 1.40.0) * no major changes diff --git a/vscode-extensions/vscode-spring-boot/CHANGELOG.md b/vscode-extensions/vscode-spring-boot/CHANGELOG.md index 62ebd5ff9..9bb450187 100644 --- a/vscode-extensions/vscode-spring-boot/CHANGELOG.md +++ b/vscode-extensions/vscode-spring-boot/CHANGELOG.md @@ -1,3 +1,30 @@ +## 2022-12-07 (4.17.0 RELEASE, incl. language servers version 1.41.0) + +* _(Spring Boot)_ fixed: Refreshing Live Data over HTTP is not working on VS Code ([#872](https://github.com/spring-projects/sts4/issues/872)) +* _(Spring Boot)_ fixed: gcPauses -> jvm.gc.pause, memory -> jvm.memory.used ([#875](https://github.com/spring-projects/sts4/issues/875)) +* _(Spring Boot)_ fixed: live information hovers are broken when running Spring Boot 3 application ([#862](https://github.com/spring-projects/sts4/issues/862)) +* _(Spring Boot)_ fixed: fetch heap & nonHeap memory metrics together ([#874](https://github.com/spring-projects/sts4/issues/874)) +* _(Spring Boot)_ fixed: 404 when getting live metrics over HTTP ([#879](https://github.com/spring-projects/sts4/issues/879)) +* _(Spring Boot)_ fixed: [validation] Spring Boot support range validation messages appear and disappear again ([#887](https://github.com/spring-projects/sts4/issues/887)) +* _(Spring Boot)_ fixed: [validation] check for superfluous @Repository annotations on standard Spring Data repositories ([#898](https://github.com/spring-projects/sts4/issues/898)) +* _(Spring Boot)_ fixed: [validation] prepare version validation for 4.17.0 release ([#904](https://github.com/spring-projects/sts4/issues/904)) +* _(Spring Boot)_ fixed: [validation] changing the preferences while language server is not around doesn't have any effect ([#836](https://github.com/spring-projects/sts4/issues/836)) +* _(Spring Boot)_ fixed: [validation] convert autowired field to constructor should not run on test classes ([#902](https://github.com/spring-projects/sts4/issues/902)) +* _(Spring Boot)_ fixed: [validation] add preferences to boot version and generation validations ([#884](https://github.com/spring-projects/sts4/issues/884)) +* _(Spring Boot)_ fixed: [validation] add validations for new Spring Boot versions in general ([#885](https://github.com/spring-projects/sts4/issues/885)) +* _(Spring Boot)_ fixed: [refactoring] convert autowired field to constructor should make field final ([#896](https://github.com/spring-projects/sts4/issues/896)) +* _(Spring Boot)_ fixed: [refactoring] [validation] final polishing work ([#911](https://github.com/spring-projects/sts4/issues/911)) +* _(Spring Boot)_ fixed: [refactoring] convert project to Spring Boot 3 doesn't update Java to 17 anymore ([#909](https://github.com/spring-projects/sts4/issues/909)) +* _(Spring Boot)_ fixed: [refactoring] when converting a project to Spring Boot 3, always use the latest 3.0.x version ([#869](https://github.com/spring-projects/sts4/issues/869)) +* _(Spring Boot)_ fixed: [refactoring] OutOfMemoryError: Java Heap Space ([#899](https://github.com/spring-projects/sts4/issues/899)) +* _(Spring Boot)_ fixed: [refactoring] Exception when trying to convert project ([#900](https://github.com/spring-projects/sts4/issues/900)) +* _(Spring Boot)_ fixed: [refactoring] converting a simple rest service guide to Spring Boot 3 fails ([#867](https://github.com/spring-projects/sts4/issues/867)) +* _(Spring Boot)_ fixed: [refactoring] open rewrite refactoring menu item is broken when no language server is running ([#865](https://github.com/spring-projects/sts4/issues/865)) +* _(Spring Boot)_ fixed: [refactoring] enhance Spring Boot version validation with quick fix to update ([#886](https://github.com/spring-projects/sts4/issues/886)) +* _(Spring Boot)_ fixed: [refactoring] converting petclinic to Spring Boot 3 results in broken project ([#864](https://github.com/spring-projects/sts4/issues/864)) +* (_VSCode)_ fixed: make sure VSCode shows an error message when running on a JDK <17 ([#903](https://github.com/spring-projects/sts4/issues/903)) +* _(VSCode)_ enhancement: Add shortcut to dashboard ([#876](https://github.com/spring-projects/sts4/issues/876)) - contributed by [Eskibear](https://github.com/Eskibear)) + ## 2022-10-26 (4.16.1 RELEASE, incl. language servers version 1.40.0) * _(Spring Boot)_ fixed: Spring XML Config support does not show symbols with scope "File" ([#860](https://github.com/spring-projects/sts4/issues/860))