Byte Buddy v0.7.2 Release Notes

Release Date: 2015-11-01 // over 8 years ago
    • โž• Added TypePool that falls back to class loading if a class cannot be located.
    • โž• Added binary locator for agent builder that uses the above class pool and only parses the class file of the instrumented type.
    • โž• Added methods for reading inner classes of a TypeDescription.
    • ๐Ÿ›  Fixed random naming based on random numbers to avoid signed numbers.
    • ๐Ÿ“ฆ Moved Nexus and Installer types to a package-level to avoid illegal outer and inner class references which could be resolved eagerly.
    • โž• Added validation for illegal constant pool entries.
    • โž• Added a Premature initialization strategy for optimistically loading auxiliary types.
    • โž• Added a ClassVisitorWrapper for translating Java class files prior to Java 5 to use explicit class loading rather than class pool constants.