Generated by
JDiff

Class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor

The superclass changed from org.springframework.aop.framework.ProxyConfig to org.springframework.aop.framework.ProxyProcessorSupport.
Removed interfaces org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.core.Ordered.

Changed Methods
int getOrder() Method was locally defined, but is now inherited from ProxyProcessorSupport.  
void setBeanClassLoader(ClassLoader) Method was locally defined, but is now inherited from ProxyProcessorSupport.  
void setOrder(int) Method was locally defined, but is now inherited from ProxyProcessorSupport. Set the ordering which will apply to this class's implementation of Ordered, used when applying multiple processors.