Byte Buddy v1.8.13 Release Notes

Release Date: 2018-07-01 // almost 6 years ago
    • ⚡️ Update to ASM 6.2
    • ✅ Reinstate support for latest Java 11 EA if net.bytebuddy.experimental is set.
    • 🛠 Fix edge completion for AgentBuilder.
    • Dump input class file if the net.bytebuddy.dump is set.
    • ➕ Add convenience chaining methods to Implementation.Compound.
    • 🛠 Fix nestmate changes in method invocation.