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.
ReloadableResourceBundleMessageSource Spring-specific org.springframework.context.MessageSource implementation that accesses resource bundles using specified basenames, participating in the Spring org.springframework.context.ApplicationContext's resource loading.
ResourceBundleMessageSource org.springframework.context.MessageSource implementation that accesses resource bundles using specified basenames.