From 9adca82f770c2ca352d2a79a6844948ab3aa9406 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 18 Sep 2020 17:28:10 -0700 Subject: [PATCH] Edit changelog and add 1.4.0-M3 release notes. --- spring-geode/src/main/resources/changelog.txt | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 57512ab9..9d197029 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,34 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.4.0.M3 (2020-09-18) +---------------------------------------- +Upgrades SBDG to Spring Boot 2.4.0-M3. + +* Adds cross-references (links) between reference documentation and Sample Guides & Code, based on topic. +* Adds WARNING in the documentation about Apache Geode's JVM shutdown hook when using the SBDG's Cache Data Export +feature. +* Changes the Async, Inline Caching Region configuration to append to the list of AEQs registered on the Region. +* Edits reference documentation and corrects compiler syntax errors in documentation code snippets. +* Removes all spring-gemfire-starter modules. As we move to Apache Geode 1.13.0 and beyond and since GemFire 9.10.x +is the last commercially available, standalone version of GemFire based on Geode, which was based on Apache Geode 1.12, +then SBDG can no longer support GemFire. +* Removes explicit exclude on 'javax.servlet:javax.servlet-api' from Apache Geode dependencies. +Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/49. +* Removes explicit exclude on 'org.apache.logging.log4j:log4j-core' from Apache Geode dependencies. +Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/48. +* Upgrades to Apache Geode 1.13.0. +* Upgrades to FreeFair Lombok Gradle Plugin 5.2.1. +* Upgrades to Mockito 3.5.11. +* Upgrades to Spring Framework 5.3.0-RC1. +* Upgrades to Spring Boot 2.4.0-M3. +* Upgrades to Spring Data BOM 2020.0.0-RC1. +* Upgrades to Spring Data for Apache Geode 2.4.0-RC1. +* Upgrades to Spring Session BOM 2020.0.0-RC1. +* Upgrades to Spring Session for Apache Geode 2.4.0-RC1. +* Upgrades to Spring Test for Apache Geode 0.0.19.RELEASE. + + Changes in version 1.3.4.RELEASE (2020-09-17) --------------------------------------------- Upgrades SBDG to Spring Boot 2.3.4.RELEASE.