-
Notifications
You must be signed in to change notification settings - Fork 207
Closed
Description
As per this comment in the source code, the current shadow Jar process does not relocate javax.annotation
nor org.objectweb
causing Security Exception like the following:
java.lang.SecurityException: class "org.objectweb.asm.MethodAdapter"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:898)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:668)
at java.lang.ClassLoader.defineClass(ClassLoader.java:761)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)