All Versions
249
Latest Version
Avg Release Cycle
17 days
Latest Release
336 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v1.8.5 Changes
April 01, 2018- ๐ Release with
equals
andhashCode
methods being generated based on the fixes in the previous version.
- ๐ Release with
-
v1.8.4 Changes
April 01, 2018- Only open ASM if this is specified via the boolean property
net.bytebuddy.experimental
. - ๐ Fix resolution of invoking methods of
Object
on interfaces to not specialize on the interface type. The latter is also failing verification on Android. - ๐ Several performance improvements.
- 0๏ธโฃ Do no longer use unsafe injection as a default class loading strategy.
- Only open ASM if this is specified via the boolean property
-
v1.8.3 Changes
March 01, 2018- ๐ Allow Java 11 classes by opening ASM.
- โ Remove Lombok and add methods using Byte Buddy plugin.
-
v1.8.2 Changes
March 01, 2018- โฌ๏ธ Reduce log output for Gradle and Maven plugin.
- ๐ Fix class check in
EqualsMethod
.
-
v1.8.1 Changes
March 01, 2018- โ Add implementations for
HashCodeMethod
,EqualsMethod
andToStringMethod
including build tool plugins. - ๐จ Refactor handling of stack map frame translation within
Advice
to allow for handling of methods with inconsistent stack map frames if the method arguments are copied. - 0๏ธโฃ Make argument copying the default choice if exit advice is enabled.
- ๐ Fix a bug in parameter annotation computation within
Advice
. - โก๏ธ Update to ASM 6.1.1.
- โ Add implementations for
-
v1.8.0 Changes
March 01, 2018- ๐จ Refactored
Advice
argument handling to be controlled by a dedicated structure. - โ Added basic logic for argument copying in
Advice
. - ๐ Fix performance degradation for cached fields.
- โ Add support for Java 10 and preliminary support for Java 11.
- ๐จ Refactored
-
v1.7.11 Changes
March 01, 2018- ๐ Fix Maven and Gradle plugins to resolve correct class file version.
- โ Add method to
ClassReloadingStrategy
to allow specification of explicit redefinition strategy. Change default redefinition strategy. - ๐ Improve stack map frame validation in
Advice
. - ๐ Fix type resolution for virtual calls in
MemberSubstitution
.
-
v1.7.10 Changes
February 01, 2018- ๐ Fixes self-attachment on Java 9+ on Windows.
- Check for non-accessibility on
MethodCall
. - ๐ Change static proxy fields to be
volatile
. - ๐ Do not copy security-related meta-data on jar file copying.
- Guard resolution of annotations for methods with synthetic parameters.
- Forbid skipping code in constructors for
Advice
. - โ Added constructor strategy for defining a default constructor that invokes a non-default constructor.
- ๐ Improve performance of accessor methods and cache fields by reducing use of
String::format
.
-
v1.7.9 Changes
November 01, 2017- ๐ Fixes
RAW_TYPES
mode for loaded types where properties were resolved incorrectly. - โ Adds support for Java 10 version number.
- ๐ Fixes
-
v1.7.8 Changes
October 01, 2017- โ Added property
net.bytebuddy.raw
to allow for suppress generic type navigation.
- โ Added property