diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c8ba7894..f02c350b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,18 @@ SPRING DATA GEODE CHANGELOG https://projects.spring.io/spring-data-gemfire/ =============================================== +Changes in version 2.3.0.RC2 (2020-04-28) +----------------------------------------- +* DATAGEODE-330 - Enhance GemFireProperties.from(:String) to handle valid 'gemfire.' prefixed properties. +* DATAGEODE-329 - Fix GemFireProperties.from(:String) IllegalArgumentException message. +* DATAGEODE-328 - Use JDK 14 for Java.NEXT CI testing. +* DATAGEODE-326 - Add utility method in SpringUtils to get beans by type ordered by the @Order annotation or by the Ordered interface. +* DATAGEODE-324 - Add ability to resolve cache instance from BeanFactoryCacheResolver qualified by bean name. +* DATAGEODE-323 - Add ClientCacheDefaultPoolResolver implementation. +* DATAGEODE-321 - Release 2.3 RC2 (Neumann). +* DATAGEODE-244 - Add RegionResolver interface to enable lazy Region resolution when/where needed. + + Changes in version 2.2.7.RELEASE (2020-04-28) --------------------------------------------- * DATAGEODE-319 - Improve @LocatorApplication to configure the Apache Geode locators property. @@ -726,3 +738,4 @@ Changes in version 1.7.0.APACHE-GEODE-EA-M1 (2016-02-12) +