From 7d78f06cacdfca6aff9dcf8a139d33d99937e029 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 9 Apr 2021 15:44:00 -0700 Subject: [PATCH] Edit changelog and add 1.5.0-M3 release notes. --- spring-geode/src/main/resources/changelog.txt | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index df95db2c..4cb8e526 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,27 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.5.0-M3 (2021-04-09) +---------------------------------------- +Aligns SBDG with Spring Boot 2.5.0-M3 along with the latest versions of Spring Framework 5.x, Spring Data 2021.0.0, +Spring Session 2021.0.0 and Spring Test for Apache Geode. + +* Creates and adds a new MappingPdxSerializerIncludedTypeRegistrar class to allow users to register +additional application domain model types to be handled by SDG's MappingPdxSerializer and de/serialized as PDX bytes. +* Cleans up instability and possible conflicts in the SBDG test suite, particularly when run CI build environments +like Jenkins or Travis CI. +* Uses the new Jenkins CI Declarative Pipeline syntax for builds. +* Upgrades to Apache Geode 1.13.2. +* Upgrades to Mockito 3.9.0. +* Upgrades to Spring Framework 5.3.5. +* Upgrades to Spring Boot 2.4.4. +* Upgrades to Spring Cloud Bindings 1.7.1. +* Upgrades to Spring Data Pascal-M5 +* Upgrades to Spring Data BOM 2021.0.0-M5 (Pascal-M5). +* Upgrades to Spring Data for Apache Geode 2.5.0-M5. +* Upgrades to Spring Test for Apache Geode 0.0.25-PASCAL-M5. + + Changes in version 1.4.4 (2021-04-09) ------------------------------------- Aligns SBDG with Spring Boot 2.4.4 along with the latest versions of Spring Framework 5.x, Spring Data 2020.0.x,