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

Releases: raphw/byte-buddy

Byte Buddy 1.7.7

22 Oct 14:02

Choose a tag to compare

  • Make self-attachment more robust on Windows.
  • Add M2E instructions for Maven plugin.
  • Improve hash function for members and avoid collision field names.
  • Convenience for custom target binders.

Byte Buddy 1.7.6

08 Oct 12:26

Choose a tag to compare

  • Update ASM to version 6 final.
  • Accept null in custom bound Advice.
  • Fix fail fast in build plugins.
  • Permit repeated exception in method signature.

Byte Buddy 1.7.5

31 Aug 19:30

Choose a tag to compare

  • Prevents premature termination of reattempting retransformation.

Byte Buddy 1.7.4

30 Aug 20:45

Choose a tag to compare

  • Add convenience methods for defining bean properties.
  • Minor fixes to support Java 9 and allow building on JDK9.

Byte Buddy 1.7.3

30 Aug 20:47

Choose a tag to compare

  • Allow configuring TypePool to use within Advice.

Byte Buddy 1.7.2

04 Aug 22:07

Choose a tag to compare

  • Fixes possibility to customize binding in MethodDelegation.
  • Update to ASM 6 beta to support Java 9 fully.

Byte Buddy 1.7.1

15 Jun 19:57

Choose a tag to compare

  • Added DiscoveryStrategy for redefinition to determine types to be redefined.
  • Changed Maven plugin to only warn of missing output directory which might be missing.
  • Added global circularity lock.
  • Removed sporadic use of Java util logging API.

Byte Buddy 1.7.0

14 May 21:07

Choose a tag to compare

  • Define names for automatic modules in Java 9.
  • Introduce property net.bytebuddy.nexus.disabled to allow disabling Nexus mechanism.
  • Do not use context ProtectionDomain when using Nexus class.
  • Normalize Advice class custom bindings via opening internally used OffsetMapping API. Remove CustomValue binding which is less powerful.
  • Do not group transient with volatile modifier.
  • Introduce MemberRemoval component for removing fields and/or methods.
  • Introduce first version for MemberSubstituion class for replacing field/method access.

Byte Buddy 1.6.14

26 Apr 18:58

Choose a tag to compare

  • Extended AgentBuilder listener API.
  • Added trivial RawMatcher.
  • Check modules for modifiability.
  • Adapt new Java 9 namespaces for modules.
  • Start external process for self-attachment if self-attachment is not allowed.

Byte Buddy 1.6.13

17 Apr 11:13

Choose a tag to compare

  • Explicit consistency check for stack map frame information in Advice.
  • Extended InstallationListener API.
  • Fixed stack size information on variable storage.