From 23cc28c3e4b843241851dc45b1d4ff4773fedbfe Mon Sep 17 00:00:00 2001 From: Adam Wisniewski Date: Wed, 20 Mar 2024 11:47:16 -0400 Subject: [PATCH] 24.0.3 changelog Signed-off-by: Adam Wisniewski --- CHANGELOG.md | 15 +++++++++++++++ docs/installation.md | 4 ++-- docs/user-guide.md | 1 + 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b61c27..505ae252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Liberty Tools Eclipse Changelog +## 24.0.3 [changes](https://github.com/OpenLiberty/liberty-tools-eclipse/milestone/6?closed=1) / [release](https://github.com/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-24.0.3.202403201340) (March. 20, 2024) + +### Eclipse Platform target release upgrade + * 4.30 (2023-12) + +### Dependency Upgrades + * Liberty Config Language Server (LCLS) => 2.1.2 + * Language Server for Jakarta EE (LSP4Jakarta) => 0.2.1 + +### Enhancements + * Common Tab added to Run Configurations for saving configuration options to a local file. See [#484](https://github.com/OpenLiberty/liberty-tools-eclipse/issues/484) + +### Bug Fixes +* File watcher added on liberty-plugin-config.xml, *.properties, and *.env files for compatibility with newer LCLS support: https://github.com/OpenLiberty/liberty-tools-eclipse/issues/461 + ## 23.0.12 [changes](https://github.com/OpenLiberty/liberty-tools-eclipse/milestone/5?closed=1) / [release](https://github.com/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-23.0.12.202311281452) (Nov. 28, 2023) ### Eclipse Platform target release upgrade diff --git a/docs/installation.md b/docs/installation.md index 74fd423a..d22b1dd7 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -35,7 +35,7 @@ You can use the **Install New Software** option in the Eclipse **Help** menu to a. Install by using an update site URL. - Find the update site URL for your chosen release from the entry in the Releases list. For example, the URL for the [23.0.9 release](https://github.com/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-23.0.9.202309271814) is https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/liberty-tools-eclipse/23.0.9/repository/. + Find the update site URL for your chosen release from the entry in the Releases list. For example, the URL for the [24.0.3 release](https://github.com/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-24.0.3.202403201340) is https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/liberty-tools-eclipse/24.0.3/repository/. Click the **Add...** button to open the **Add Repository** view. Copy and paste the update site URL as the **Location**, specify a **Name** of your choice (optional), and click the **Add** button. @@ -43,7 +43,7 @@ You can use the **Install New Software** option in the Eclipse **Help** menu to b. Install by using an archive site URL. - Find the URL for the archive zip for your chosen release from the entry in the Releases list. For example, the URL for the 0.7.0 release is https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/liberty-tools-eclipse/0.7.0/repository.zip + Find the URL for the archive zip for your chosen release from the entry in the Releases list. For example, the URL for the 24.0.3 release is https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/liberty-tools-eclipse/24.0.3/repository.zip Download this zip to your local workstation and copy the path to the downloaded archive. diff --git a/docs/user-guide.md b/docs/user-guide.md index 7e2a27eb..570450ef 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -44,6 +44,7 @@ This guide provides detailed instructions on how to use Liberty Tools for the Ec | 23.0.7 | 2023-03 - Eclipse v4.27 | | 23.0.9 | 2023-06 - Eclipse v4.28 | | 23.0.12 | 2023-09 - Eclipse v4.29 | +| 24.0.3 | 2023-12 - Eclipse v4.30 | **NOTE:** Tested with each of the `Eclipse IDE for Enterprise Java and Web Developers` and `Eclipse IDE for Java Developers` packages