Skip to content

Commit d985eeb

Browse files
committed
Fix compatibility with the latest SD Gemfire
https://build.spring.io/browse/INT-MASTER-1021
1 parent 4bf8379 commit d985eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-gemfire/src/test/java/org/springframework/integration/gemfire/inbound/CqInboundChannelAdapterTests-context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
pool-name="client-pool" data-policy="EMPTY" />
3131

3232
<gfe:cq-listener-container id="queryListenerContainer"
33-
cache="client-cache" />
33+
cache="client-cache" pool-name="client-pool"/>
3434

3535
<int-gfe:cq-inbound-channel-adapter id="withDurable"
3636
cq-listener-container="queryListenerContainer" query="select * from /test"

0 commit comments

Comments
 (0)