You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/02/07 13:09:00 UTC

[GitHub] [accumulo-testing] milleruntime opened a new issue #190: Reflection Warning

milleruntime opened a new issue #190:
URL: https://github.com/apache/accumulo-testing/issues/190


   I am seeing this when building the testing jar. `WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.`
   
   <pre>
   WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
   WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
   WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   WARNING: All illegal access operations will be denied in a future release
   </pre>


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo-testing] ctubbsii commented on issue #190: Reflection Warning

Posted by GitBox <gi...@apache.org>.
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org