Generated by
JDiff

Package org.springframework.web.context.support

Removed Classes
ServletContextFactoryBean FactoryBean that exposes the ServletContext for bean references.
 

Changed Classes
AnnotationConfigWebApplicationContext WebApplicationContext implementation which accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using {@code javax.inject} annotations.
ServletContextAwareProcessor org.springframework.beans.factory.config.BeanPostProcessor implementation that passes the ServletContext to beans that implement the ServletContextAware interface.