spring-boot/spring-boot-project/spring-boot-autoconfigure
Phillip Webb 9cb5f3da89 Create DynamicRegistrationBean
Extract functionality from the `RegistrationBean` into a new class
designed to work with dynamic registration. Servet and Filter
registration beans now extend from `DynaimcRegistrationBean`, where as
`ServletListenerRegistrationBean` extends directly from
`RegistrationBean`.

This refactor allows the removal of `ServletListenerRegistrationBean`
deprecated methods.

Fixes gh-11344
2018-01-08 22:05:00 -08:00
..
src Create DynamicRegistrationBean 2018-01-08 22:05:00 -08:00
pom.xml Polish 2018-01-08 15:19:06 -08:00