mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 17:09:05 +00:00
Apply array editor to collection of same element type as well
Closes gh-24845
This commit is contained in:
+1
@@ -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