Spring Session for Apache Geode/Pivotal GemFire 2.0.8.RELEASE Available!
I am pleased to announce Spring Session for Apache Geode & Pivotal GemFire (SSDG) 2.0.8.RELEASE
.
SSDG builds on Spring Session 2.0.9.RELEASE
, Spring Data Kay-SR13
and Spring Framework 5.0.12.RELEASE
along with Apache Geode 1.2.1
and Pivotal GemFire 9.1.1
. Additionally, SSDG 2.0.8.RELEASE
is compatible with Spring Boot 2.0.x
based applications.
This release pulls in many enhancements from the 2.1.x
release branch along with a few minor fixes. Highlights include:
-
Prevent saving non-dirty Sessions (Issue-12). This primarily protects against Apache Geode/Pivotal GemFire bug GEODE-6032.
-
Standardize all logging on SLF4J (Issue-18).
-
Fixed bug involving incorrect synchronization lock on Session attributes passed down from the Session object on creation.
-
Fixed bug involving Data Serialization to properly identify when a user uses a custom DataSerializer to de/serialize the Session.
…