spring-session-data-geode icon indicating copy to clipboard operation
spring-session-data-geode copied to clipboard

Spring Session support for Apache Geode and VMware Tanzu GemFire

Results 14 spring-session-data-geode issues
Sort by recently updated
recently updated
newest added

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....

task

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...

enhancement

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...

enhancement

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,...

enhancement

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...

task