Generated by
JDiff

Class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory

Changed Methods
Object applyBeanPostProcessorsBeforeInstantiation(Class<?>, String) Change in exceptions thrown from org.springframework.beans.BeansException to no exceptions.
Apply InstantiationAwareBeanPostProcessors to the specified bean definition (by class and name), invoking their {@code postProcessBeforeInstantiation} methods.
void applyMergedBeanDefinitionPostProcessors(RootBeanDefinition, Class<?>, String) Change in exceptions thrown from org.springframework.beans.BeansException to no exceptions.
Apply MergedBeanDefinitionPostProcessors to the specified bean definition, invoking their {@code postProcessMergedBeanDefinition} methods.
Object doCreateBean(String, RootBeanDefinition, Object[]) Change in exceptions thrown from no exceptions to org.springframework.beans.factory.BeanCreationException.
Actually create the specified bean.