SGF-662 - Updated changelog.

This commit is contained in:
Mark Paluch
2017-10-02 11:09:11 +02:00
parent b2b826a1e5
commit 477e0cf8a7

View File

@@ -3,6 +3,21 @@ SPRING DATA GEMFIRE CHANGELOG
http://www.springsource.org/spring-gemfire
=============================
Changes in version 2.0.0.RELEASE (2017-10-02)
---------------------------------------------
* SGF-674 - Add EnableClusterConfiguration annotation to push cluster configuration meta-data from the client to the server.
* SGF-673 - Refactor API names used in the Annotation config and GemFire Mock Objects support.
* SGF-672 - Use GemFire's DEFAULT Pool when a Pool cannot be resolved from the Spring context.
* SGF-670 - Add explicit automatic module name for Java 9.
* SGF-669 - Upgrade to OpenWebBeans 2.0.1.
* SGF-668 - Add Annotation configuration support for Continuous Queries.
* SGF-667 - Apply Java 8 types and functionality to the Continuous Query support.
* SGF-665 - Upgrade to Pivotal GemFire 9.1.1.
* SGF-664 - Fix LuceneOperationsIntegrationTests CI failures.
* SGF-663 - Fix PoolsConfiguredWithLocatorsAndServersExpressionsIntegrationTests CI failures.
* SGF-662 - Release 2.0 GA (Kay).
Changes in version 2.0.0.RC3 (2017-09-11)
-----------------------------------------
* SGF-657 - Add missing configuration support for Off-Heap.