-
Notifications
You must be signed in to change notification settings - Fork 40.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-configure HandlerMethodArgumentResolvers on AnnotatedControllerConfigurer #40393
Auto-configure HandlerMethodArgumentResolvers on AnnotatedControllerConfigurer #40393
Conversation
I see that the build fails on a missing |
@maxhov I'm afraid we'll probably not get this into 3.3 since we just cut RC1, but feel free to use that as the |
Why not auto-configure HandlerMethodArgumentResolver beans on that component in the existing configuration? To me customizers are useful when lots of options exist and when applications want to contribute several. |
@bclozel I chose this approach because it is also used for |
The I think that as a first step, we should consider |
@bclozel I am not sure I understand. Registering either Maybe exposing more methods on the |
@maxhov Yes please! Let us know if you have some time for this or we will take care of it. |
…trollerConfigurer
13d3b7a
to
5a0c263
Compare
Thanks @maxhov for your contribution, this will be released with our next milestone. |
Allows configuring
HandlerMethodArgumentResolver
beans onAnnotatedControllerConfigurer
.