-
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:
-…
-
`RedisIndexedSessionRepository` and `RedisSessionExpirationPolicy` create a lot of single-use proxies by relying on `BoundHashOperations`.
For instance in this case:
https://github.com/spring-pr…
-
## 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:
…
-
I configured my maven build as follows to weave aspects of spring-aspects and spring-security-aspects:
```xml
dev.aspectj
aspectj-maven-plugin
${aspectj.maven.plugin.ve…
-
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…
-
### Database Type
postgresql
### Database Version
16.4
### Druid Version
1.2.23
### JDK Version
OpenJDK 64-Bit Server VM
### Error SQL
无
### Testcase Code
_No response…
-
*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,…