Dne středa 2. března 2022 13:59:44 CET, Christian Oyarzun napsal(a): > Hi Ernie, > > Maybe someone with more knowledge of this can provide a better answer. > > NetBeans has some support for multi-release jars. > https://github.com/apache/netbeans/pulls?q=is%3Apr+is%3Aclosed+%22multi-rele > ase%22+jar+ > > I was missing the key word 'not' in my last email response. The classloader > does 'not' support multi-release jar files like log4j. > https://issues.apache.org/jira/browse/NETBEANS-3679 > > I think we need to modify > https://github.com/apache/netbeans/blob/master/platform/o.n.bootstrap/src/or > g/netbeans/JarClassLoader.java to support multi-release jars. > Something akin to what Spring did > https://github.com/spring-projects/spring-boot/commit/56eebc9385e6c458a18e05 > 115ceaf0df73bfbc02
Yup. That sounds like correct reasoning with respect to `JarClassLoader`. Just one question: Is `JarClassLoader` involved when it comes to loading form editor JavaBeans at all? -jt --------------------------------------------------------------------- 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
