Skip to content

byte-buddy-1.11.14

Compare
Choose a tag to compare
@raphw raphw released this 31 Aug 11:11
· 1504 commits to master since this release
  • Adjust InvocationHandlerAdapter to use null for methods without parameters as specified by contract.
  • Offer option to use null for MethodDelegation and Advice if method has no parameters.
  • Add method to seal unsealed class loaders after the fact.
  • Use correct type for resolving security manager method in ByteBuddyAgent.