Byte Buddy Versions Save

Runtime code generation for the Java virtual machine.

byte-buddy-1.14.14

2 weeks ago
  • 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

1 month ago
  • 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

2 months ago
  • 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

4 months ago
  • Adjusts Gradle plugin to support Gradle 8.4 without warnings.
  • Avoid blurry exception on build plugin for fail fast.

byte-buddy-1.14.10

4 months ago
  • Add lazy facade to default TypePool in AgentBuilder to avoid parsing of types ignored by name.
  • Avoid module info classes in Android plugin.

byte-buddy-1.14.9

6 months ago
  • Update ASM to version 9.6
  • Support Android plugin to support APG version 7.4

byte-buddy-1.14.8

7 months ago
  • 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

8 months ago
  • Correctly read minor version from class file.
  • Catch type resolution errors when applying Plugin.Engine.

byte-buddy-1.14.6

8 months ago
  • Add PatchMode.SUBSTITUTE and ResettableClassFileTransformer.Substitutable for in-order patching.
  • Allow for explicit specification og differential matcher when patching an AgentBuilder.
  • Add platform loader to locator for build plugins.
  • Correctly resolve accessors for fields with capitalized first letter.
  • Make jars for Android read-only as newer versions require it.

byte-buddy-1.14.5

11 months ago
  • Avoid use of location if agent argument separator is contained.
  • Allow failure of member substitution if no element is separated.
  • Allow retry in case of parallel class injection.