byte-buddy-1.11.14
raphw
released this
31 Aug 11:11
·
1504 commits
to master
since this release
- Adjust
InvocationHandlerAdapter
to usenull
for methods without parameters as specified by contract. - Offer option to use
null
forMethodDelegation
andAdvice
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
.