Skip to content

Byte Buddy 1.7.10

Compare
Choose a tag to compare
@raphw raphw released this 02 Mar 17:26
· 3129 commits to master since this release
  • Fixes self-attachment on Java 9+ on Windows.
  • Check for non-accessability on MethodCall.
  • Change static proxy fields to be volatile.
  • Do not copy security-related meta-data on jar file copying.
  • Guard resolution of annotations for methods with syntetic parameters.
  • Forbid skipping code in constructors for Advice.
  • Added constructor strategy for defining a default constructor that invokes a non-default constructor.
  • Improve performance of accessor methods and cache fields by reducing use of String::format.