Byte Buddy 1.11.9
raphw
released this
27 Jul 19:07
·
1555 commits
to master
since this release
- Include jdk.reflect package in default ignore matcher.
- Retain parameter names for constructor of Java record as it is done by javac.
- Throw
NoSuchTypeException
on non-resolved types rather thenIllegalStateException
. - Weaken visibility checks for fields set by
MethodCall
.