You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.