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 <jblum@pivotal.io>
This commit is contained in:
John Blum
2015-09-01 20:28:40 -07:00
parent 37f6d760e6
commit 61687fa131

View File

@@ -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 `<gfe-data:datasource>` 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 `<gfe-data:datasource>` element allowing variable Locator/Server
endpoint lists configured with Spring's property placeholders.
* Enables the use of `<gfe-data:datasource>` element with non-Spring configured GemFire Servers.
* Multi-Index definition and support.
* Multi-Index definition and creation support.
* <<bootstrap:region:expiration:annotation>>
* <<gemfire-repositories.oql-extension>>
* <<bootstrap:snapshot>>