Byte Buddy v1.11.19 Release Notes

Release Date: 2021-10-01 // over 2 years ago
    • โž• Add Advice.AssignReturned post processor to allow for assigning values from Advice that uses delegation rather than inlining.
    • ๐Ÿ‘ Allow for declaring Advice.Local values from both enter and exit advice.
    • โž• Add option for using runtime class path rather than only compile scope from Byte Buddy Maven plugin.
    • Avoid loading of annotation proxies within Byte Buddy's internal API.
    • โž• Add plugin to add Java Repeatable annotations without requiring a JDK 8+.