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. * <> * <> +* <>