Skip to content

Commit

Permalink
Fix JPA test XML configs for latest Mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 20, 2022
1 parent 097d3e5 commit 30c0ea2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<int:channel id="out"/>

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

<int-jpa:inbound-channel-adapter id="jpaInboundChannelAdapter1"
Expand Down

0 comments on commit 30c0ea2

Please sign in to comment.