All Versions
249
Latest Version
Avg Release Cycle
17 days
Latest Release
541 days ago

Changelog History
Page 3

  • v1.11.22 Changes

    October 01, 2021
    • Remove automatic frame padding mechanism in favor of explicit NOP instruction after injected blocks.
  • v1.11.21 Changes

    October 01, 2021
    • ๐Ÿ‘ Allow Advice.PostProcessor to emitt frames.
    • โž• Add possibility for Advice.AssignReturned to suppress exceptions.
    • โž• Add frame when rebasing constructors to avoid breakage if frames are assumed prior to super constructor call.
  • v1.11.20 Changes

    October 01, 2021
    • โž• Add option for AsScalar annotation to assign default value instead of ignoring it.
    • Add transform-runtime goal to Byte Buddy Mojo to allow for running plugins with runtime class path included.
  • v1.11.19 Changes

    October 01, 2021
    • โž• Add Advice.AssignReturned post processor to allow for assigning values from Advice that uses delegation rather than inlining.
    • ๐Ÿ‘ Allow for declaring Advice.Local values from both enter and exit advice.
    • โž• Add option for using runtime class path rather than only compile scope from Byte Buddy Maven plugin.
    • Avoid loading of annotation proxies within Byte Buddy's internal API.
    • โž• Add plugin to add Java Repeatable annotations without requiring a JDK 8+.
  • v1.11.18 Changes

    September 01, 2021
    • Avoid binary incompatibility due to signature change by reintroducing method overload.
    • ๐Ÿ”Œ Use plugin to add annotations for dispatcher methods to avoid breakage when using obfuscators.
  • v1.11.17 Changes

    September 01, 2021
    • ๐Ÿ‘ Better error message upon attachment failure due to overridden attach socket.
    • Retain label order for instructions in Advice to avoid incorrect offsets in stack map frames.
    • ๐Ÿ”„ Change MethodGraph.Compiler API to accept generic types.
    • โž• Add plugin to add Proxied annotations to all proxied methods of a dispatcher. This avoids problems in obfuscators.
    • ๐Ÿ›  Fix resolution of type initializer in a Nexus.
  • v1.11.16 Changes

    September 01, 2021
    • 0๏ธโƒฃ Avoid naming conflicts when adding super and default method delegation for the same method using MethodDelegation.
    • ๐Ÿ›  Fix module visibility for Invoker to avoid breakage if Byte Buddy is shaded into another module with different package exports.
  • v1.11.15 Changes

    September 01, 2021
    • Add net.bytebuddy prefix to Byte Buddy specific privileges.
    • Rework JavaDispatcher to require specific privilege but use Byte Buddy's protection domain for dispatchers, once acquired.
  • v1.11.14 Changes

    August 01, 2021
    • Adjust InvocationHandlerAdapter to use null for methods without parameters as specified by contract.
    • Offer option to use null for MethodDelegation and Advice if method has no parameters.
    • โž• Add method to seal unsealed class loaders after the fact.
    • ๐Ÿ”’ Use correct type for resolving security manager method in ByteBuddyAgent.
  • v1.11.13 Changes

    August 01, 2021
    • Introduce warmUp to further avoid circularities when using AgentBuilder.
    • Fix ignore matcher of AgentBuilder to include jdk.internal.reflect package by default.