Skip to content

Commit

Permalink
Fix TargetSource setup for valid proxy interface specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Sep 26, 2024
1 parent f2b5222 commit 26054d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 26054d1

Please sign in to comment.