* 1.2.0.RC1:
doc update:temporarily removed link to spring data chapter in index.xml and fixed a typo in mapping.xml
updating docs
clean up build
update schema task
update sample build
fix docs
merged first draft build
Refactored region factories
added membership attributes support
added dynamic region and jndi binding support
Updated copyright, fixed support for transaction handlers, added initializers
Complete disk store refactoring and added region attributes
Refactored to use DiskStoreFactory
Added missing cache attributes
modified schema to make name attribute optional for root regions and required for subregions
added subregion support
demonstrate problem trying to create subregions
If the region referenced by an entity managed by a repository cannot be found in the application context we now throw an exception with an error message indicating the missing configuration.
ContinuousQueryListenerAdapter did not return after the invocation of the handleEvent(…) method of the listener delegate implements ContinousQueryListener. This caused an exception if the listener implementation did not one of the supported method signatures for reflection invocation. Fixed that by adding the necessary return statement. Added according test cases.
Hand null as parent object to PersistentEntityParameterValueProvider as the PdxSerializer abstraction does not allow accessing the parent object of the one currently to be created. Adapted changes in CrudRepository. Polished JavaDoc in SimpleGemfireRepository.
If namespace element attributes are defined as xsd:boolean in the XSD the become unusable with property placeholders or SpEL. Thus we changed it back to strings.
Added support for annotation based entity mapping (@Region, @Id, @PersistenceConstructor). Added support for Spring Data repositories (query execution, query derivation).