Generated by
JDiff

Package org.springframework.web.servlet.config.annotation

Added Classes
PathMatchConfigurer Helps with configuring org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping path matching options such as trailing slash match, suffix registration or path matcher/helper.
 

Changed Classes and Interfaces
DelegatingWebMvcConfiguration A sub-class of {@code WebMvcConfigurationSupport} that detects and delegates to all beans of type WebMvcConfigurer allowing them to customize the configuration provided by {@code WebMvcConfigurationSupport}.
WebMvcConfigurationSupport This is the main class providing the configuration behind the MVC Java config.
WebMvcConfigurer Defines callback methods to customize the Java-based configuration for Spring MVC enabled via {@code @EnableWebMvc}.
WebMvcConfigurerAdapter An implementation of WebMvcConfigurer with empty methods allowing sub-classes to override only the methods they're interested in.