Apply array editor to collection of same element type as well

Closes gh-24845
This commit is contained in:
Juergen Hoeller
2023-08-03 17:55:54 +02:00
parent c3e18bc173
commit 84b3335e71
5 changed files with 43 additions and 19 deletions

View File

@@ -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">