Skip to content

Commit f46faec

Browse files
authored
Merge pull request #421 from TrevCraw/24.0.12-release-notes
Added release notes for 24.0.12
2 parents 41c13b8 + 54f8aca commit f46faec

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to the Liberty Tools extension will be documented below.
44

5+
## 24.0.12
6+
7+
Version 24.0.12 of Liberty Tools for Visual Studio Code is a fix release that contains minor enhancements and fixes. Version 24.0.12 requires Visual Studio Code version 1.78+ and requires Java 17 or later.
8+
9+
Notable changes:
10+
11+
- Updated [Eclipse LSP4Jakarta](https://github.com/eclipse/lsp4jakarta) version to 0.2.2, which resolves the following bugs:
12+
- Quick fix NullPointerException failures - https://github.com/OpenLiberty/liberty-tools-vscode/issues/336
13+
- UnsupportedOperationException in the output tabs for language servers - https://github.com/OpenLiberty/liberty-tools-vscode/issues/207
14+
- Incorrect behaviour for @Dependent quick fix - https://github.com/OpenLiberty/liberty-tools-vscode/issues/362
15+
- For more information regarding changes for version 0.2.2, refer to the release notes: https://github.com/eclipse/lsp4jakarta/releases/tag/0.2.2.
16+
- Updated [Liberty Config Language Server](https://github.com/OpenLiberty/liberty-language-server) version to 2.2, which adds support for versionless features in server configuration and includes several bug fixes. For more information regarding changes for version 2.2, refer to the release notes:
17+
- https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.2
18+
- https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.2
19+
- The Liberty dashboard now refreshes when a project is added to a workspace.
20+
- https://github.com/OpenLiberty/liberty-tools-vscode/issues/371
21+
- Support has been added to the “Start”, “Start…”, and “Start in container” actions for project paths that contain spaces.
22+
- https://github.com/OpenLiberty/liberty-tools-vscode/issues/337
23+
- Support has been added for various terminal shell types for the “Start”, “Start…”, and “Start in container” actions. For more information regarding support for terminal shell types, refer to the “Terminal shell support” section of the user guide: https://github.com/OpenLiberty/liberty-tools-vscode/blob/main/docs/user-guide.md#terminal-shell-support.
24+
- Support has been added for the new test report location following the update of the Maven Surefire Report Plugin.
25+
- https://github.com/OpenLiberty/liberty-tools-vscode/issues/340
26+
27+
See the [commit log](https://github.com/OpenLiberty/liberty-tools-vscode/compare/24.0.3...24.0.12) for the full set of changes since the previous release.
28+
529
## 24.0.3
630

731
Version 24.0.3 of Liberty Tools for Visual Studio Code is a fix release that contains minor enhancements and fixes. Version 24.0.3 requires Visual Studio Code version 1.78+ and requires Java 17 or later.

0 commit comments

Comments
 (0)