Spring Session 1.0.2 Released
I'm pleased to announce the release of Spring Session 1.0.2.RELEASE. You can find the release in Maven Central.
This release fixes 20+ tickets. The general goal was to close out bugs before we start working on Spring Session 1.1. You can find the highlights below:
Highlights
The highlights of Spring Session 1.0.2 are available below:
- ERROR dispatch can cause two sessions to be created (#229)
- CookieHttpSessionStrategy can write the same Session id twice (#251)
- Updates to previous HttpSession references are not reflected after changeSessionId() invoked (#227)
- Official support for Spring Framework 4.2 (#120)
- Our samples remove Embedded Redis (#248)
- Documentation improvements and fixes …