Spring Session for Apache Geode/Pivotal GemFire 2.0.6.RELEASE and 2.1.0.RELEASE Available!
Good things come in pairs, so I am happy to announce the availability of Spring Session for Apache Geode & Pivotal GemFire (SSDG) 2.0.6.RELEASE
and 2.1.0.RELEASE
.
SSDG 2.0.6.RELEASE
, based on Spring Framework 5.0.10.RELEASE
, Spring Data Kay-SR11
and Spring Session core 2.0.7.RELEASE
mainly contains dependency updates.
SSDG 2.1.0.RELEASE
, on the other hand, has been upgraded to Spring Framework 5.1.1.RELEASE
, Spring Data Lovelace-SR1
and Spring Session core 2.1.0.RELEASE
, and additionally includes support for custom Session expiration policies and rules.
Custom Session Expiration Configuration
Spring Session for Apache Geode & Pivotal GemFire now provides a new Strategy interface, SessionExpirationPolicy
…