matthiasblaesing opened a new pull request, #9396: URL: https://github.com/apache/netbeans/pull/9396
The NetBeans classloader infrastructure relies on a mapping of packages classloaders can load resources/classes from. That mapping is currently not scanning META-INF/versions/<version> for packages. This becomes a problem if the versioned folder contains packages not present in the non-versioned part of the JAR. This change adds coverage for the versioned folder. Closes: #9371 -- 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
