You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/01/09 06:02:30 UTC

[GitHub] [netbeans] JaroslavTulach opened a new pull request #2654: Let Mutex.EVENT methods co-operate with Lookups.executeWith(...)

JaroslavTulach opened a new pull request #2654:
URL: https://github.com/apache/netbeans/pull/2654


   While working on #2652 it turned out that `OpenProjectList` class is using `Mutex.EVENT` to deliver changes and that the call disassociates the event deliver from the originating request. One option is to modify `OpenProjectList` to deliver events synchronously (at least in `GraphicsEnvironment.isHeadless()` mode, the other is to make sure effective lookup set by `Lookups.executeWith` is properly propagated through `Mutext.EVENT` methods. That's what this PR proposes.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] JaroslavTulach merged pull request #2654: Let Mutex.EVENT methods co-operate with Lookups.executeWith(...)

Posted by GitBox <gi...@apache.org>.
JaroslavTulach merged pull request #2654:
URL: https://github.com/apache/netbeans/pull/2654


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists