ctubbsii commented on issue #190: URL: https://github.com/apache/accumulo-testing/issues/190#issuecomment-1031471009
This happens for a lot of our dependencies. These warnings come from newer Java releases that are incrementally locking down use of methods internal to Java that are JVM-implementation specific and not part of the Java specifications for its public API. The best way to handle this is to update our dependencies to ones that were designed for use with newer Java releases. I'm not sure there's anything else we can do about these. -- 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]
