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

Changelog History
Page 13

  • v1.6.12 Changes

    March 01, 2017
    • โž• Add InstallationListener in favor of InstallationStrategy and allow resubmission strategy to hook into it in order to cancel submitted jobs.
  • v1.6.11 Changes

    March 01, 2017
    • ๐Ÿ›  Fix modifier adjustment for visibility bridges (did not work last time)
    • โž• Added class injector for Java 9 handle class definition.
  • v1.6.10 Changes

    March 01, 2017
    • ๐Ÿ‘ Allow installation of ClassFileTransformer in byte array class loader.
    • Adjust visibility for bridge methods.
  • v1.6.9 Changes

    February 01, 2017
    • 0๏ธโƒฃ Properly add visibility bridges for default methods.
    • โž• Added matcher for unresolvable types.
    • ๐Ÿ‘Œ Improved ByteBuddyAgent API.
    • ๐Ÿ›  Fixed Gradle and Maven plugin path resolution.
  • v1.6.8 Changes

    February 01, 2017
    • ๐ŸŒฒ Avoid logging on empty resubmission.
    • Retain actual modifiers on frozen instrumented type.
  • v1.6.7 Changes

    January 01, 2017
    • ๐Ÿ”จ Refactored Resubmitter to a DSL-step within the redefinition configuration.
    • โž• Added additional element matchers.
  • v1.6.6 Changes

    January 01, 2017
    • ๐Ÿ›  Fixed computation of modifiers for rebased method in native state.
  • v1.6.5 Changes

    January 01, 2017
    • ๐Ÿ‘Œ 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.
  • v1.6.4 Changes

    January 01, 2017
    • ๐Ÿ”จ Refactored super type visitors to always be lazy until generic properties are required to be resolved.
    • 0๏ธโƒฃ Apply proper raw type resolution. Made default method graph compiler reify generic types to compute correct bridges.
  • v1.6.3 Changes

    January 01, 2017
    • ๐Ÿ‘Œ Improved Resubmitter configuration.
    • โž• Added AgentBuilder.Transformation.ForAdvice to allow for simple creation of Advice classes from Java agents.