diff --git a/java/java.lsp.server/vscode/CHANGELOG.md b/java/java.lsp.server/vscode/CHANGELOG.md index 343c12a92d8e..311d3816c1c8 100644 --- a/java/java.lsp.server/vscode/CHANGELOG.md +++ b/java/java.lsp.server/vscode/CHANGELOG.md @@ -20,6 +20,15 @@ under the License. --> + +## Version 19.0.301 +* LSP: Micronaut Symbols recognized and shown in Find Symbol in VSCode + * Open sources from Jar files as read-only from their true locations. + * Store database connection properties in temporary file existing only during Debug/Run session of given application +* Micronaut: project improvements and bug fixes including Micronaut 4 project and annotations processing + * Entity classes generation improvements +* JDK 21 javac support + ## Version 19.0.0 * Performance improvements in Maven projects loading and priming build * Navigation for Micronaut URI and Beans in Find Symbol