Hi I was looking over the specs for the multi release jars, and couldn't find any information if this applied to jars on boot classpath as well (for instance javaagents that add themselves there). All the docs and tasks seems to focus on URLClassLoader, JarFile, etc.
So will multi release jars pick the right class if on boot classloader (ie loaded from null classloader/jvm)? /Michael