From 72f606a0be2869879db3da9b9c18d17d84eb26aa Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 3 Apr 2014 18:17:04 -0700 Subject: [PATCH] Updated the changelog.txt file with changes/improvements for the SDG 1.3.4 RELEASE. --- docs/src/info/changelog.txt | 15 +++++++++++++++ gradle.properties | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 4bb943ca..2e097d15 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -2,6 +2,21 @@ SPRING DATA GEMFIRE CHANGELOG ============================= http://www.springsource.org/spring-gemfire +Changes in Version 1.3.4 (2014-04-04) +------------------------------------- +General + * This is a maintenance/patch release to address bugs and other minor improvements. +Bugs + * [SGF-235] - NPE in DefaultFunctionArgumentResolver.resolveFunctionArguments(30) when a Function has no arguments and none are provided. + * [SGF-238] - "jndi-prop" is not parced correctly. + * [SGF-239] - The value "XaPooledDataSource" of jndi-binding "type" attribute should be changed to "XAPooledDataSource". + * [SGF-240] - XML schema type restrictions should be avoided in order to support placeholders (al types should be xs:string). + * [SGF-246] - execute function always assumes arguments are passed. + * [SGF-249] - The SDG XSD is restricting the use of property placeholder values on , compaction-threshold attributes given the attribute type is a short and not string. + * [SGF-255] - The element's 'threshold' attribute is required even when the Eviction type is 'HEAP_PERCENTAGE'. +Improvements + * Upgrades SDG to Spring Framework 3.2.8 and Spring Data Commons 1.7.1. + Changes in Version 1.3.3 (2013-11-13) ------------------------------------- General diff --git a/gradle.properties b/gradle.properties index 7e039dbe..3c935585 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ springVersion=3.2.8.RELEASE springDataCommonsVersion=1.7.1.RELEASE log4jVersion=1.2.16 hamcrestVersion=1.2.1 -version=1.3.4.RELEASE +version=1.3.4.BUILD-SNAPSHOT gemfire.range="[6.5, 8.0)" cglibVersion=2.2 mockitoVersion=1.9.0