From 8aea5ce76de4be40b487497770e3d42fc9919292 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 22 May 2020 14:11:39 -0700 Subject: [PATCH] Edit changelog and include release notes from the 1.2.7.RELEASE. --- spring-geode/src/main/resources/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 4fa8efc2..83cedb5a 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,24 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.2.7.RELEASE (2020-05-19) +--------------------------------------------- +Aligns SBDG with the latest versions of Spring Framework, Spring Boot, Spring Data +and Spring Session for Apache Geode & Pivotal GemFire. + +* Asserts the auto-configuration of PDX when no PDX configuration is defined by the user, when PDX configuration is +customized with SDG properties and when the user manually configures PDX, thereby overriding auto-configuration. +* Upgrades to Spring Framework 5.2.6.RELEASE. +* Upgrades to Spring Boot 2.2.7.RELEASE. +* Upgrades to Spring Data for Apache Geode & Pivotal GemFire 2.2.7.RELEASE. +* Upgrades to Spring Data Release Train Moore-SR7. +* Upgrades to Spring Session for Apache Geode & Pivotal GemFire 2.2.4.RELEASE. +* Upgrades to Spring Test for Apache Geode & Pivotal GemFire 0.0.14.RELEASE. +* Upgrades to Byte Buddy 1.10.10. +* Upgrades to Gradle 6.4.1. +* Upgrades to Testcontainers 1.14.1. + + Changes in version 1.1.7.RELEASE (2020-05-18) --------------------------------------------- Aligns SBDG with the latest versions of Spring Framework, Spring Boot, Spring Data