Skip to content

Byte Buddy 1.10.15

Compare
Choose a tag to compare
@raphw raphw released this 18 Sep 22:30
· 2013 commits to master since this release
  • Rewrite of Gradle plugin, including support for incremental builds.
  • Fix MethodCall bug when loading arguments from array.
  • Mark rebased methods private final as required by the JVM when using a native method preifx.
  • Fix stack excess monitoring when using advice to discover excess stack values correctly to avoid verifier error.