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

Spring Session core recently introduced strategies for customizing `SessionRepository` and `ReactiveSessionRepository` without having to manually define those beans and therefore lose all the capabilities that configuration infrastructure supports. See spring-projects/spring-session#1499...

enhancement
new feature
already-exists

Immediate [`FlushMode`](https://github.com/spring-projects/spring-session/blob/master/spring-session-core/src/main/java/org/springframework/session/FlushMode.java) can be used as a strategy for dealing with race conditions, by writing changes to data store as they happen, vs traditionally on invocation of `#save` on session...

duplicate

In Spring Session core we've recently introduced `IndexResolver` as strategy for resolving indexes. Common use case across all `FindByIndexNameSessionRepository` is principal name index. See: - [`IndexResolver`](https://github.com/spring-projects/spring-session/blob/master/spring-session-core/src/main/java/org/springframework/session/IndexResolver.java) - [`DelegatingIndexResolver`](https://github.com/spring-projects/spring-session/blob/master/spring-session-core/src/main/java/org/springframework/session/DelegatingIndexResolver.java) - [`PrincipalNameIndexResolver`](https://github.com/spring-projects/spring-session/blob/master/spring-session-core/src/main/java/org/springframework/session/PrincipalNameIndexResolver.java)...

enhancement

On https://spring.io/projects/spring-session-data-geode#learn there are some broken links: * 2.7.0 [CURRENT] links to https://docs.spring.io/spring-session-data-geode/docs/current/reference/html5/, which shows the documentation for 2.7.2. So, 2.7.0 is not current? * 2.7.1-SNAPSHOT links to https://docs.spring.io/spring-session-data-geode/docs/2.7.1-SNAPSHOT/reference/html5/, which...