From ecf2994a01177217b0ac25a20dba4cf7d7c7305c Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 20 Aug 2020 15:57:43 -0700 Subject: [PATCH] Edit changelog and add 1.3.3.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 22d4e384..599f1d0e 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -3,6 +3,25 @@ SPRING BOOT FOR APACHE GEODE & PIVOTAL GEMFIRE CHANGELOG https://github.com/spring-projects/spring-boot-data-geode ========================================================= + +Changes in version 1.3.3.RELEASE (2020-08-20) +--------------------------------------------- +Upgrades SBDG to Spring Boot 2.3.3.RELEASE. Adds a Maven BOM to manage the SBDG module dependency versions collectively +and consistently. + +* Includes a new spring-geode-bom module creating a Maven BOM to manage the SBDG module dependency versions +in a collective and consistent way. +Resolves https://github.com/spring-projects/spring-boot-data-geode/issues/93. +* Revises (Edits) the chapter on "Caching with Apache Geode & Pivotal GemFire". +* Upgrades to Spring Boot 2.3.3.RELEASE. +* Upgrades to Spring Data Neumann-SR3. +* Upgrades to Spring Data for Apache Geode & VMware/Pivotal GemFire 2.3.3.RELEASE. +* Upgrades to Spring Test for Apache Geode & VMware/Pivotal GemFire 0.0.18.RELEASE. +* Upgrades to Spring Build Conventions Gradle Plugin 0.0.34.RELEASE. +* Upgrades to Byte Buddy 1.10.14. +* Upgrades to Gradle 6.6. +* Upgrades to Mockito 3.5.0. + Changes in version 1.3.2.RELEASE (2020-08-07) --------------------------------------------- Upgrades SBDG to Spring Boot 2.3.2.RELEASE. Adds new Security Sample Guide and Code demonstrating how to configure