Skip to content

Byte Buddy 0.7.8

Compare
Choose a tag to compare
@raphw raphw released this 15 Jan 12:04
· 5403 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 MethodCall implementation to include shortcuts for executing Runnable and Callable instances.
  • Added failSafe matcher that returns false for types that throw exceptions during navigation.