Byte Buddy v1.12.19 Release Notes
Release Date: 2022-11-01 // 11 months 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.
- ๐ Avoid possible lock through circular class loading of
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
.
- ๐ Allow writing to field from enter