Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed Oct 4, 2023
1 parent eb5c43f commit 2a5d3e7
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Liberty Tools Eclipse Changelog

## 23.0.9 [changes](https:/OpenLiberty/liberty-tools-eclipse/milestone/4?closed=1) / [release](https:/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-23.0.9.202309271814) (Sept. 27, 2023)

### Eclipse Platform target release upgrade
* 4.28 (2023-06)

### Other
* Test fixes. See [#436](https:/OpenLiberty/liberty-tools-eclipse/pull/436)

## 23.0.7 [changes](https:/OpenLiberty/liberty-tools-eclipse/compare/liberty-tools-23.0.6.202306142047...liberty-tools-23.0.7.202307281406) / [release](https:/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-23.0.7.202307281406) (July 28, 2023)

### Enhancements
* Provide new option to stop via Maven/Gradle when server wasn't started by current IDE session. See [#248](https:/OpenLiberty/liberty-tools-eclipse/issues/248).
* Add keyboard shortcuts for Start tab fields. See [#411](https:/OpenLiberty/liberty-tools-eclipse/issues/411).

### Bug Fixes
* Increase stop timeout. See [#422](https:/OpenLiberty/liberty-tools-eclipse/issues/422).
* Debug Configuration fails to persist user-added Source Lookup path entries. See [#372](https:/OpenLiberty/liberty-tools-eclipse/issues/372).

### Build
* Add Mac aarch64 architecture to Tycho build. See [#416](https:/OpenLiberty/liberty-tools-eclipse/issues/416).


## 23.0.6 [changes](https:/OpenLiberty/liberty-tools-eclipse/milestone/3?closed=1) / [release](https:/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-23.0.6.202306142047) (June 20, 2023)

**NOTE:**: This was the first version released we consider to be of "General Availability" quality, building on previous "Early Release" versions.
So we begin the history here, but the milestone items only include the changes compared with the previous Early Release version of the feature.

#### Eclipse Platform target release upgrade
* 4.27 (2023-03)

### Enhancements
* General Availability (GA) declaration
* Populate default JRE selection in Run/Debug config JRE tab from project .classpath config. See [#271](https:/OpenLiberty/liberty-tools-eclipse/issues/271).
* Add "Debug" and "Debug in container" selection options to Dashboard. See [#328](https:/OpenLiberty/liberty-tools-eclipse/issues/328).

### Bug Fixes
* After running devc (start in container) the Run/Debug config history is messed up. See [#357](https:/OpenLiberty/liberty-tools-eclipse/issues/357).
* On Windows, when Eclipse IDE is closed, server JVM started via dev mode dashboard is left running . See [#159](https:/OpenLiberty/liberty-tools-eclipse/issues/159).
* No need to include trailing '/bin' dir in Maven/Gradle install locations in preferences. See [#330](https:/OpenLiberty/liberty-tools-eclipse/issues/330).

### Other
* Make sure LSP-related JARs have the included versions easily discoverable. See [#371](https:/OpenLiberty/liberty-tools-eclipse/issues/371).

### Dependency Upgrades
* Liberty Config Language Server (LCLS) => 1.0
* Language Server for Jakarta EE (LSP4Jakarta) => 0.1.1
* Language Server for MicroProfile (LSP4MP) => 0.7.0

0 comments on commit 2a5d3e7

Please sign in to comment.