Releases: raphw/byte-buddy
Releases · raphw/byte-buddy
Byte Buddy 1.14.16
- Update ASM and introduce support for Java 23.
Byte Buddy 1.14.15
- Allow attaching from root on J9.
Byte Buddy 1.14.14
- Adjust type validation to accept additional names that are legal in the class file format.
- Fix dynamic attach on Windows when a service user is active.
- Avoid failure when using Android's strict mode.
Byte Buddy 1.14.13
- Avoid resolving type variables when generic type processing is disabled.
- Improve error message for Byte Buddy agent external attach.
- Fix build for modular jars when using later version than Java 8.
Byte Buddy 1.14.12
- Pin proxy class file version to avoid implicit changes when using Graal native image.
- Add support for Java 23.
- Add missing
@MaybeNull
annotation.
Byte Buddy 1.14.11
- Adjusts Gradle plugin to support Gradle 8.4 without warnings.
- Avoid blurry exception on build plugin for fail fast.
byte-buddy-1.14.10
- Add lazy facade to default
TypePool
inAgentBuilder
to avoid parsing of types ignored by name. - Avoid module info classes in Android plugin.
Byte Buddy 1.14.9
- Update ASM to version 9.6
- Support Android plugin to support APG version 7.4
Byte Buddy 1.14.8
- Correctly read versions from class file that would use both bytes.
- Fix Byte Buddy Gradle plugin for Gradle 8.3+.
- Correct field and static method access on subtypes in
MemberSubstitution
. - Support APK 7.4+ versions in Byte Buddy Gradle for Android plugin.
Byte Buddy 1.14.7
- Correctly read minor version from class file.
- Catch type resolution errors when applying
Plugin.Engine
.