SirIntellegence commented on issue #5878: URL: https://github.com/apache/netbeans/issues/5878#issuecomment-1522189345
Well, that is interesting. This may actually be related to something else. Not sure that is something that could be fixed easily or at all... I am building from a revision based from https://github.com/apache/netbeans/tree/release121. Apparently that version of `ActiveQueue` doesn't play nice with Java19... `removeSuper` calls `remove(0)`, which calls `remove()` in Java 19, which throws an `InterruptedException`. Being able to "unload"/terminate the tread like a process would be nice, but I highly doubt Java allows that. -- 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. To unsubscribe, e-mail: [email protected] 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
