From 1a3bafbbfaa7e8f90dc49eb7043aa5af75b3c5c9 Mon Sep 17 00:00:00 2001 From: Martin Balin Date: Wed, 3 Jan 2024 08:50:26 +0100 Subject: [PATCH] Changelog update for VSNetBeans 20.0.301 --- java/java.lsp.server/vscode/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/java/java.lsp.server/vscode/CHANGELOG.md b/java/java.lsp.server/vscode/CHANGELOG.md index 311d3816c1c8..22f2aa2908e9 100644 --- a/java/java.lsp.server/vscode/CHANGELOG.md +++ b/java/java.lsp.server/vscode/CHANGELOG.md @@ -20,6 +20,20 @@ under the License. --> +## Version 20.0.301 +* Micronaut: + * Micronaut Expression Language added - Syntax highlighting, Code Completion, Go to Declaration + * Micronaut Controllers can be based on Repository interfaces to allow data access + * Pageable data Repositories added to New from Template multistep wizard +* Database and OCI: + * OCI Vault support for Database applications run in OKE + * Copy OCID for OCI resources + * Number of bug fixes & improvements +* Numerous LSP improvements & bug fixes +* Number of fixes and improvements in project management + * Priming build reload issues fixed + * Using selected launch config for F5 and code lenses + * and others... ## Version 19.0.301 * LSP: Micronaut Symbols recognized and shown in Find Symbol in VSCode