matthiasblaesing commented on PR #9396: URL: https://github.com/apache/netbeans/pull/9396#issuecomment-4526316987
I thought briefly about using the `JarFile` support, but what I see is, that there is code in `JarClassLoader´ already dealing specially with the version directories. Switching to the versioned `JarFile` constructor would mean, that these codepaths have to be revisited. What is more `JarClassLoader` not only ties into `JarFile`, but also `Archive`. Archive is not version aware, so we would have two different views. -- 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
