-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
The asm bytecode manipulation classes are embedded in the byteman jar so as to avoid having to distribute multiple jars. However, this can cause a clash with an application if it also depends upon finding an alternative version of the asm classes in its classpath. The embedded classes should be obfuscated using jarjar to avoid such clashes.