Fix JPA test XML configs for latest Mockito
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
<int:channel id="out"/>
|
<int:channel id="out"/>
|
||||||
|
|
||||||
<bean id="jpaParameterSource" class="org.mockito.Mockito" factory-method="mock">
|
<bean id="jpaParameterSource" class="org.mockito.Mockito" factory-method="mock">
|
||||||
<constructor-arg value="org.springframework.integration.jpa.support.parametersource.ParameterSource"/>
|
<constructor-arg value="org.springframework.integration.jpa.support.parametersource.ParameterSource"
|
||||||
|
type="java.lang.Class"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<int-jpa:inbound-channel-adapter id="jpaInboundChannelAdapter1"
|
<int-jpa:inbound-channel-adapter id="jpaInboundChannelAdapter1"
|
||||||
|
|||||||
Reference in New Issue
Block a user