sdedic opened a new pull request #2679:
URL: https://github.com/apache/netbeans/pull/2679


   Maven executor forks the execution into a separate thread, and only then it 
creates a `ProgressHandle`. The handle is likely to be created **after** the 
_DAP_ call finishes, so it is not collected by the current code. I've 
implemented a event source  + listener interface to listen on create/finish of 
progress-generating tasks. _DAP_ operation can now establish a listener and 
receive a ProgressHandle even after the original launch request returns; it can 
connect the `ProgressHandle` to the `DebugContext`.
   
   The default execution engine implementation should support default `Lookup` 
passing, so the threads it creates operate in the caller's context.
   
   The tests of LSP server must run in headless mode; without that property, 
some code takes wrong path, blocking test execution on UI that nobody can click 
on.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to