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 ad8c5be  Merge pull request #2805 from 
saulotoledo/fix/incorrect_xdebug3_clipboard_config
     new 33efb0b  Fixing XML that does not validate.
     new cc0f894  Workaround for deadlock while reading input, see JDK-4859836.
     new 666ab66  Fixed exception during workdone/Cancel call. Test added.
     new 09e2823  Merge pull request #2799 from sdedic/lsp/cancellation

The 5088 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:
 .../nbcode/integration/nbproject/project.xml       |   2 +-
 java/java.lsp.server/nbproject/project.xml         |  17 +++
 .../modules/java/lsp/server/protocol/Server.java   |   5 +
 .../java/lsp/server/protocol/ServerTest.java       | 158 +++++++++++++++++----
 .../nbcode/integration/LspInputOutputProvider.java |  30 ++++
 .../nbcode/integration/LspProgressEnvironment.java |  33 +++++
 .../maven/indexer/NexusRepositoryIndexerImpl.java  |   2 +-
 .../maven/execute/CommandLineOutputHandler.java    |  14 +-
 8 files changed, 230 insertions(+), 31 deletions(-)
 create mode 100644 
java/java.lsp.server/test/unit/src/org/netbeans/modules/nbcode/integration/LspInputOutputProvider.java
 create mode 100644 
java/java.lsp.server/test/unit/src/org/netbeans/modules/nbcode/integration/LspProgressEnvironment.java


---------------------------------------------------------------------
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