This is an automated email from the ASF dual-hosted git repository.

mbalin 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 c8c7f11d16 Remove JDK8 as minimum for build of VSNetBeans. (#5587)
c8c7f11d16 is described below

commit c8c7f11d16f915035d7dc301992c6172272b354b
Author: Martin BalĂ­n <martin.ba...@oracle.com>
AuthorDate: Sun Mar 12 18:06:09 2023 +0100

    Remove JDK8 as minimum for build of VSNetBeans. (#5587)
    
    * Remove JDK8 as minimum for build of VSNetBeans.
    
    * Remove mention of JDK8 as lowest
---
 java/java.lsp.server/vscode/BUILD.md  | 5 +----
 java/java.lsp.server/vscode/README.md | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/java/java.lsp.server/vscode/BUILD.md 
b/java/java.lsp.server/vscode/BUILD.md
index fa12538b0c..dcdca1d898 100644
--- a/java/java.lsp.server/vscode/BUILD.md
+++ b/java/java.lsp.server/vscode/BUILD.md
@@ -23,14 +23,11 @@
 
 ## Prerequisities
 
-- JDK, version 11
+- JDK, version 11 or later
 - Ant, latest version
 - Maven, latest version
 - node.js, latest LTS (to build VSIX)
 
-It is currently possible to use JDK 8 for the build and execution.
-However, as the Apache NetBeans project is slowly moving towards JDK 11,
-using JDK 11 may be the safest bet.
 
 ## Getting the Code
 
diff --git a/java/java.lsp.server/vscode/README.md 
b/java/java.lsp.server/vscode/README.md
index 718caa6d3e..8926dcaae5 100644
--- a/java/java.lsp.server/vscode/README.md
+++ b/java/java.lsp.server/vscode/README.md
@@ -23,7 +23,7 @@
 
 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! Runs on __JDK8__[*] and all newer versions.
+via the VS Code user interface! Runs on __JDK11__ and all newer versions.
 
 Apache NetBeans Language Server brings full featured Java development 
(edit-compile-debug & test cycle) for Maven and Gradle projects to VSCode. As 
well as other features.
 ## Getting Started


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to