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
Since 4.3's revision of the collection/array matching algorithm, a NoSuchBeanDefinitionException may get thrown with a undesirable reference to internal array class names instead of a proper ClassUtils.getQualifiedName representation.
Also, the primary type may get mentioned twice in the exception message which we should streamline towards a simpler message.
Uh oh!
There was an error while loading. Please reload this page.
Juergen Hoeller opened SPR-14595 and commented
Since 4.3's revision of the collection/array matching algorithm, a
NoSuchBeanDefinitionException
may get thrown with a undesirable reference to internal array class names instead of a properClassUtils.getQualifiedName
representation.Also, the primary type may get mentioned twice in the exception message which we should streamline towards a simpler message.
Affects: 4.3.2, 5.0 M1
Issue Links:
@Autowired
does not work for target bean of type CollectionReferenced from: commits 022b013, 7b11fa1
The text was updated successfully, but these errors were encountered: