Updating docs in progress and changed default bean names to camelCase

This commit is contained in:
David Turanski
2012-08-05 14:07:28 -04:00
parent a067ddbf48
commit 5bf6e2f15a
54 changed files with 763 additions and 311 deletions

View File

@@ -1,13 +1,16 @@
SPRING DATA GEMFIRE CHANGELOG
=============================
http://www.springsource.org/spring-gemfire
Changes in version 1.2.0.RELEASE (2012-08-15)
---------------------------------------------
General
* The Spring Data GemFire project, formerly Spring GemFire, is now a component of the Spring Data project
* Upgraded to GemFire 7.0
* Upgraded to Spring 3.1.2.RELEASE
* Upgraded to Spring Data Commons 1.4.0.RELEASE
* XML namespace supports everything that can be configured with Cache XML
* The XML namespace supports everything that can be configured with Cache XML
* A separate namespace for Spring Data Repository support
Enhancements
* [SGF-53] - Add "enable-gateway" to replicated and partitioned region namespace config

View File

@@ -4,9 +4,9 @@ http://www.springsource.org/spring-gemfire
1. INTRODUCTION
Spring GemFire Integration is a top-level Spring project who's purpose is
to make it easier to build Spring-powered highly scalable applications using
GemFire as distributed data management platform.
Spring Data GemFire started as a top level Spring project, formerly known as Spring GemFire,
and is now a component of the Spring Data project. The project's purpose is to make it easier to
build Spring-powered highly scalable applications using vFabric GemFire as distributed data management platform.
2. RELEASE NOTES
@@ -15,14 +15,13 @@ details, consult the provided javadoc for specific packages and classes.
3. DISTRIBUTION JAR FILES
The Spring GemFire jars files can be found in the 'dist' directory.
The Spring Data GemFire jars files can be found in the 'dist' directory.
4. GETTING STARTED
Please see the reference documentation and the sample application (hello-world).
Additionally the blog at http://blog.springsource.com as well
as sections of interest in the reference documentation.
Please see the reference documentation at http://www.springsource.org/spring-gemfire/
and the Spring GemFire Examples at https://github.com/SpringSource/spring-gemfire-examples
ADDITIONAL RESOURCES
Spring GemFire Homepage : http://www.springsource.org/spring-gemfire
GemStone Gemfire Homepage: http://www.gemstone.com/products/gemfire
VMWare vFabric GemFire Homepage: http://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html