Byte Buddy 1.12.8
raphw
released this
10 Feb 19:54
·
1192 commits
to master
since this release
- Make
Step
type inMemberSubstitution
public as intended. - Add factory that uses
ArrayDeque
instead ofLinkedList
if the used JVM supports it (Java 6+). - Fix resolution of internal names for arrays in
TypeReferenceAdjustment
.