This is an automated email from the ASF dual-hosted git repository.
sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from fcb864fc4d5 Merge pull request #7484 from lahodaj/javac23-upgrade
add 8b31dac5759 Check for source level java compatibility
new 2b851754338 Merge pull request #7555 from
petrovic-d/GCN-4643-java-source-level-check
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
java/java.lsp.server/vscode/package-lock.json | 66 ++++++-
java/java.lsp.server/vscode/package.json | 4 +-
java/java.lsp.server/vscode/src/extension.ts | 4 +-
.../vscode/src/jdk/validation/extensionUtils.ts | 32 ++++
.../vscode/src/jdk/validation/javaUtil.ts | 78 +++++++++
.../vscode/src/jdk/validation/project.ts | 193 +++++++++++++++++++++
.../vscode/src/jdk/validation/validation.ts | 65 +++++++
7 files changed, 439 insertions(+), 3 deletions(-)
create mode 100644
java/java.lsp.server/vscode/src/jdk/validation/extensionUtils.ts
create mode 100644 java/java.lsp.server/vscode/src/jdk/validation/javaUtil.ts
create mode 100644 java/java.lsp.server/vscode/src/jdk/validation/project.ts
create mode 100644 java/java.lsp.server/vscode/src/jdk/validation/validation.ts
---------------------------------------------------------------------
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