ctubbsii opened a new issue #1194: Stop assuming system class loader is a URLClassloader URL: https://github.com/apache/accumulo/issues/1194 Java 11's system class loader is no longer a URLClassloader, and the actual type is hidden in a module that isn't exported. Our tests (and any code) should not assume the system class loader is of that type. Tests which assume this: AccumuloClasspathTest and AccumuloVFSClassLoaderTest
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
