Byte Buddy v1.12.19 Release Notes

Release Date: 2022-11-01 // over 1 year ago
    • ๐Ÿ”’ Avoid possible lock through circular class loading of TypeDescription subtypes.
    • ๐Ÿ”’ Avoid access error when using unsafe API on Java 17 with an active security manager.
    • ๐Ÿ”Œ Close URL class loader used in Gradle plugin.

Previous changes from v1.12.18

    • ๐Ÿ‘ Allow writing to field from enter Advice in constructor, as byte code allows it.
    • ๐Ÿ”จ Refactor Android plugin processor to avoid skipping local classes.
    • ๐Ÿ‘Œ Improve staleness filter for Maven plugin.
    • Fix incorrect resolution of custom bound invokedynamic values in Advice.