Correct conversion from Resource[] with length 1 to Collection<Resource>
Fix GH-31693
This commit is contained in:
committed by
Juergen Hoeller
parent
4a6c3e8f5d
commit
feef98b73c
@@ -24,6 +24,11 @@
|
||||
<property name="resources" value="/org/springframework/context/support/test/context*.xml"/>
|
||||
</bean>
|
||||
|
||||
<bean name="service3" class="org.springframework.context.support.Service">
|
||||
<property name="resources" value="/org/springframework/context/support/test/contextA.xml"/>
|
||||
<property name="resourceSet" value="/org/springframework/context/support/test/contextA.xml"/>
|
||||
</bean>
|
||||
|
||||
<bean name="autowiredService" class="org.springframework.context.support.AutowiredService" autowire="byName"/>
|
||||
|
||||
<bean name="autowiredService2" class="org.springframework.context.support.AutowiredService" autowire="byType"/>
|
||||
|
||||
Reference in New Issue
Block a user