Proguard in changing the varaible definiton in interal library don't know why code is breaking because of it. **Before obfuscator** private static final Signature GET_DECLARED_METHODS = TypeUtils.parseSignature("java.lang.reflect.Method[] getDeclaredMethods()"); **After obfuscator** private static final Signature GET_DECLARED_METHODS = TypeUtils.parseSignature("java.lang.reflect.Method");
Proguard in changing the varaible definiton in interal library don't know why code is breaking because of it. **Before obfuscator** private static final Signature GET_DECLARED_METHODS = TypeUtils.parseSignature("java.lang.reflect.Method[] getDeclaredMethods()"); **After obfuscator** private static final Signature GET_DECLARED_METHODS = TypeUtils.parseSignature("java.lang.reflect.Method");
Not sure why i am getting the below exception. This is happenning during spring application context is getting loaded. Running proguard over the executable jar. Not sure whether i might be happening because of tryping to dependency inject the interface. Exception in thread "main" java.lang.ExceptionInInitializerError at org.springframework.cglib.proxy.CallbackInfo.<clinit>(CallbackInfo.java:60) at org.springframework.cglib.proxy.Enhancer.setCallbackTypes(Enhancer.java:372) at org.springframework.context.annotation.ConfigurationClassEnhancer.newEnhancer(ConfigurationClassEnhancer.java:128)...
Not sure why i am getting the below exception. This is happenning during spring application context is getting loaded. Running proguard over the executable jar. Not sure whether i might be related to proxies in spring. Exception in thread "main" java.lang.ExceptionInInitializerError at org.springframework.cglib.proxy.CallbackInfo.<clinit>(CallbackInfo.java:60) at org.springframework.cglib.proxy.Enhancer.setCallbackTypes(Enhancer.java:372) at org.springframework.context.annotation.ConfigurationClassEnhancer.newEnhancer(ConfigurationClassEnhancer.java:128)...
Not sure why i am getting the below exception. This is happenning during spring application context is getting loaded. Running proguard over the executable jar. Exception in thread "main" java.lang.ExceptionInInitializerError at org.springframework.cglib.proxy.CallbackInfo.<clinit>(CallbackInfo.java:60) at org.springframework.cglib.proxy.Enhancer.setCallbackTypes(Enhancer.java:372) at org.springframework.context.annotation.ConfigurationClassEnhancer.newEnhancer(ConfigurationClassEnhancer.java:128)...
Not sure why i am getting the below exception. This is happenning during spring application context is getting loaded. Running proguard over the executable jar. Exception in thread "main" java.lang.ExceptionInInitializerError at org.springframework.cglib.proxy.CallbackInfo.<clinit>(CallbackInfo.java:60) at org.springframework.cglib.proxy.Enhancer.setCallbackTypes(Enhancer.java:372) at org.springframework.context.annotation.ConfigurationClassEnhancer.newEnhancer(ConfigurationClassEnhancer.java:128)...
Not sure why i am getting the below exception. This is happenning during spring application context is getting loaded. Running proguard over the executable jar. Exception in thread "main" java.lang.ExceptionInInitializerError at org.springframework.cglib.proxy.CallbackInfo.<clinit>(CallbackInfo.java:60) at org.springframework.cglib.proxy.Enhancer.setCallbackTypes(Enhancer.java:372) at org.springframework.context.annotation.ConfigurationClassEnhancer.newEnhancer(ConfigurationClassEnhancer.java:128)...
Not sure why i am getting the below exception. This is happenning during spring application context is getting loaded. Running proguard over the executable jar. Exception in thread "main" java.lang.ExceptionInInitializerError at org.springframework.cglib.proxy.CallbackInfo.<clinit>(CallbackInfo.java:60) at org.springframework.cglib.proxy.Enhancer.setCallbackTypes(Enhancer.java:372) at org.springframework.context.annotation.ConfigurationClassEnhancer.newEnhancer(ConfigurationClassEnhancer.java:128)...