-
**Describe the bug**
When user configures the below properties:
```properties
spring.cloud.azure.active-directory.jwk-set-cache-lifespan: xxx
spring.cloud.azure.active-directory.jwk-set-cache-re…
-
Check how to manage cache on prod profile with spring.
-
We'd like to support something like this:
```java
@MockitoSpyBean
ProxiedBean service;
```
`ProxiedBean` would then provide accessors for the bean both with and without all of its Spring prox…
-
# Cacheando resultados con Spring Boot
Implementar una Cache con Spring es una tarea bastante fácil, debido a la facilidad de implementación. Para ello Spring nos aporta una serie de anotaciones que …
-
We are using spring-data-mongodb reactive in our spring application. when tried to use `spring-cache-mongodb` with it, fails:
```
021-03-06 22:15:39.482 DEBUG 59911 --- [ main] o.s.b.d.L…
-
I'm pretty sure several years ago looking at whatever tech on spring boot's docs it would advise to pull certain starters. These days I don't see any mention of those starters anywhere except this [si…
-
This [commit](https://github.com/grails/grails-core/commit/a6dd1ec2559677d2aaffab393a8872973953501e) is forcing `jakarta.servlet:jakarta.servlet-api` to be resolved as an **api** dependency in severa…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
- [x] ~Hazelcast~
- [ ] JCache
- [ ] Couchbase
- [x] Redis
- [x] Caffeine
- [x] ~Cache2k~
- [x] Simple
-
I am getting an exception with the SslBundles not being able to load the keystore. This worked fine with Spring Boot 3.3.6 (and previous levels). The file `key.jks` is in my current directory, from wh…