Byte Buddy v1.5.12 Release Notes

Release Date: 2016-12-01 // over 7 years ago
    • 🔨 Refactored rebasing of type initializers. Do no longer rebase into static method to pass validation for final static field assignment on Java 9.
    • ➕ Added fallback to sun.misc.Unsafe for class definition if reflective access to the protected ClassLoader methods is not available which are required for the injection strategy.
    • ➕ Added super-type-loading DescriptorStrategy for agent builder.
    • ➕ Added assignment checks for MethodCall for invocation target.