Skip to content

Byte Buddy 1.4.33

Compare
Choose a tag to compare
@raphw raphw released this 17 Oct 15:34
· 3897 commits to master since this release
  • Use IMITATE_SUPER_CLASS_OPENING as a default constructor strategy.
  • Extract method visibility during method graph compilation.
  • Apply a type variable's erasure if a type variable is out of scope instead of throwing an exception. This can happen when subclassing an inner type outside of its outer type or when a compiler such as scalac adds inconsistent generic type information.
  • Optimize the application of the ignore matcher within an agent builder to only be applied once.