Byte Buddy 0.7.8
·
6145 commits
to master
since this release
- Implemented all type lists of class file-rooted files to fallback to type erasures in case that the length of generic types and raw types does not match. This makes Byte Buddy more robust when dealing with illegally defined class files.
- Fixed rule on a default method's invokeability.
- Extended
MethodCallimplementation to include shortcuts for executingRunnableandCallableinstances. - Added
failSafematcher that returnsfalsefor types that throw exceptions during navigation.