From b8b691810456357a0789f1fb030aeeecbb58064a Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 28 Jan 2015 17:25:39 -0800 Subject: [PATCH] SGF-368 - Updated changelog. --- docs/src/info/changelog.txt | 18 +++++++++++++++++- gradle.properties | 18 +++++++++--------- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 8619a299..718b9ab0 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -6,17 +6,33 @@ http://www.springsource.org/spring-gemfire Changes in version 1.5.2.RELEASE (2015-01-28) --------------------------------------------- * SGF-368 - Release 1.5.2. +* SGF-366 - Unable to create local-only, client-based Region Indexes using SDG's and corresponding IndexFactoryBean functionality. +* SGF-363 - Upgrade to Spring Framework 4.0.9.RELEASE. * SGF-360 - Failures in SubRegionNamespaceTests when built with Java 8. +* SGF-358 - Enhance SDG's Function annotation support to allow strongly-typed arguments in the context of PDX even when read-serialized is set to true. * SGF-354 - SimpleGemfireRepository.deleteAll that supports transactions. +* SGF-352 - Change all Artifact Repository URLs to use HTTPS. +* SGF-348 - Upgrade to Spring Framework 4.0.8.RELEASE. 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 589ae82c..b427b251 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ antlrVersion=2.7.7 -slf4jVersion=1.7.6 -junitVersion=4.11 -gemfireVersion=7.0.2 -spring.range="[4.0.0, 5.0.0)" aspectjVersion=1.8.2 -springDataBuildVersion=1.5.3.BUILD-SNAPSHOT -springVersion=4.0.9.RELEASE -springDataCommonsVersion=1.9.3.BUILD-SNAPSHOT -log4jVersion=1.2.17 +gemfireVersion=7.0.2 hamcrestVersion=1.3 -version=1.5.3.BUILD-SNAPSHOT jacksonVersion=1.9.12 +junitVersion=4.11 +log4jVersion=1.2.17 mockitoVersion=1.9.5 +slf4jVersion=1.7.6 +spring.range="[4.0.0, 5.0.0)" +springVersion=4.0.9.RELEASE +springDataBuildVersion=1.5.3.BUILD-SNAPSHOT +springDataCommonsVersion=1.9.3.BUILD-SNAPSHOT +version=1.5.3.BUILD-SNAPSHOT