Generated by
JDiff

Package org.springframework.web.context.support

Removed Classes
JacksonObjectMapperFactoryBean A FactoryBean for creating a Jackson ObjectMapper with setters to enable or disable Jackson features from within XML configuration.
 

Added Classes
LiveBeansViewServlet Servlet variant of LiveBeansView's MBean exposure.
ServletContextLiveBeansView LiveBeansView subclass which looks for all ApplicationContexts in the web application, as exposed in ServletContext attributes.
 

Changed Classes
AbstractRefreshableWebApplicationContext org.springframework.context.support.AbstractRefreshableApplicationContext subclass which implements the org.springframework.web.context.ConfigurableWebApplicationContext interface for web environments.
GenericWebApplicationContext Subclass of GenericApplicationContext, suitable for web environments.
WebApplicationContextUtils Convenience methods for retrieving the root org.springframework.web.context.WebApplicationContext for a given ServletContext.