You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
And a BeanDefinition where the target type is set to MyBean with a beanClass set to MyFactory. The algorithm currently uses the target type as the primary candidate, falling back to the beanClass if necessary.
In the case of a factory method, this is wrong and we should improve the logic to consider the beanClass use case.
The text was updated successfully, but these errors were encountered:
Consider the following example:
And a
BeanDefinition
where the target type is set toMyBean
with abeanClass
set toMyFactory
. The algorithm currently uses the target type as the primary candidate, falling back to the beanClass if necessary.In the case of a factory method, this is wrong and we should improve the logic to consider the beanClass use case.
The text was updated successfully, but these errors were encountered: