Byte Buddy v1.12.7 Release Notes

Release Date: 2022-01-01 // over 2 years ago
    • Adjust warm-up API to return warmed-up byte code.
    • ๐Ÿš€ Check release property in Byte Buddy Maven plugin.
    • ๐Ÿ‘ป Propagate exception from Byte Buddy's class file transformer to improve wrapping behavior.
    • Avoid loading of ElementType when checking compatibility as the current VM might not provide all constants.
    • ๐Ÿ‘ Allow for disabling stack adjustment as it might not always be possible.
    • Make stack adjustment more robust when goto targets contain stack values.