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

Releases: raphw/byte-buddy

Byte Buddy 1.3.1

09 Mar 12:39

Choose a tag to compare

  • Added possibility to use contravariant parameters within the Advice adapter for ASM.

Byte Buddy 1.3.0

08 Mar 23:21

Choose a tag to compare

  • Added Advice adapter for ASM.
  • Fixed AsmVisitorWrapper registration to be stacked instead of replacing a previous value.
  • Added validation for setting field default values what can only be done for static fields. Clarified javadoc.
  • Fixed attach functionality to work properly on IBM's J9.

Byte Buddy 1.2.3

22 Feb 15:31

Choose a tag to compare

  • Fixed return type resolution for overloaded bridge method.

Byte Buddy 1.2.2

16 Feb 12:31

Choose a tag to compare

  • Fixed redefinition strategy for AgentBuilder where transformations were applied twice.
  • Added ClassLoader as a third argument for the AgentBuilder.Transformer.

Byte Buddy 1.2.1

06 Feb 15:51

Choose a tag to compare

  • Added validation for receiver types.
  • Set receiver types to be implicit when extracting constructors of a super type.

Byte Buddy 1.2.0

05 Feb 22:29

Choose a tag to compare

  • Added support for receiver type retention during type redefinition and rebasement.
  • Added support for receiver type definitions.

Byte Buddy 1.1.1

05 Feb 14:00

Choose a tag to compare

  • Fixed interface assertion of the custom binder types to accept default methods.
  • Improved documentation.

Byte Buddy 1.1.0

26 Jan 09:58

Choose a tag to compare

  • Refactored AgentBuilder API to be more streamlined with the general API and improved documentation.
  • Added possibility to instrument classes that implement lambda expressions.
  • Added possibility to explicitly ignore types from an AgentBuilder. By default, synthetic types are ignored.
  • Proper treatment of deprecation which is now written into the class file as part of the resolved modifier and filtered on reading.
  • Added support for Java 9 APIs for process id retrieval.

Byte Buddy 1.0.3

21 Jan 18:56

Choose a tag to compare

  • Added support for Java 9 owner type annotations.
  • Fixed bug in type builder validation that prohibited annotations on owner types for non-generic types.
  • Added additional element matchers for matching an index parameter type.

Byte Buddy 1.0.2

20 Jan 20:37

Choose a tag to compare

  • Fixed resolution of type paths for inner classes.
  • Added preliminary support for receiver types.
  • Fixed resolution of type variables from a static context.