Byte Buddy 0.5.3
·
7116 commits
to master
since this release
- Changed the
SuperMethodCallinstrumentation to fall back to a default method call if required as different behavior
is surprising and introduces subtle bugs in user code. - Added a
MethodCallinstrumentation that allows hard-coding a method call. - Added an
InvokeDynamicinstrumentation that allows runtime dispatching by bootstrap methods. - Fixed the default
TypePoolto retain generic signatures in order to avoid that agents delete such signatures. - Fixed a bug in all of the the default
ConstructorStrategythat effectively prevented intercepting of constructors.