sdedic opened a new pull request, #5711: URL: https://github.com/apache/netbeans/pull/5711
This PR creates a mini-API for installing plugins. Currently modules depend on Autoupdate UI when they need to initiate installation of a plugin - but that's not necessary. This PR creates a SPI, which is implemented by AU UI. In absence of UI, the installation fail - most of the modules do not check the outcome of the installation anyway. With the dependency removed, AU UI can be removed from LSP distribution, which replaces the implementation done in #5620. -- 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
