Byte Buddy v1.4.33 Release Notes

Release Date: 2016-10-01 // over 7 years ago
    • Use IMITATE_SUPER_CLASS_OPENING as a default constructor strategy.
    • Extract method visibility during method graph compilation.
    • Apply a type variable's erasure if a type variable is out of scope instead of throwing an exception. This can happen when subclassing an inner type outside of its outer type or when a compiler such as scalac adds inconsistent generic type information.
    • ⚡️ Optimize the application of the ignore matcher within an agent builder to only be applied once.