-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Mark Pollack opened SPR-7792 and commented
It is very difficult to override any behavior on AnnotationMethodHandlerAdapter with a subclass. This class should be more open to extension and automatic configuration in the namespace.
Avoiding the use of the namespace the registration of a custom AnnotationMethodHandlerAdapter is also complicated by the fact that other parts of the framework need to be configured when the HandlerAdapter changes. These are typically done by the namespace handler for mvc, but as one can't register a custom HandlerAdapter in the namespace, one has to duplicate that non obvious configuration.
for cut-n-paste extension of AnnotationMethodHandlerAdapter that I had created and its registration is done in
Affects: 3.0 GA
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement