Byte Buddy v1.4.6 Release Notes

Release Date: 2016-06-01 // almost 8 years ago
    • ➕ Added a ClassFileLocator for a class loader that only references it weakly.
    • 👍 Allow to supply TypePool and ClassFileLocator separately within an AgentBuilder.
    • Made MethodPool sensitive to bridge methods which should only be added to classes of a version older than Java 4.
    • 🛠 Fixed creation of Java 9 aware ClassFileTransformer to only apply on Java 9 VMs.
    • ➕ Added matcher for the type of a class loader.
    • 🛠 Fixed name resolution of anonymously-loaded types.