Stephen Kinser
8b485b6020
Doc cautions about index repo with Redis Cluster
...
Due to https://github.com/spring-projects/spring-data-redis/issues/1111 , applications can suffer from missing important Keyspace events as described at https://github.com/spring-projects/spring-session/issues/2230 .
This adds a caution to the docs to help others avoid running into this problem and suggests an alternative.
Mitigates #2230 .
2024-05-13 10:29:27 -03:00
K Siva Prasad Reddy
628eaedc32
Improve documentation for JDBC JSON serialization.
2024-05-09 09:07:15 -03:00
Marcus Hert Da Coregio
32681600b0
Remove references to spring.session.store-type
...
Closes gh-2858
2024-03-18 10:59:08 -03:00
Marcus Hert Da Coregio
782e5eed1c
Add How to Customize Expired Sessions Clean-up Job
...
Issue gh-2827
2024-03-04 10:33:00 -03:00
Marcus Hert Da Coregio
702eaf8b6f
Add JDBC to nav
...
Issue gh-2827
2024-03-01 15:59:04 -03:00
Marcus Hert Da Coregio
c2a982c4a7
Add JDBC to Configurations section
...
Closes gh-2827
Closes gh-2829
2024-03-01 15:37:13 -03:00
Marcus Hert Da Coregio
592b06404a
Documentation links should use variable for reference docs url
...
Closes gh-2761
2024-01-23 09:05:58 -03:00
Marcus Da Coregio
72b65f41a9
Document that a custom CookieSerializer might break Remember Me
...
Closes gh-2567
2023-10-26 13:29:55 -03:00
Marcus Da Coregio
1cac1305c4
Fix checkstyle issues
...
Issue gh-2528
2023-10-19 11:03:30 -03:00
Marcus Da Coregio
2b69cff478
Update spring-javaformat to 0.0.39
...
Closes gh-2528
2023-10-19 10:33:00 -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
4a78329999
Uncomment Hazelcast Configuration on Docs
...
Closes gh-2461
2023-10-10 09:08:41 -03:00
70825
67e838f9cf
Update reference site link
2023-10-03 10:13:31 -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
4847458879
Add Using Redis
...
Closes gh-2303
2023-05-23 15:13:20 -03:00
Marcus Da Coregio
edfaa4b106
Add Getting Started and Update Nav
...
Issue gh-2301
2023-05-22 17:12:32 -03:00
Marcus Da Coregio
d7afde883e
Merge branch '2.7.x' into 3.0.x
2023-05-10 14:53:13 -03:00
Marcus Da Coregio
9343e0b834
Explain the Problem
...
Issue gh-2295
2023-05-10 14:52:37 -03:00
Marcel Wollschläger
8da5068cac
Update Redis example documentation
...
With the release of Spring-Boot 3.x, the application properties for Redis
changed from `spring.redis` to `spring.data.redis`.
This change will update the documentation to be consistent with the latest
changes in Spring-Boot.
2023-01-24 09:44:47 -03:00
Marcus Da Coregio
9276e1ddc6
Merge branch '2.7.x'
2023-01-23 13:59:11 -03:00
Kaoru Muta
fab1f7b38e
docs: fix broken links in hazelcast documents
2023-01-23 13:57:39 -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
e5eeacec5f
Update security config in samples
...
This commit updates security configuration in samples to:
- use AuthorizationFilter instead of FilterSecurityInterceptor
- update session creation policy in REST sample
2022-10-25 14:27:39 -05:00
Vedran Pavic
fbb94b40e8
Fix Spring Security XML config
2022-10-17 15:05:24 -05:00
Vedran Pavic
fb66cf3150
Remove @Configuration meta-annotation from @Enable*Session annotations
...
Closes gh-1361
2022-09-22 16:13:16 -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
Vedran Pavic
0c1dbc7355
Revert "Use simple Redis repository by default"
...
This reverts commit 8582b970
See gh-2122
2022-09-07 09:46:55 -05:00
Vedran Pavic
8e8de48614
Fix deprecation warnings
2022-09-06 15:27:53 -05:00
Vedran Pavic
b85ec4de1a
Fix Spring Security configuration in tests
...
As of spring-projects/spring-security#11653 , Spring Security's [at]Enable*Security annotations are not meta annotated with [at]Configuration which breaks some of our tests.
This commit adds missing [at]Configuration annotations where needed.
Closes gh-2118
2022-08-19 11:20:04 -05:00
Eleftheria Stein
0d458a4a5b
Update Redis docs
...
Issue gh-1711
2022-04-29 09:03:57 +02:00
Eleftheria Stein
102027a456
Add Caffeine community extension
...
Closes gh-2039
2022-04-27 09:53:55 +02:00
Eleftheria Stein
e580a97c0c
Fix link to Infinispan cache
2022-04-27 09:53:55 +02:00
Eleftheria Stein
aaed973d27
Add Caffeine community extension
...
Closes gh-2039
2022-04-27 09:50:11 +02:00
Eleftheria Stein
55c4fcfd3f
Fix link to Infinispan cache
2022-04-27 09:49:41 +02:00
Eleftheria Stein
e1dea5e0a8
Revise Redis test mocks based on new Data implementation
...
Issue gh-2070
2022-04-19 15:53:23 +02:00
Eleftheria Stein
8582b9706d
Use simple Redis repository by default
...
Closes gh-1711
2022-04-14 13:17:28 +02:00
Eleftheria Stein
63f7f7b0a9
Upgrade Spring Data to 2022.0.0-M3
...
Closes gh-2048
2022-04-01 18:21:23 +02:00
Guillaume Husta
91f20ca58c
Doc : typo on Username _user-
...
user should be in italic
2021-11-19 15:14:58 +01:00
Guillaume Husta
72159794f4
Doc : typo on Username _user-
...
user should be in italic
2021-11-19 14:56:56 +01:00
Eleftheria Stein
00ba1b2028
Temporarily remove Hazelcast support
...
Closes gh-1954
2021-11-12 11:14:47 +01:00
Eleftheria Stein
a9b9ae347f
Upgrade to Spring Framework 6.0
...
Closes gh-1950
2021-11-12 10:34:27 +01:00
Eleftheria Stein
182d24219c
Migrate to Jakarta EE 9
...
Closes gh-1949
2021-11-11 18:21:26 +01:00
Eleftheria Stein
5c2eb3af1c
Remove unnecessary non-Javadoc keyword
...
Issue gh-1946
2021-11-09 14:36:53 +01:00
Eleftheria Stein
b6f90640a6
Use updated version names in docs
...
Issue gh-1942
2021-10-29 13:27:12 +02:00
Rob Winch
0004664603
Fix symlink to not end in /
2021-10-27 16:05:13 -05:00
Rob Winch
1cdf77330c
Fix missing attribute
...
- Use spring-session-data-mongodb-dir
- Update example to use symlink location
2021-10-26 20:50:57 -05:00
Eleftheria Stein
b79b069178
Fix API link in docs
...
Closes gh-1940
2021-10-26 10:17:36 +02:00