I recently upgraded to spring 3.2 and noticed that AnnotationMethodHandlerAdapter had been deprecated in favor of RequestMappingHandlerAdapter. So I r
AnnotationMethodHandlerAdapter
RequestMappingHandlerAdapter
Use "" in the spring configuration file instead of writing your own implementation of WebMvcConfigurationSupport
example