Generated by
JDiff

Class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator

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

Changed Methods
int getOrder() Method was locally defined, but is now inherited from ProxyProcessorSupport. Change from final to non-final.
 
boolean isConfigurationCallbackInterface(Class<?>) Method was locally defined, but is now inherited from ProxyProcessorSupport. Determine whether the given interface is just a container callback and therefore not to be considered as a reasonable proxy interface.
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. Change from final to non-final.
Set the ordering which will apply to this class's implementation of Ordered, used when applying multiple processors.
void setProxyClassLoader(ClassLoader) Method was locally defined, but is now inherited from ProxyProcessorSupport. Set the ClassLoader to generate the proxy class in.