Generated by
JDiff

Package org.springframework.context.support

Added Classes and Interfaces
LiveBeansView Adapter for live beans view exposure, building a snapshot of current beans and their dependencies from either a local {@code ApplicationContext} (with a local {@code LiveBeansView} bean definition) or all registered ApplicationContexts (driven by the {@value #MBEAN_DOMAIN_PROPERTY_NAME} environment property).
LiveBeansViewMBean MBean operation interface for the LiveBeansView feature.
 

Changed Classes
AbstractApplicationContext Abstract implementation of the org.springframework.context.ApplicationContext interface.
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.