All Versions
249
Latest Version
Avg Release Cycle
17 days
Latest Release
869 days ago
Changelog History
Page 13
Changelog History
Page 13
-
v1.6.12 Changes
March 01, 2017- โ Add
InstallationListener
in favor ofInstallationStrategy
and allow resubmission strategy to hook into it in order to cancel submitted jobs.
- โ Add
-
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.
- ๐ Allow installation of
-
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.
- ๐จ Refactored
-
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 ofAdvice
classes from Java agents.
- ๐ Improved