Spring Session 2022.0.0 RC1 Release Notes - spring-projects/spring-session-bom GitHub Wiki

The release includes updates to latest dependencies and fixes for those updates. Some highlights include:

Spring Session Geode

Spring Session Geode was removed.

Spring Session BOM

The BOM no longer uses the CalVer format and now aligns with Spring Session Core modules.

Spring Session

  • 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

Spring Session 3.0.0-RC1 Changelog