Byte Buddy v1.12.19 Release Notes
Release Date: 2022-11-01 // 3 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