INT-3403: Upgrade Spring IO Dependencies
JIRA: https://jira.spring.io/browse/INT-3403 * Upgrade to Gradle 1.12 * Make `schemaZip` Windows compatible INT-3403: Fix the `replaceAll` logic INT-3403: Apply SS & SWS releases
This commit is contained in:
committed by
Gary Russell
parent
1cc8d8c7f1
commit
4c89d21195
@@ -14,9 +14,8 @@
|
||||
|
||||
<bean id="connectionFactory" class="org.springframework.data.redis.connection.jedis.JedisConnectionFactory">
|
||||
<property name="port" value="#{T(org.springframework.integration.redis.rules.RedisAvailableRule).REDIS_PORT}"/>
|
||||
<!--TODO until SD-Redis will fix the TX support issue-->
|
||||
<property name="usePool" value="false"/>
|
||||
</bean>
|
||||
|
||||
<bean id="redisLockRegistry" class="org.springframework.integration.redis.util.RedisLockRegistry">
|
||||
<constructor-arg ref="connectionFactory"/>
|
||||
<constructor-arg value="aggregatorWithRedisLocksTests" />
|
||||
|
||||
Reference in New Issue
Block a user