This is an automated email from the ASF dual-hosted git repository.
dbalek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new abd50d8 LSP: Readme, changelog, and version modified for 12.4 Beta.
(#2852)
abd50d8 is described below
commit abd50d85b77dab5126ef2410de74838221c2ee23
Author: Dusan Balek <[email protected]>
AuthorDate: Thu Apr 1 23:27:41 2021 +0200
LSP: Readme, changelog, and version modified for 12.4 Beta. (#2852)
---
java/java.lsp.server/vscode/CHANGELOG.md | 28 +++++++++++++++++++++-------
java/java.lsp.server/vscode/README.md | 8 +++++++-
java/java.lsp.server/vscode/package.json | 28 ++++++++++++++--------------
3 files changed, 42 insertions(+), 22 deletions(-)
diff --git a/java/java.lsp.server/vscode/CHANGELOG.md
b/java/java.lsp.server/vscode/CHANGELOG.md
index 5ef9b72..afab2dc 100644
--- a/java/java.lsp.server/vscode/CHANGELOG.md
+++ b/java/java.lsp.server/vscode/CHANGELOG.md
@@ -20,17 +20,32 @@
under the License.
-->
+
+## Version 12.4 Beta
+
+* Test results UI added using Test Explorer UI extension
+* Micronaut projects support added
+ * YAML configuration files code completion
+* Maven multi-project projects support
+* Gradle projects improvements
+ * Multi-project projects supported
+ * Priming build is run and project remembered as trusted
+ * Support for explicit parameters for the application and its VM
+* GDB debugging using CppLite for C/C++ and Native-Image
+* Number of bug fixes
+
## Version 12.3
* LSP codelens for Run and Debug of main and test methods
-* NETBEANS-5319 - Always do save modified files when used through LSP.
-* Project problems and improvements in headless environment for VSNetBeans.
- * Showing completions returned by annotation Processors in VS Code.
- * Project problems are resolved in headless environment.
- * Restart NBLS when an extension providing some NB cluster is
installed/uninstalled.
- * Enable full VSNetBeans Maven build test.
+* NETBEANS-5319 - Always do save modified files when used through LSP
+* Project problems and improvements in headless environment for VSNetBeans
+ * Showing completions returned by annotation Processors in VS Code
+ * Project problems are resolved in headless environment
+ * Restart NBLS when an extension providing some NB cluster is
installed/uninstalled
+ * Enable full VSNetBeans Maven build test
* Don't show reload/save dialogs in VSNetBeans
* Properly stop Maven execution from LSP/DAP
+
## Version 12.2.1
* Numerous refactorings for Java source code editing added
@@ -38,4 +53,3 @@
* Ability to cancel selected operations
* Maven projects: Go to Definition source code action downloads and open Java
source
* JavaDoc is shown when mouse hoovers over symbol
-
\ No newline at end of file
diff --git a/java/java.lsp.server/vscode/README.md
b/java/java.lsp.server/vscode/README.md
index 7365a1e..36f9532 100644
--- a/java/java.lsp.server/vscode/README.md
+++ b/java/java.lsp.server/vscode/README.md
@@ -21,6 +21,8 @@
-->
+# 12.4 Beta release
+
This is a technology preview of [Apache NetBeans](http://netbeans.org)
based extension for VS Code. Use it to get all the _goodies of NetBeans_
via the VS Code user interface! Run on __JDK8__[*], __JDK11__, __JDK15__, etc.
@@ -43,8 +45,12 @@ to set your environment up to support
* __Java: Compile Workspace__ - invoke Maven or Gradle build
* __GraalVM: Pause in Script__ - place a breakpoint into first executed
polyglot script
-* debugger __Java 8+__ - start test or main class on JDK8+ in polyglot mode
+* Debugger __Java 8+__ - start test or main class on JDK8+ in polyglot mode
* Progress shown for long running operations with cancel support for selected
types
+* __Native Image Debugger__ is a new Run configuration added which allows Java
style debugging of Ahead of Time compiled native-images, produced by GraalVM.
It is experimental feature which works with GDB on Linux. GDB 7.11 or GDB 10.1
is required due to known issue
[#26139](https://sourceware.org/bugzilla/show_bug.cgi?id=26139) in GDB 8 and 9.
+* __Micronaut and Spring__ support especially for YAML configuration files
with code completion and source code navigation to Java.
+* __Test Explorer__ for Java tests results visualization and execution
including editor code Lenses.
+* Improved Maven and Gradle support including multi-project projects,
subprojects opening and Gradle priming builds.
## Supported Refactorings
diff --git a/java/java.lsp.server/vscode/package.json
b/java/java.lsp.server/vscode/package.json
index 9c0c1c5..45b3736 100644
--- a/java/java.lsp.server/vscode/package.json
+++ b/java/java.lsp.server/vscode/package.json
@@ -4,7 +4,7 @@
"description": "Apache NetBeans Language Server Extension for Visual
Studio Code",
"author": "Apache NetBeans",
"license": "Apache 2.0",
- "version": "12.3.0",
+ "version": "12.3.9",
"preview": true,
"repository": {
"type": "git",
@@ -110,20 +110,20 @@
"default":
"internalConsole"
},
"args": {
- "type": [
- "string",
- "null"
- ],
- "description":
"Arguments for the executed class",
- "default": null
- },
+ "type": [
+
"string",
+ "null"
+ ],
+ "description":
"Arguments for the executed class",
+ "default": null
+ },
"vmArgs": {
- "type": [
- "string",
- "null"
- ],
- "description":
"Arguments for the Java VM",
- "default": null
+ "type": [
+
"string",
+ "null"
+ ],
+ "description":
"Arguments for the Java VM",
+ "default": null
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists