-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
AnnotatedBeanDefinitionReader
should respect @Fallback
qualifier analogous to @Primary
#33533
Conversation
Hi, I think the code is not redundant. You will be right if someone use the method
|
Thanks for point out, It seems not covered by tests, I will add tests instead. |
setPrimary(true)
and wrong setLazyInit(true)
Fallback.class
qualifier as same as Primary.class
2186810
to
58db79e
Compare
@quaff this looks good to me. Just one glitch: |
Fallback.class
qualifier as same as Primary.class
AnnotatedBeanDefinitionReader
should respect @Fallback
qualifier analogous to @Primary
My mistake, fixed now. |
…ogous to @primary Also add tests to cover qualifier classes.
Also add tests to cover qualifier classes.