17 Commits

Author SHA1 Message Date
Marcus Hert Da Coregio
702eaf8b6f Add JDBC to nav
Issue gh-2827
2024-03-01 15:59:04 -03:00
Marcus Da Coregio
4602eaa194 Add Customizing Cookie to Common Configurations
Closes gh-2456
2023-10-10 10:32:05 -03:00
Marcus Da Coregio
57d2eb157d Add guides to navigation list
Issue gh-2456
2023-10-10 10:31:25 -03:00
Marcus Da Coregio
fdcaa2dba0 Add Redis Configurations Section
Issue gh-2342
2023-07-04 15:37:46 -03:00
Marcus Da Coregio
da9b79b895 Remove Getting Started section
Closes gh-2341
2023-07-04 15:34:10 -03:00
Marcus Da Coregio
6b2920102c Fix Getting Started sections returning 404
Closes gh-2335
2023-06-23 13:44:57 -03:00
Marcus Da Coregio
edfaa4b106 Add Getting Started and Update Nav
Issue gh-2301
2023-05-22 17:12:32 -03:00
Vedran Pavic
f71d1d6ca4 Add Spring Session BOM module
With Spring Session Data Geode module being removed from the BOM, all of Spring Session's modules are now managed by this repository.

This means that the BOM itself can be moved to this repository, in order to simplify the overall project maintenance.

See gh-2195
2022-10-25 14:33:58 -05:00
Vedran Pavic
e050a92fad Restructure Redis HttpSession configuration support
This commit restructures configuration support for Redis-backed
HttpSession with aim to enable users to easily select the
SessionRepository implementation they prefer to use.

This is achieved by introducing [at]EnableRedisIndexedHttpSession
annotation that can be used to configure RedisIndexedSessionRepository,
while the existing [at]EnableRedisHttpSession will going forward
configure RedisSessionRepository as the SessionRepository implementation
used by Spring Session.

Additionally, this also introduces AbstractRedisHttpSessionConfiguration
as the base configuration class that manages common aspects of
Redis-backed HttpSession support, which is then extended by more
specific configuration classes that provide specific SessionRepository
implementation.

Closes gh-2122
2022-09-07 09:46:55 -05:00
Greg L. Turnquist
bf139dbbb3 Introduce Spring Session MongoDB
* Migrate the module's code back into this project.
* Fold the documentation in.
* Update to current Gradle conventions.
* Reformat to match styling.
2021-10-20 11:57:27 +02:00
Rob Winch
3d118242ee Better hiearchy with Samples nav 2021-08-31 10:38:54 -05:00
Rob Winch
0c00ff0598 Fix Samples nav 2021-08-30 19:12:50 -05:00
Rob Winch
3d93bfc28b Fix Boot Samples Nav 2021-08-30 19:08:46 -05:00
Rob Winch
5757e94658 Generated antora.yml 2021-08-30 18:55:11 -05:00
Rob Winch
0864140dda Clean up introduction 2021-08-18 11:19:21 -05:00
Rob Winch
26419e2149 Cleanup Antora 2021-08-18 11:10:33 -05:00
Rob Winch
faa6c441fa Antora 2021-08-16 15:44:15 -05:00