-
Notifications
You must be signed in to change notification settings - Fork 38
Spring Session 2022.0.0 RC1 Release Notes
Rob Winch edited this page Nov 2, 2022
·
5 revisions
The release includes updates to latest dependencies and fixes for those updates. Some highlights include:
Spring Session Geode was removed.
##Spring Session BOM
The BOM no longer uses the CalVer format and now aligns with Spring Session Core modules.
- Optimize filter #2194
- Avoid inheritance in configuration classes #2181
- Align MongoDB session repositories with other implementations #2173
- Use java.time in all session repositories and configurations #2169
- Ensure configuration classes can be used with
@Import
#2168 - Replace JSR-250 annotations with standard Spring lifecycle callbacks #2167
- Remove
@Configuration
meta-annotation from@Enable*Session
annotations #2165 - Simplify expired session cleanup jobs #2163
- Fix max inactive interval setters backwards compatibility #2176
== Changelogs
For details refer to the relevant changelogs
- https://github.com/spring-projects/spring-session/releases/tag/3.0.0-RC1[Spring Session 3.0.0-RC1 Changelog]