Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

24.0.3 changelog and doc #505

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ 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.

![Step 2a. Add repository](images/install-addRepoSite.png)

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.

Expand Down
1 change: 1 addition & 0 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading