Byte Buddy v1.8.6 Release Notes

Release Date: 2018-04-01 // about 6 years ago
    • Introduced concept of sealing the InjectionClassLoader to avoid abuse.
    • Avoid class loader leak by not storing exceptions thrown in class initializers which can keep references to their first loading class in their backtrace.
    • ➕ Add ClassFileBufferStrategy to agent builder.
    • 🗄 Retain deprecation modifier on intercepted methods and fields on class files prior to Java 5.