- 
                Notifications
    
You must be signed in to change notification settings  - Fork 38
 
Spring Session 2021.0 Release Notes
The RedisSessionRepository no longer expects users to provide a trailing colon (:) when setting the key namespace.
Customizers are provided for the following SQL dialects:
- 
PostgreSQL
 - 
MySQL (also used by MariaDB)
 - 
SQL Server
 - 
IBM DB2
 - 
Oracle
 
These customizers are intended to address the concurrency issues occurring on insert of new session attribute by applying SQL dialect specific SQL upsert/merge statement instead of a generic insert.
With version 2021.0.1 and above Spring Session Data Geode can be configured via a Spring PropertySource using spring-session.properties on the application classpath.
Adds AbstractCookieSerializer and AbstractHttpSessionIdResolver base classes to simplify the implementation of
the Spring Session core CookieSerializer and HttpSessionIdResolver interfaces.