Byte Buddy 1.11.16
raphw
released this
18 Sep 18:36
·
1483 commits
to master
since this release
- Avoid naming conflicts when adding super and default method delegation for the same method using
MethodDelegation
. - Fix module visibility for
Invoker
to avoid breakage if Byte Buddy is shaded into another module with different package exports.