This is an automated email from the ASF dual-hosted git repository.
mbalin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 534340c7311 Adjust the clipboard retry logic to use exponential
backoff. It was creating a lot of logging messages, and clipboard access is a
heavy operation that can sometimes interfere with other applications.
add ba197f8474f Warn if JDK appears invalid and offer configuration.
new bb3e5852ae4 Merge pull request #7813 from
sdedic/vscode/warn-invalid-jdk
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/src/extension.ts | 22 ++++++++--
.../vscode/src/jdk/configuration.ts | 50 +++++++++++++++++++++-
java/java.lsp.server/vscode/src/jdk/jdk.ts | 25 ++++++-----
java/java.lsp.server/vscode/src/jdk/settings.ts | 25 +++++++++--
.../vscode/src/jdk/validation/extensionUtils.ts | 8 +++-
.../vscode/src/jdk/validation/validation.ts | 9 ++--
6 files changed, 115 insertions(+), 24 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