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

Spring Session

Results 161 spring-session issues
Sort by recently updated
recently updated
newest added

Is support for storing data locally provided so that number of calls to redis can be reduced while using spring-session-data-redis?

for: team-attention

**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% `...

type: enhancement
type: breaks-passivity
in: jdbc

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

type: enhancement
status: ideal-for-contribution
in: redis

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

status: waiting-for-triage

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

type: enhancement
type: breaks-passivity

We should provide a Hazelcast based implementation of `ReactiveSessionRepository`.

type: enhancement
in: hazelcast
status: on-hold

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

type: enhancement

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

status: waiting-for-triage

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

type: bug
in: hazelcast

We should improve our reference documentation on Hazelcast configuration capabilities to cover more advanced configuration scenarios (including `@SpringSessionHazelcastInstance` and other means of configuration customization).

type: enhancement
in: docs