From 61687fa131c30308587d803c82d084885a9778b9 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 1 Sep 2015 20:28:40 -0700 Subject: [PATCH] SGF-427 - Update Spring Data GemFire Reference Guide 'New in the 1.7 Release' section. (cherry picked from commit 6d218022f2a17667171841e2211ef0be2a5a6110) Signed-off-by: John Blum --- src/asciidoc/introduction/new-features.adoc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/asciidoc/introduction/new-features.adoc b/src/asciidoc/introduction/new-features.adoc index 86c8909c..278b52b5 100644 --- a/src/asciidoc/introduction/new-features.adoc +++ b/src/asciidoc/introduction/new-features.adoc @@ -100,15 +100,17 @@ as required by GemFire. [[new-in-1-7-0]] == New in the 1.7 Release -* Upgrades Spring Data GemFire to GemFire 8.1.0 -* Support for adding Spring defined `CacheListener`, `CacheLoader` and `CacheWriter` beans on "existing" GemFire Regions -(perhaps Regions defined in `cache.xml` or using GemFire's Cluster Config) -* Support for Spring JavaConfig in SpringContextBootstrappingInitializer. -* Support for custom ClassLoaders in SpringContextBootstrappingInitializer used to load defined Spring bean classes. -* Support for variable Locator and Server endpoint lists in the `` element using the new `locators` -and `servers` attributes, respectively. -* Allow extensibility of the `MappingPdxSerializer`. +* Upgrades Spring Data GemFire to GemFire 8.1.0. +* Early Access support for Apache Geode. +* Support for adding Spring defined Cache Listeners, Loaders and Writers on "existing" GemFire Regions configured in Spring XML, +`cache.xml` or even with GemFire's _Cluster Config_. +* Spring JavaConfig support added to `SpringContextBootstrappingInitializer`. +* Support for custom `ClassLoaders` in `SpringContextBootstrappingInitializer` to load Spring-defined bean classes. +* Support for `LazyWiringDeclarableSupport` re-initialization and complete replacement for `WiringDeclarableSupport`. +* Adds `locators` and `servers` attributes to the `` element allowing variable Locator/Server +endpoint lists configured with Spring's property placeholders. * Enables the use of `` element with non-Spring configured GemFire Servers. -* Multi-Index definition and support. +* Multi-Index definition and creation support. * <> * <> +* <>