Byte Buddy v1.9.0 Release Notes

Release Date: 2018-09-01 // over 5 years ago
    • ⚡️ Update to ASM 7 for non-experimental Java 11 support.
    • ⬇️ Reduce byte code level to Java 5.
    • Add module-info.class for byte-buddy and byte-buddy-agent artifacts.
    • Extend ClassInjector API to allow supplying string to byte array mappings.
    • ➕ Add visitor to allow adjustment of inner class attribute.
    • 🔨 Refactor agent builder API to use decoration by default and rather require explicit termination.
    • ➕ Add Plugin.Engine to allow simple static enhancements and rework build plugins for Maven and Gradle to use it.
    • 🔨 Refactor AsmVisitorWrapper.ForDeclaredMethods to only instrument methods on .method but offer .invokable for anthing.