From 278ec85dfa782b9e8f5b8d20d621f4bc8689e002 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 3 Mar 2020 16:39:49 +0100 Subject: [PATCH] Add release notes for 2.3.0.RC1. --- .../src/main/resources/changelog.txt | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/spring-session-data-geode/src/main/resources/changelog.txt b/spring-session-data-geode/src/main/resources/changelog.txt index 9a2e4ce..681c8bd 100644 --- a/spring-session-data-geode/src/main/resources/changelog.txt +++ b/spring-session-data-geode/src/main/resources/changelog.txt @@ -4,6 +4,27 @@ https://github.com/spring-projects/spring-session-data-geode ============================================================ +Changes in version 2.3.0.RC1 (2020-03-03) +----------------------------------------- +Aligns Spring Session for Apache Geode & Pivotal GemFire (SSDG) with the latest Spring Framework, Spring Boot, +Spring Data and Spring Session versions. + +* Adds Gradle build notes for the project. The build notes describe how to adjust build and test, min and max +JVM Heap Memory, run individual Unit & Integration Tests in isolation, and adjust Apache Geode Logging. +* Ignores unnecessary handling of LOCAL_LOAD_CREATED cache Region EntryEvents in +the SessionEventHandlerCacheListenerAdapter. +* Updates reference documentation style. +* Upgrades to FreeFair Lombok Gradle Plugin 5.0.0-rc2. +* Upgrades to Spring Framework 5.2.4.RELEASE. +* Upgrades to Spring Boot 2.3.0.M2. +* Upgrades to Spring Data Commons 2.3.0.M3. +* Upgrades to Spring Data for Apache Geode & Pivotal GemFire 2.3.0.M3. +* Upgrades to Spring Data Release Train Neumann-M3. +* Upgrades to Spring Session 2.3.0.RC1. +* Upgrades to Spring Session BOM Dragonfruit-M2. +* Upgrades to Spring Test for Apache Geode & Pivotal GemFire 0.0.14.NEUMANN-BUILD-SNAPSHOT. + + Changes in version 2.3.0.M2 (2020-02-13) ---------------------------------------- Aligns Spring Session for Apache Geode & Pivotal GemFire (SSDG) with the latest Spring Framework, Spring Boot,