Releases: raphw/byte-buddy
Releases · raphw/byte-buddy
Byte Buddy 1.6.12
- Add
InstallationListenerin favor ofInstallationStrategyand allow resubmission strategy to hook into it in order to cancel submitted jobs.
Byte Buddy 1.6.11
- 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
- Allow installation of
ClassFileTransformerin byte array class loader. - Adjust visibility for bridge methods.
Byte Buddy 1.6.9
- Properly add visibility bridges for default methods.
- Added matcher for unresolvable types.
- Improved
ByteBuddyAgentAPI. - Fixed Gradle and Maven plugin path resolution.
Byte Buddy 1.6.8
- Avoid logging on empty resubmission.
- Retain actual modifiers on frozen instrumented type.
Byte Buddy 1.6.7
- Refactored
Resubmitterto a DSL-step within the redefinition configuration. - Added additional element matchers.
Byte Buddy 1.6.6
- Fixed computation of modifiers for rebased method in native state.
Byte Buddy 1.6.5
- 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
- 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
- Improved
Resubmitterconfiguration. - Added
AgentBuilder.Transformation.ForAdviceto allow for simple creation ofAdviceclasses from Java agents.