tjwatson commented on issue #60: URL: https://github.com/apache/felix-atomos/issues/60#issuecomment-1164763512
This is happening because `java.lang.Module.getClassLoader()` is returning null even though the javadoc says nothing about returning null. It appears to return null for modules in the boot layer. I guess that makes sense, but it means we need to handle the case for delegating to the boot layer modules for non java.* packages. -- 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]
