Generated by
JDiff

Class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator

Changed Methods
List<Advisor> findAdvisorsThatCanApply(List<Advisor>, Class<?>, String) Change in signature from (List<Advisor>, Class, String) to (List<Advisor>, Class<?>, String).
Search the given candidate Advisors to find all Advisors that can apply to the specified bean.
List<Advisor> findEligibleAdvisors(Class<?>, String) Change in signature from (Class, String) to (Class<?>, String).
Find all eligible Advisors for auto-proxying this class.
Object[] getAdvicesAndAdvisorsForBean(Class<?>, String, TargetSource) Change in signature from (Class, String, TargetSource) to (Class<?>, String, TargetSource).