Generated by
JDiff

Package org.springframework.context.support

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.
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.