Rossen Stoyanchev opened SPR-8234 and commented
- MVC namespace to accept both existing and new interfaces wrapping existing interfaces with adapters
- RequestMappingHandlerMethodAdapter and RequestMappingHandlerMethodExceptionResolver to accept custom resolvers and handlers in the new interfaces only - i.e. HandlerMethodArgumentResolvers and HandlerMethodReturnValueHandlers
- A property to support custom ModelAndViewResolvers is still required since those can not be adapted and can only be invoked at the end (i.e. when no other HandlerMethodReturnValueHandlers supports the return value type) by the DefaultMethodReturnValueHandler.
Affects: 3.1 M1
This issue is a sub-task of #12864
Referenced from: commits 23e37b6, 313546a