mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
610fa618aa
It should be possible to progress from extending WebMvcConfigurerAdapter (w/ @EnableWebMvc) to extending WebMvcConfigurationSupport directly, to extending DelegatingWebMvcConfigurationSupport. This change makes that possible.