All Versions
249
Latest Version
Avg Release Cycle
17 days
Latest Release
992 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v1.9.12 Changes
March 26, 2019- ๐ Fixed stack map frame generation during constructor advice.
- ๐ Improves frame generation for cropping-capable frames.
-
v1.9.11 Changes
March 21, 2019- โ Remove field reference in injected class due to possibility of loading Byte Buddy on the boot loader.
- โก๏ธ Updated to ASM 7.1.
- ๐ Fix unsafe injection on Java 12/13.
-
v1.9.10 Changes
February 11, 2019- ๐ Fixed
ByteArrayClassLoader
when used from boot class loader. - ๐ Fixed shading to include ASM class required during renaming.
- ๐ Fixed
-
v1.9.9 Changes
February 04, 2019- ๐ Properly interrupt resubmission process in agent builder.
- ๐ Fix visibility checks for nest mates.
-
v1.9.8 Changes
January 24, 2019- Extend
MethodCall
to allow for loading target fromStackManipulation
. - ๐ Allow for injection into
MultipleParentClassLoader
. - ๐ Performance improvement on array creation.
- ๐ Allow for custom strategy for visibility bridge creation.
- Extend
-
v1.9.7 Changes
January 12, 2019- Retain native modifier when defining a method without method body.
- ๐ Allow appending class loader to multiple parent class loader with hierarchy check.
- โ Add support for Java 13.
- Extend experimental property to allow for detection of unknown versions.
-
v1.9.6 Changes
December 01, 2018- โ Add the JVM extension / platform class loaders to the default excludes for the
AgentBuilder
. - ๐จ Refactor
MethodCall
to better reuse intermediates. This implies some API changes in the customization API. - โ Add hook to
AgentBuilder
to customize class file transformer.
- โ Add the JVM extension / platform class loaders to the default excludes for the
-
v1.9.5 Changes
November 01, 2018- ๐ Fixed lookup injection for classes in the default package in Java 9.
-
v1.9.4 Changes
November 01, 2018- โ Add API for explicit field access from
FieldAccessor
. - ๐ Fix stack size adjustment for custom
MemberSubstitution
s. - ๐ Performance improvement for classes with many methods.
- โ Add API for explicit field access from
-
v1.9.3 Changes
October 01, 2018- โก๏ธ Update to ASM 7.0 final
- ๐ Improve field setting capabilities of
FieldAccessor
andMethodCall
.