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

Releases: raphw/byte-buddy

Byte Buddy 1.6.12

18 Mar 11:55

Choose a tag to compare

  • Add InstallationListener in favor of InstallationStrategy and allow resubmission strategy to hook into it in order to cancel submitted jobs.

Byte Buddy 1.6.11

12 Mar 18:25

Choose a tag to compare

  • Fix modifier adjustment for visibility bridges (did not work last time)
  • Added class injector for Java 9 handle class definition.

Byte Buddy 1.6.10

12 Mar 18:26

Choose a tag to compare

  • Allow installation of ClassFileTransformer in byte array class loader.
  • Adjust visibility for bridge methods.

Byte Buddy 1.6.9

20 Feb 18:53

Choose a tag to compare

  • Properly add visibility bridges for default methods.
  • Added matcher for unresolvable types.
  • Improved ByteBuddyAgent API.
  • Fixed Gradle and Maven plugin path resolution.

Byte Buddy 1.6.8

12 Feb 13:21

Choose a tag to compare

  • Avoid logging on empty resubmission.
  • Retain actual modifiers on frozen instrumented type.

Byte Buddy 1.6.7

26 Jan 21:07

Choose a tag to compare

  • Refactored Resubmitter to a DSL-step within the redefinition configuration.
  • Added additional element matchers.

Byte Buddy 1.6.6

24 Jan 14:47

Choose a tag to compare

  • Fixed computation of modifiers for rebased method in native state.

Byte Buddy 1.6.5

20 Jan 15:06

Choose a tag to compare

  • Improved lazy resolution of super types in matchers.
  • Added frozen instrumented type and factory for such types when no class file format changes are desired.
  • Improved lazy resolution for generic type signatures.

Byte Buddy 1.6.4

19 Jan 16:46

Choose a tag to compare

  • Refactored super type visitors to always be lazy until generic properties are required to be resolved.
  • Apply proper raw type resolution. Made default method graph compiler reify generic types to compute correct bridges.

Byte Buddy 1.6.3

13 Jan 15:01

Choose a tag to compare

  • Improved Resubmitter configuration.
  • Added AgentBuilder.Transformation.ForAdvice to allow for simple creation of Advice classes from Java agents.