You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing this when building the testing jar. WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
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
The text was updated successfully, but these errors were encountered:
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.
I am seeing this when building the testing jar.
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
The text was updated successfully, but these errors were encountered: