Apply array editor to collection of same element type as well
Closes gh-24845
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
<bean name="service" class="org.springframework.context.support.Service">
|
||||
<property name="resources" value="/org/springframework/context/support/test/context*.xml"/>
|
||||
<property name="resourceSet" value="/org/springframework/context/support/test/context*.xml"/>
|
||||
</bean>
|
||||
|
||||
<bean name="service2" class="org.springframework.context.support.Service" autowire="byName" depends-on="service">
|
||||
|
||||
Reference in New Issue
Block a user