SGF-868 - Updated changelog.

This commit is contained in:
Mark Paluch
2019-09-30 11:03:55 +02:00
parent d65b177d31
commit 2d1da85feb

View File

@@ -3,6 +3,17 @@ SPRING DATA GEMFIRE CHANGELOG
https://www.springsource.org/spring-gemfire
===========================================
Changes in version 2.1.11.RELEASE (2019-09-30)
----------------------------------------------
* SGF-881 - Fix parsing issue that mishandles whitespace in ConnectionEndpoint.parse(..).
* SGF-875 - Remove unnecessary use of Apache Shiro API.
* SGF-873 - Correct misspelling in the LazyResolvingComposableContinousQueryListenerContainerConfigurer class name.
* SGF-872 - Invoke SmartLifecycle callbacks when defining Regions based on Caching annotations.
* SGF-871 - Refactor GatewayReceiver to use LazyResolvingComposableConfigurers.
* SGF-868 - Release 2.1.11 (Lovelace SR11).
* SGF-808 - Allow the JSR-107, JCache API to be an optional dependency when using @EnableCachingDefinedRegions.
Changes in version 2.2.0.RC3 (2019-09-06)
-----------------------------------------
* SGF-881 - Fix parsing issue that mishandles whitespace in ConnectionEndpoint.parse(..).