Byte Buddy v0.5.3 Release Notes

Release Date: 2015-02-01 // about 9 years ago
    • ๐Ÿ”„ Changed the SuperMethodCall instrumentation to fall back to a default method call if required. A different behavior was found to surprise users and would introduce subtle bugs in user code as the super method instrumentation would always work with subclassing due to Java super method call semantics.
    • โž• Added a MethodCall instrumentation that allows hard-coding a method call.
    • โž• Added an InvokeDynamic instrumentation that allows runtime dispatching by bootstrap methods.
    • ๐Ÿ›  Fixed the default TypePool to retain generic signatures in order to avoid that agents delete such signatures.
    • ๐Ÿ›  Fixed a bug in all of the the default ConstructorStrategy that effectively prevented intercepting of constructors.