-
We have 6 properties at the moment:
- `spring.session.redis.cleanup-cron`
- `spring.session.redis.configure-action`
- `spring.session.redis.flush-mode`
- `spring.session.redis.namespace`
- `spr…
-
Since Spring Session defines its own types to be serialized and, therefore, has different needs than Spring Security, we should provide a Jackson Module that registers the required mixins.
See:
-…
-
## Issue Summary
In a Spring Boot 3.3.5 application using GraalVM (22.3.0) for native image compilation, the following exception occurs when attempting to initialize lazy-loaded Hibernate entities:
…
-
`RedisIndexedSessionRepository` and `RedisSessionExpirationPolicy` create a lot of single-use proxies by relying on `BoundHashOperations`.
For instance in this case:
https://github.com/spring-pr…
-
See the following snippets from our `Session` API:
https://github.com/spring-projects/spring-session/blob/5d0775b802514da469e43fa00d9cdd58f238b30e/spring-session-core/src/main/java/org/springframew…
-
*Ollama's POM version**
org.springframework.ai
spring-ai-ollama-spring-boot-starter
1.0.0-M2
**Describe the bug**
After starting here, a Q&A session is conducted, …
-
**Describe the bug**
I have a Maven POM file with the following content:
```
4.0.0
org.springframework.cloud
spring-cloud-contract-pa…
-
Hi,
I'm currently trying to implement a Rate Limiter on my AWS infrastructure.
Requests for my app currently go through Spring Cloud Gateway (which does circuit breaking, retries, rate limiting,…
-
**Describe the bug**
When my logout handler calls this
```
fun invalidateSession(sessionId: String): Mono {
logger.info("Invalidating sessionId: ${sessionId}")
// handle the s…
-
[Spring Session](https://spring.io/projects/spring-session)