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
When creating a xades signature we are getting the following warning in the log:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.ReflectUtils$2 (file:/D:/maven-repository/com/google/inject/guice/2.0/guice-2.0.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$2
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
Updating the responsible dependencies in the dependencyManagement might work without problems, but it would be cleaner if xades4j would use a clean set of dependency versions
When creating a xades signature we are getting the following warning in the log:
Updating the responsible dependencies in the dependencyManagement might work without problems, but it would be cleaner if xades4j would use a clean set of dependency versions
The text was updated successfully, but these errors were encountered: