Generated by
JDiff

Package org.springframework.context.support

Added Classes
GenericGroovyApplicationContext An org.springframework.context.ApplicationContext implementation that extends GenericApplicationContext and implements GroovyObject such that beans can be retrieved with the dot de-reference syntax instead of using .getBean.
 

Changed Classes
AbstractApplicationContext Abstract implementation of the org.springframework.context.ApplicationContext interface.
AbstractRefreshableApplicationContext Base class for org.springframework.context.ApplicationContext implementations which are supposed to support multiple calls to .refresh(), creating a new internal bean factory instance every time.
GenericXmlApplicationContext Convenient application context with built-in XML support.
PropertySourcesPlaceholderConfigurer Specialization of PlaceholderConfigurerSupport that resolves ${...} placeholders within bean definition property values and {@code @Value} annotations against the current Spring Environment and its set of PropertySources.
StaticApplicationContext org.springframework.context.ApplicationContext implementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.