Skip to content

Commit

Permalink
Merge pull request #505 from awisniew90/2403-changelog
Browse files Browse the repository at this point in the history
24.0.3 changelog and doc
  • Loading branch information
awisniew90 authored Mar 20, 2024
2 parents fac0975 + 23cc28c commit c07a562
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
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

0 comments on commit c07a562

Please sign in to comment.