这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: raphw/byte-buddy

Byte Buddy 1.9.12

26 Mar 22:27

Choose a tag to compare

  • Fixed stack map frame generation during constructor advice.
  • Improves frame generation for cropping-capable frames.

Byte Buddy 1.9.11

21 Mar 21:27

Choose a tag to compare

  • Remove field reference in injected class due to possibility of loading Byte Buddy on the boot loader.
  • Updated to ASM 7.1.
  • Fix unsafe injection on Java 12/13.

Byte Buddy 1.9.10

11 Feb 18:09

Choose a tag to compare

  • Fixed ByteArrayClassLoader when used from boot class loader.
  • Fixed shading to include ASM class required during renaming.

Byte Buddy 1.9.9

04 Feb 00:15

Choose a tag to compare

  • Properly interrupt resubmission process in agent builder.
  • Fix visibility checks for nest mates.

Byte Buddy 1.9.8

24 Jan 19:59

Choose a tag to compare

  • Extend MethodCall to allow for loading target from StackManipulation.
  • Allow for injection into MultipleParentClassLoader.
  • Performance improvement on array creation.
  • Allow for custom strategy for visibility bridge creation.

Byte Buddy 1.9.7

12 Jan 23:02

Choose a tag to compare

  • Retain native modifier when defining a method without method body.
  • Allow appending class loader to multiple parent class loader with hierarchy check.
  • Add support for Java 13.
  • Extend experimental property to allow for detection of unknown versions.

Byte Buddy 1.9.6

13 Dec 21:45

Choose a tag to compare

  • Add the JVM extension / platform class loaders to the default excludes for the AgentBuilder.
  • Refactor MethodCall to better reuse intermediates. This implies some API changes in the customization API.
  • Add hook to AgentBuilder to customize class file transformer.

Byte Buddy 1.9.5

22 Nov 17:32

Choose a tag to compare

  • Fixed lookup injection for classes in the default package in Java 9.

Byte Buddy 1.9.4

13 Nov 21:53

Choose a tag to compare

  • Add API for explicit field access from FieldAccessor.
  • Fix stack size adjustment for custom MemberSubstitutions.
  • Performance improvement for classes with many methods.

Byte Buddy 1.9.3

28 Oct 18:09

Choose a tag to compare

  • Update to ASM 7.0 final
  • Improve field setting capabilities of FieldAccessor and MethodCall.