mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e36b5e9b7e
Constructors have been added to both ContextLoader and ContextLoaderListener to support instance-based programmatic registration of listeners within ServletContainerInitializer implementations in Servlet 3.0+ environments, and more particularly when using Spring 3.1's WebApplicationInitializer SPI. Issue: SPR-7672