User Activity

  • Posted a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    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");

  • Modified a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    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");

  • Modified a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    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)...

  • Modified a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    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)...

  • Modified a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    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)...

  • Modified a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    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)...

  • Modified a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    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)...

  • Modified a comment on discussion Help on ProGuard Java Optimizer and Obfuscator

    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)...

View All

Personal Data

Username:
doomstone123
Joined:
2020-04-18 17:48:04

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB