yGuard v2.6 Release Notes

Release Date: 2017-06-12 // almost 7 years ago
  • โž• Added

    • โž• Added support for Java 8 Type Annotations.
    • The implements attribute now considers types in <externalclasses> as well when determining the interfaces implemented by a given class.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed incorrect obfuscation of invokedynamic instructions leading to AbstractMethodErrors of class files which had their constant pool entry order permutated for some reason (for example by the JarJar plugin for maven).

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed the class file version of the yGuard library, so yGuard can be run with Java 7 again.