Edit changelog and add 1.4.0-M3 release notes.

This commit is contained in:
John Blum
2020-09-18 17:28:10 -07:00
parent eccf8bd49d
commit 9adca82f77

View File

@@ -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.