ehsavoie commented on PR #6138: URL: https://github.com/apache/netbeans/pull/6138#issuecomment-1634352355
the cli jar is a uber jar. It contains a lot of unrequired code like jakarta json. I know we had issues with API classes leaking into it. I think the 'best' way would be to do it the WildFly way and use jboss-modules to bring the dependencies. That way we would only need to load a few modules instead. PS: the class loader has been done that way because at that time we didn't want to pull the jar in the plugin. I know that is not the case for eclipse jboss-tools. -- 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
