All Versions
263
Latest Version
Avg Release Cycle
65 days
Latest Release
15 days ago
Changelog History
Page 14
Changelog History
Page 14
-
v1.7.1 Changes
June 01, 2017- ➕ Added
DiscoveryStrategyfor 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.
- ➕ Added
-
v1.7.0 Changes
May 01, 2017- Define names for automatic modules in Java 9.
- Introduce property
net.bytebuddy.nexus.disabledto allow disablingNexusmechanism. - Do not use context
ProtectionDomainwhen usingNexusclass. - 🚚 Normalize
Adviceclass custom bindings via opening internally usedOffsetMappingAPI. RemoveCustomValuebinding which is less powerful. - Do not group
transientwithvolatilemodifier. - Introduce
MemberRemovalcomponent for removing fields and/or methods. - Introduce first version for
MemberSubstituionclass for replacing field/method access.
-
v1.6.14 Changes
April 01, 2017- Extended
AgentBuilderlistener 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.
- Extended
-
v1.6.13 Changes
April 01, 2017- Explicit consistency check for stack map frame information in
Advice. - Extended
InstallationListenerAPI. - 🛠 Fixed stack size information on variable storage.
- Explicit consistency check for stack map frame information in
-
v1.6.12 Changes
March 01, 2017- ➕ Add
InstallationListenerin favor ofInstallationStrategyand 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
ClassFileTransformerin 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
ByteBuddyAgentAPI. - 🛠 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
Resubmitterto a DSL-step within the redefinition configuration. - ➕ Added additional element matchers.
- 🔨 Refactored