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:
Artem Bilan
2014-05-21 09:03:24 +03:00
committed by Gary Russell
parent 1cc8d8c7f1
commit 4c89d21195
4 changed files with 13 additions and 14 deletions

View File

@@ -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" />