Dear All, when installing contrib/docbook plugin I'm stuck with the missing org.netbeans.api.workqueues dependency.
I've searched various sources, but no luck. I've only found it mentioned here: https://forums.netbeans.org/post-64859.html "... the backplane to DocBook's implementation is a small library in contrib/api.workqueues - it uses a java.util.concurrent.DelayQueue and friends to create a general framework for the case of "register a collection of jobs against some object (e.g. a file or document), and have them all be run after a well-defined delay upon a trigger condition, ensure that adding/removing jobs is never a blocking call, and that the object registered against can be garbage collected." Has this stuff been merged into another dependency in meantime or deprecated in favor of some JDK stuff? Thanks, Jan
