Merge branch '6.1.x'

This commit is contained in:
Juergen Hoeller 2024-09-26 15:30:39 +02:00
commit 13b49d41c3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</bean>
<bean id="prototypeBenchmark" class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="target"><ref bean="prototypeTargetSource"/></property>
<property name="targetSource"><ref bean="prototypeTargetSource"/></property>
<property name="proxyInterfaces"><value>org.springframework.beans.factory.xml.DummyBo</value></property>
</bean>