Byte Buddy 0.5.3
·
6800 commits
to master
since this release
- Changed the
SuperMethodCall
instrumentation to fall back to a default method call if required as different behavior
is surprising and introduces subtle bugs in user code. - 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.