Spring Session 2.0 M3 Released
On behalf of the community I’m pleased to announce the release of Spring Session 2.0.0.M3. This release is focused primarily on ensuring compatibility with Spring Framework 5.0.0.RC3 and Spring Data Kay RC1 which is the minimum Spring version required.
This release includes the following new features:
-
Support added for Spring WebFlux
-
Support for WebFlux’s
WebSession -
Added
ReactorSessionRepositoryto support a reactiveSessionRepositoryAPI. The default implementation provided isMapReactorSessionRepository.
We have split Spring Session into modules based upon the repository…