This is an automated email from the ASF dual-hosted git repository. sdedic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 2b8517543385a4848d72183f243ed8d28211f69f Merge: fcb864fc4d5 8b31dac5759 Author: Svatopluk Dedic <[email protected]> AuthorDate: Wed Jul 10 22:57:43 2024 +0200 Merge pull request #7555 from petrovic-d/GCN-4643-java-source-level-check VSNetBeans: Check for source level java compatibility 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(-) --------------------------------------------------------------------- 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
