diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 5314c82b..97f7747d 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -5,11 +5,22 @@ http://www.springsource.org/spring-gemfire Changes in version 1.4.5.RELEASE (2015-01-27) --------------------------------------------- +* SGF-369 - Fix Javadoc so that 1.4.x builds on Java 8. * SGF-367 - Release 1.4.5. +* SGF-362 - Upgrade to Spring Framework 3.2.13.RELEASE. +* SGF-352 - Change all Artifact Repository URLs to use HTTPS. +* SGF-349 - Upgrade to Spring Framework 3.2.12.RELEASE. +* SGF-346 - Enable LazyWiringDeclarableSupport-based GemFire components to be used inside both cache.xml and Spring config, especially in the context of GemFire 8's Cluster Configuration. +* SGF-343 - Optimize the SDG implementation of CrudRepository.save(Iterable enttiies) to use GemFire's Region.putAll(Map values) operation. +* SGF-337 - SDG's XML Schema (XSD) does not allow the developer to specify 'timeout' and 'action' values for CustomExpiry () on Region attributes. +* SGF-336 - Upgrade to Spring Framework 3.2.11.RELEASE. +* SGF-333 - The SpringContextBootstrappingInitializer needs to handle the case when it's init(:Properties) method maybe called more than once on initialization. +* SGF-330 - Add missing 'disk-synchronous' attribute to the element in the SDG XML namespace (XSD). +* SGF-328 - Add missing 'hostname-for-senders' attribute on the element in the SDG XML namespace (XSD). +* SGF-327 - Avoid setting null values with GemFire's Cache Region put(key, value) operation when GemFire is used as the caching provider in Spring's Cache Abstraction (@Cacheable). * SGF-317 - Improve GemfireCache implementation to be able to build on Spring 4.1. - Changes in version 1.6.0.M1 (2014-12-01) ---------------------------------------- * SGF-356 - local-region on client side. diff --git a/gradle.properties b/gradle.properties index 487da778..d97c6d63 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ antlrVersion=2.7.7 -slf4jVersion=1.7.10 -junitVersion=4.11 -gemfireVersion=7.0.2 -spring.range="[3.2.0, 4.0.0)" aspectjVersion=1.7.4 +gemfire.range="[6.5, 8.0)" +gemfireVersion=7.0.2 +hamcrestVersion=1.3 +jacksonVersion=1.9.12 +junitVersion=4.11 +log4jVersion=1.2.17 +mockitoVersion=1.9.5 +slf4jVersion=1.7.10 +spring.range="[3.2.0, 4.0.0)" springVersion=3.2.13.RELEASE springDataCommonsVersion=1.8.6.BUILD-SNAPSHOT -log4jVersion=1.2.17 -hamcrestVersion=1.3 version=1.4.6.BUILD-SNAPSHOT -jacksonVersion=1.9.12 -gemfire.range="[6.5, 8.0)" -mockitoVersion=1.9.5