All Versions
265
Latest Version
Avg Release Cycle
65 days
Latest Release
66 days ago
Changelog History
Page 22
Changelog History
Page 22
-
v1.3.7 Changes
April 01, 2016- ๐ Fixed bug when returning from an
Adviceexit method without return value and accessing@Advice.Thrown. - โ Added additional annotations for advice
@Advice.Ignoredand@Advice.Origin. - Implemented frame translator for
Advicemethod to reuse existing frame information instead of recomputing it.
- ๐ Fixed bug when returning from an
-
v1.3.6 Changes
April 01, 2016- Implemented universal
FieldLocator. - Extended
AgentBuilderAPI to allow for more flexible matching and ignoring types.
- Implemented universal
-
v1.3.5 Changes
- โ Added
Advice.FieldValueannotation for reading fields from advice.
- โ Added
-
v1.3.4 Changes
March 01, 2016- โ Added support for new Java 9 version scheme.
-
v1.3.3 Changes
March 01, 2016- โ Added hierarchical notation to default
TypePool.
- โ Added hierarchical notation to default
-
v1.3.2 Changes
March 01, 2016- โ Added possibility to suppress
Throwablefrom advice methods when using theAdviceinstrumentation.
- โ Added possibility to suppress
-
v1.3.1 Changes
March 01, 2016- โ Added possibility to use contravariant parameters within the
Adviceadapter for ASM.
- โ Added possibility to use contravariant parameters within the
-
v1.3.0 Changes
March 01, 2016- โ Added
Adviceadapter for ASM. - ๐ Fixed
AsmVisitorWrapperregistration to be stacked instead of replacing a previous value. - โ Added validation for setting field default values what can only be done for
staticfields. Clarified javadoc. - ๐ Fixed attach functionality to work properly on IBM's J9.
- โ Added
-
v1.2.3 Changes
February 01, 2016- ๐ Fixed return type resolution for overloaded bridge method.
-
v1.2.2 Changes
February 01, 2016- ๐ Fixed redefinition strategy for
AgentBuilderwhere transformations were applied twice. - โ Added
ClassLoaderas a third argument for theAgentBuilder.Transformer.
- ๐ Fixed redefinition strategy for