Generated by
JDiff

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

Removed Classes
CorsConfigurer Assist with the registration of CorsConfiguration mapped to one or more path patterns.
 

Added Classes
CorsRegistry {@code CorsRegistry} assists with the registration of CorsConfiguration mapped to a path pattern.
 

Changed Classes and Interfaces
CorsRegistration {@code CorsRegistration} assists with the creation of a CorsConfiguration instance mapped to a path pattern.
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.