Byte Buddy v1.7.10 Release Notes

Release Date: 2018-02-01 // about 6 years ago
    • ๐Ÿ›  Fixes self-attachment on Java 9+ on Windows.
    • Check for non-accessibility on MethodCall.
    • ๐Ÿ”„ Change static proxy fields to be volatile.
    • ๐Ÿ”’ Do not copy security-related meta-data on jar file copying.
    • Guard resolution of annotations for methods with synthetic parameters.
    • Forbid skipping code in constructors for Advice.
    • โž• Added constructor strategy for defining a default constructor that invokes a non-default constructor.
    • ๐Ÿ‘Œ Improve performance of accessor methods and cache fields by reducing use of String::format.