Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter

Added Methods
void setCallableInterceptors(List<CallableProcessingInterceptor>) Configure {@code CallableProcessingInterceptor}'s to register on async requests.
void setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor>) Configure {@code DeferredResultProcessingInterceptor}'s to register on async requests.
 

Changed Methods
void setTaskExecutor(AsyncTaskExecutor) Documentation changed from old to new.
Set the default AsyncTaskExecutor to use when a controller method return a Callable.