Skip to content

Releases: raphw/byte-buddy

Byte Buddy 1.14.11

21 Dec 00:15
Compare
Choose a tag to compare
  • Adjusts Gradle plugin to support Gradle 8.4 without warnings.
  • Avoid blurry exception on build plugin for fail fast.

byte-buddy-1.14.10

20 Dec 23:08
Compare
Choose a tag to compare
  • 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

16 Oct 18:32
Compare
Choose a tag to compare
  • Update ASM to version 9.6
  • Support Android plugin to support APG version 7.4

Byte Buddy 1.14.8

14 Sep 22:54
Compare
Choose a tag to compare
  • 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

28 Aug 07:08
Compare
Choose a tag to compare
  • Correctly read minor version from class file.
  • Catch type resolution errors when applying Plugin.Engine.

Byte Buddy 1.14.6

14 Aug 22:34
Compare
Choose a tag to compare
  • 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

02 Jun 13:10
Compare
Choose a tag to compare
  • 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.

Byte Buddy 1.14.4

11 Apr 20:03
Compare
Choose a tag to compare
  • Include instrumented type and auxiliary types in TypePool that is passed to TypeWriter.

Byte Buddy 1.14.3

28 Mar 20:07
Compare
Choose a tag to compare
  • Make MethodGraph.Compiler failsafe when processing incomplete methods.
  • Update ASM.

Byte Buddy 1.14.2

13 Mar 12:05
Compare
Choose a tag to compare
  • Fix offset mapping for local variable array remapping in Advice.
  • Add possibility to specify an index for skipOn and repeatOn which resolves the checked value from a returned array.