spring-session-data-geode
spring-session-data-geode copied to clipboard
Spring Session support for Apache Geode and VMware Tanzu GemFire
This change must be made to the `MultiThreadedHighlyConcurrentClientServerHttpSessionAccessIntegrationTests` class. When the Thread count is `180` and the Workload size is `10,000`, the Apache Geode Server becomes non-responsive or unavailable (i.e....
Currently, _Spring Session for Apache Geode/Pivotal GemFire_ (SSDG) supports delegation when using _Data Serialization_ to serialize both the `Session` and the `Session Attributes` along with the corresponding attribute values. This...
Consider support for `copyOnRead` semantics provided by SSDG along with ability to make deep copies.
Currently, the ability to make defensive, copies on read (i.e. `Region.get(sessionId):Session`) is delegated to either Apache Geode or Pivotal GemFire. However, where this is possibly not desirable or even not...
The idea behind "*attached*" `Sessions` is not unlike "attached entities" in a JPA context. That is, each update to the `Session` object is immediately written to the backend data store,...
In Spring Session core modules we recently harmonized naming of session repositories - see spring-projects/spring-session#1455. This was triggered by addition of another Redis-backed `SessionRepository` implementation for 2.1 so we wanted...