Generated by
JDiff

Class org.springframework.test.context.support.DelegatingSmartContextLoader

The superclass changed from java.lang.Object to org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.
Removed interface org.springframework.test.context.SmartContextLoader.
Documentation changed from old to new.

Removed Methods
ApplicationContext loadContext(String[]) {@code DelegatingSmartContextLoader} does not support the } method.
ApplicationContext loadContext(MergedContextConfiguration) Delegates to an appropriate candidate {@code SmartContextLoader} to load an ApplicationContext.
 

Added Methods
SmartContextLoader getAnnotationConfigLoader()  
SmartContextLoader getXmlLoader()  
 

Changed Methods
void processContextConfiguration(ContextConfigurationAttributes) Documentation changed from old to new.
Method was locally defined, but is now inherited from AbstractDelegatingSmartContextLoader.
Delegates to candidate {@code SmartContextLoaders} to process the supplied ContextConfigurationAttributes.
String[] processLocations(Class<?>, String[]) Documentation changed from old to new.
Method was locally defined, but is now inherited from AbstractDelegatingSmartContextLoader. Change from non-final to final.
{@code AbstractDelegatingSmartContextLoader} does not support the ContextLoader.processLocations(Class, String...) method.