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 e7d693d Fix broken links to images in the extension's readme. (#2686)
new cf4ee2f Core execution engine passes default Lookup to task.
Recommendation added to spec.
new 167d3da Server tests should run in headless mode.
new 9fabbae DAP listens even on delayed operation's ProgressHandle
creation.
new 970712d Modules needed to properly terminate mvn build/run process
subtree.
new 0b3e340 HID test extended to cover Lookup propagation. Core Execution
engine tested with Lookup.
new 6c90ce5 Add functional test for maven-controlled start/stop.
new 1c6a14d Fixing test for dev env: extra cluster ignored.
new 894e4b5 Merge pull request #2679 from sdedic/lsp/maven-execution-stop
The 4900 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.lsp.server/nbcode/integration/manifest.mf | 1 +
.../nbcode/nbproject/platform.properties | 2 -
.../server/debugging/launch/NbLaunchDelegate.java | 15 ++-
.../lsp/server/progress/LspInternalHandle.java | 20 +++-
.../java/lsp/server/progress/OperationContext.java | 112 +++++++++++++++++-
.../server/progress/ProgressOperationEvent.java | 64 ++++++++++
.../server/progress/ProgressOperationListener.java | 45 +++++++
.../java/lsp/server/protocol/ServerTest.java | 1 +
java/java.lsp.server/vscode/package-lock.json | 31 ++++-
java/java.lsp.server/vscode/package.json | 8 +-
.../vscode/src/test/suite/extension.test.ts | 94 ++++++++++++++-
platform/core.execution/manifest.mf | 4 +-
.../netbeans/core/execution/ExecutionEngine.java | 2 +-
.../netbeans/core/execution/RunClassThread.java | 60 ++--------
.../execution/CoreExecutionCompatibilityTest.java | 3 +-
.../openide.execution/nbproject/project.properties | 2 +-
.../src/org/openide/execution/ExecutionEngine.java | 24 ++--
.../execution/ExecutionCompatibilityTest.java | 12 +-
.../org/openide/execution/ExecutionEngineHid.java | 129 +++++++++++++++++++--
19 files changed, 539 insertions(+), 90 deletions(-)
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/progress/ProgressOperationEvent.java
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/progress/ProgressOperationListener.java
---------------------------------------------------------------------
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