Byte Buddy v0.5 Release Notes

Release Date: 2014-12-01 // over 9 years ago
    • ➕ Added the DeclaringTypeResolver as a component in the default chain which selects the most specific method out of two. This is mainly meant to avoid the accidental matching of the methods that are declared by the Object type.
    • ➕ Added TypeInitializers in order to allow Instrumentations to define type initializer blocks.
    • Replaced the MethodMatcher API with the ElementMatcher API which allows for a more sophisticated matching DSL.
    • ➕ Added a ClassLoadingStrategy for Android in its own module.
    • Introduced an AgentBuilder API and implementation.