Skip to content

Releases: raphw/byte-buddy

byte-buddy-1.14.18

08 Jul 19:56
Compare
Choose a tag to compare
  • Avoid verification error if constructor advice meats dropped implicit this frame and throw exception during instrumentation instead.
  • Add support to resolve ByteBuddyAgent from non-obfuscated name if obfuscation is used.
  • Make sure CircularityLock implementations never load classes during locking.
  • Offer use of istat if stat command is not available for emulated attachment.
  • Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.

Byte Buddy 1.14.17

30 May 05:20
Compare
Choose a tag to compare
  • Avoid crashing of Android plugin when there are duplicate files for licenses or license notices.

Byte Buddy 1.14.16

22 May 21:09
Compare
Choose a tag to compare
  • Update ASM and introduce support for Java 23.

Byte Buddy 1.14.15

13 May 12:00
Compare
Choose a tag to compare
  • Allow attaching from root on J9.

Byte Buddy 1.14.14

23 Apr 21:03
Compare
Choose a tag to compare
  • 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

28 Mar 20:30
Compare
Choose a tag to compare
  • 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

16 Feb 13:44
Compare
Choose a tag to compare
  • 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

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