Skip to content

Commit 00474ec

Browse files
Merge branch '3.1.x'
Closes gh-2337
2 parents 6f88876 + 9feedb4 commit 00474ec

File tree

7 files changed

+18
-2
lines changed

7 files changed

+18
-2
lines changed

spring-session-docs/modules/ROOT/nav.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
** xref:getting-started/using-jdbc.adoc[Using JDBC]
55
** xref:getting-started/using-mongodb.adoc[Using MongoDB]
66
** xref:getting-started/using-hazelcast.adoc[Using Hazelcast]
7-
** xref:getting-started/using-custom-implementation.adoc[Using Your Own Implementation]
7+
** xref:getting-started/using-custom-session-repository.adoc[Using Your Own Session Repository]
88
* xref:samples.adoc[Samples & Guides (Start Here)]
99
** Boot Samples
1010
*** HttpSession

spring-session-docs/modules/ROOT/pages/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Now that you have chosen the persistence store that best fit your needs, you can
1919
- xref:getting-started/using-jdbc.adoc[I want to use JDBC]
2020
- xref:getting-started/using-hazelcast.adoc[I want to use Hazelcast]
2121
- xref:getting-started/using-mongodb.adoc[I want to use MongoDB]
22-
- xref:getting-started/using-custom-implementation.adoc[I want to use my own implementation]
22+
- xref:getting-started/using-custom-session-repository.adoc[I want to use my own implementation]

spring-session-docs/modules/ROOT/pages/getting-started/using-custom-implementation.adoc

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[using-custom-session-repository]]
2+
= Using Spring Session with Custom Session Repository
3+
4+
This section is still a work in progress, please refer to this xref:api.adoc#custom-sessionrepository[other section].
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[using-hazelcast]]
2+
= Using Spring Session with Hazelcast
3+
4+
This section is still a work in progress, please refer to this xref:http-session.adoc#httpsession-hazelcast[other section].
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[using-jdbc]]
2+
= Using Spring Session with JDBC
3+
4+
This section is still a work in progress, please refer to this xref:guides/boot-jdbc.adoc[other section].
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[using-mongodb]]
2+
= Using Spring Session with MongoDB
3+
4+
This section is still a work in progress, please refer to this xref:guides/boot-mongo.adoc[other section].

0 commit comments

Comments
 (0)