Byte Buddy v1.8.4 Release Notes

Release Date: 2018-04-01 // about 6 years ago
    • Only open ASM if this is specified via the boolean property net.bytebuddy.experimental.
    • 🛠 Fix resolution of invoking methods of Object on interfaces to not specialize on the interface type. The latter is also failing verification on Android.
    • 🐎 Several performance improvements.
    • 0️⃣ Do no longer use unsafe injection as a default class loading strategy.