From 3467a64f706c65651fb147525ec20288002ac70e Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 16 Jan 2020 16:05:00 +0100 Subject: [PATCH] DATAGEODE-235 - Updated changelog. --- src/main/resources/changelog.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c4823da9..a22fa98d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,33 @@ SPRING DATA GEODE CHANGELOG https://projects.spring.io/spring-data-gemfire/ =============================================== +Changes in version 2.3.0.M1 (2020-01-16) +---------------------------------------- +* DATAGEODE-291 - Avoid test cases that test Spring Data Commons' internals. +* DATAGEODE-288 - Upgrade to Pivotal GemFire 9.9.1. +* DATAGEODE-287 - Update copyright year to 2020. +* DATAGEODE-286 - Upgrade to Apache Geode 1.11. +* DATAGEODE-283 - ConnectionEndpoint should support standard "host:port" format. +* DATAGEODE-282 - Refactor PoolFactoryBean to use PoolResolver. +* DATAGEODE-281 - Introduce a PoolResolver strategy interface to resolve Pool instances and provide a layer of indirection between SDG and Apache Geode's static PoolManager class. +* DATAGEODE-280 - Refactor ContinuousQueryListenerContainer to use PoolResolver. +* DATAGEODE-277 - Upgrade to Apache Geode 1.11. +* DATAGEODE-276 - Add additional tests covering error handling in the Cache Abstraction with Apache Geode as the caching provider. +* DATAGEODE-273 - Enable JDK 11+ builds. +* DATAGEODE-272 - Adapt TransactionListener to enable auto transaction event publishing in the Spring ApplicationContext. +* DATAGEODE-271 - Cannot enable the BeanFactoryLocator for a ClientCache instance using SDG property. +* DATAGEODE-243 - Introduce RestTemplateConfigurer to configure the RestTemplate used when sending configuration metadata from client to server. +* DATAGEODE-242 - Add support for AEQ pauseEventDispatching. +* DATAGEODE-241 - Upgrade to Apache Geode 1.10. +* DATAGEODE-238 - Create module for Spring Data GemFire. +* DATAGEODE-237 - Reintroduce Hamcrest dependency. +* DATAGEODE-235 - Release 2.3 M1 (Neumann). +* DATAGEODE-211 - Include geode redis module due to upgrading geode to 1.9.0. +* DATAGEODE-191 - Fix ContinuousQueryListenerContainerTests. +* DATAGEODE-152 - Confirm that @TransactionalEventListener will work for @Transactional services. +* DATAGEODE-1 - Remove support for DynamicRegionFactory. + + Changes in version 2.2.4.RELEASE (2020-01-15) --------------------------------------------- * DATAGEODE-287 - Update copyright year to 2020. @@ -625,3 +652,4 @@ Changes in version 1.7.0.APACHE-GEODE-EA-M1 (2016-02-12) +