spring-session
spring-session copied to clipboard
Spring Session
Is support for storing data locally provided so that number of calls to redis can be reduced while using spring-session-data-redis?
**Expected Behavior** Currently schema SQL files shipped in `org.springframework.session.jdbc` have hard-coded table names despite `JdbcIndexedSessionRepository` offering a `setTableName` method. It would be helpful if the scripts could use `%TABLE_NAME% `...
The RedisMessageListenerContainer uses a SimpleAsyncTaskExecutor to dispatch the messages. This causes problems regarding thread creation and repletion, see issue https://github.com/spring-projects/spring-session/issues/483. It makes sense to make spring-session inject a Pooled TaskExecutor...
Using Spring Session 1.3.0 If a HttpSessionListener is added, it correctly gets events sent to it by the Spring Session SessionEventHttpSessionListenerAdapter. However, if the listener then calls invalidate() on the...
At present, all `SessionRepository` implementations use Java serialization as the default serialization mechanism. While convenient as a default, Java serialization has several well known limitations and the ecosystem appears to...
We should provide a Hazelcast based implementation of `ReactiveSessionRepository`.
The current way to handle serialization via objectstream may be the solution that was easiest to implement (and fastest at runtime?), but it has some serious disadvantages. The negative effects...
Hi, what do you think about adding namespaces support to Spring Session? I have created such an impelmentation in data-couchbase support: https://github.com/spring-projects/spring-session/pull/468 @rwinch points out that there should not be...
**Describe the bug** both 2.4.3 & 2.5.0, the lib jar contains hazelcast4*, but the sources.jar does Not. the lib jar contains the class from both (1) & (2),but the sources.jar...
We should improve our reference documentation on Hazelcast configuration capabilities to cover more advanced configuration scenarios (including `@SpringSessionHazelcastInstance` and other means of configuration customization).