From 46efa928ea4e74c770cee8977fc0dedef03cf1ba Mon Sep 17 00:00:00 2001 From: Martin Balin Date: Wed, 2 Oct 2024 12:47:07 +0200 Subject: [PATCH] VSNetBeans 23.9.9 changes --- java/java.lsp.server/vscode/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/java/java.lsp.server/vscode/CHANGELOG.md b/java/java.lsp.server/vscode/CHANGELOG.md index 248f50d62aa1..4dbe5362e06c 100644 --- a/java/java.lsp.server/vscode/CHANGELOG.md +++ b/java/java.lsp.server/vscode/CHANGELOG.md @@ -20,6 +20,22 @@ under the License. --> +## Version 23.9.9 +* Version 23.9.9 is VSNetBeans technology preview of upcoming VSNetBeans 24.0 +* Warn if JDK appears invalid and offer JDK configuration wizard +* Project improvements: + * Improving "internal reload" during project reload + * Support for adding annotation processor dependencies + * Maven and Gradle implementation of Project (re)load API +* Micronaut: + * Report warnings for properties in config files with unset values. + * Code completion for named cloud assets added. + * Improvements & bug fixes in LSP for Micronaut symbols +* Cloud Assets improvements: + * Support for container repository and docker build/push + * Support for registering database +* Various other bug fixes and improvements + ## Version 23.0.0 * JDK can be set per project, new setting: `netbeans.project.jdkhome` * Micronaut: