Liberty Tools (v23.0.12)
NOTE: This feature is targeted for Eclipse 2023-09 (4.29). It requires the Eclipse IDE to be run with Java 17, though application projects can be configured to use their own, separate JDK level, (e.g Java 8).
Eclipse Marketplace install link: https://marketplace.eclipse.org/content/liberty-tools
You can also install via one of these methods:
UPDATE SITE: directly from the online URL (via Help->Install New Software -> Add (button) with a Location: value of:
https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/liberty-tools-eclipse/23.0.12/repository/
ARCHIVE: by downloading the ZIP archive from:
https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/liberty-tools-eclipse/23.0.12/repository.zip
See doc for more details.
New in this release:
- Compatibility with Eclipse 2023-09 (4.29)
- Custom Liberty Tools debugger - PR #458
- Updated language server versions (LCLS v2.1.1, LSP4Jakarta 0.2.0, LSP4MP 0.10.0) - PRs #477 and #456
Bug Fixes:
- Fixed broken Jakarta EE quick fixes - PR #471