sdedic opened a new pull request #3029: URL: https://github.com/apache/netbeans/pull/3029
As part of work on 'Continuous' gradle mode, the infrastructure started to test actions for `isEnabled()` before actually invoking them. That broke source+javadoc attacher introduced in 12.4, that downloads sources/javadocs for the user - the java code never reported the actions as 'enabled', but carried them out anyway. And to be even better, the attacher relied on ActionProgress to report `finished` which never happened, since gradle's `ActionProviderImpl` returned silently without reporting anything if the client invoked a disabled action. -- 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
