Skip to content

Commit 21c9fb0

Browse files
committed
Point "What's New" section to Wiki
Closes gh-1878
1 parent 33993b2 commit 21c9fb0

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

spring-session-docs/src/docs/asciidoc/index.adoc

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,10 @@ It also provides transparent integration with:
2626
* <<websocket,WebSocket>>: Provides the ability to keep the `HttpSession` alive when receiving WebSocket messages
2727
* <<websession,WebSession>>: Allows replacing the Spring WebFlux's `WebSession` in an application container-neutral way.
2828

29-
== What's New in 2.0
30-
31-
The following list highlights what is new in Spring Session 2.0:
32-
33-
* Upgraded to Java 8 and Spring Framework 5 as baseline
34-
* https://github.com/spring-projects/spring-session/issues/683[Added support for managing Spring WebFlux's `WebSession`] with https://github.com/spring-projects/spring-session/issues/816[Redis `ReactiveSessionRepository`]
35-
* https://github.com/spring-projects/spring-session/issues/768[Extracted `SessionRepository` implementations to separate modules]
36-
* Improved https://github.com/spring-projects/spring-session/issues/682[`Session`] and https://github.com/spring-projects/spring-session/issues/809[`SessionRepository`] APIs
37-
* Improved and harmonized configuration support for all supported session stores
38-
* https://github.com/spring-projects/spring-session/pull/713[Added support for configuring default `CookieSerializer` using `SessionCookieConfig`]
39-
* Lots of performance improvements and bug fixes
40-
41-
You can find a complete list of what is new by referring to the changelogs of
42-
43-
* https://github.com/spring-projects/spring-session/milestone/17?closed=1[2.0.0.M1]
44-
* https://github.com/spring-projects/spring-session/milestone/22?closed=1[2.0.0.M2]
45-
* https://github.com/spring-projects/spring-session/milestone/23?closed=1[2.0.0.M3]
46-
* https://github.com/spring-projects/spring-session/milestone/24?closed=1[2.0.0.M4]
47-
* https://github.com/spring-projects/spring-session/milestone/25?closed=1[2.0.0.M5]
48-
* https://github.com/spring-projects/spring-session/milestone/26?closed=1[2.0.0.RC1]
49-
* https://github.com/spring-projects/spring-session/milestone/27?closed=1[2.0.0.RC2]
50-
* https://github.com/spring-projects/spring-session/milestone/30?closed=1[2.0.0.RELEASE]
29+
== What's New
30+
31+
Check also the Spring Session BOM https://github.com/spring-projects/spring-session-bom/wiki#release-notes[release notes]
32+
for a list of new and noteworthy features, as well as upgrade instructions for each release.
5133

5234
[[samples]]
5335
== Samples and Guides (Start Here)

0 commit comments

Comments
 (0)