Leniently allow constructor argument matches if required name is not resolvable
Issue: SPR-13987
This commit is contained in:
@@ -231,4 +231,8 @@
|
||||
<constructor-arg name="initialValue" value="1"/>
|
||||
</bean>
|
||||
|
||||
<bean id="constructorUnresolvableNameWithIndex" class="java.util.concurrent.atomic.AtomicInteger" scope="prototype">
|
||||
<constructor-arg index="0" name="initialValue" value="1"/>
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user