-
Hi, I`m playing with the library and found one issue. In case spring-dev-tools reload functionality is enabled development classes are being loaded with **RestartClassLoader** instead of default one *…
-
### Describe the bug
Using javaagent and spring actuator with micrometer bridge enabled breaks sometimes the /metrics -endpoint.
In those cases it seems like the OpenTelemetryMetricsRegistry is crea…
-
in Spring Boot 3.4 i'm getting
```
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to…
-
# Problem
When using Spring Boot 3.4.0 combined with Spring WebMVC, virtual threads, and lazy bean initialization, accessing `/actuator/health` during the application launch results in a pinned vir…
-
### What would you like to be added?
插件支持spring-boot3.x项目
### Why is this needed?
spring-boot3.x项目集成sermant实现注册、治理
-
spring-cloud-stream 4.2.0-RC1 fails with NoSuchMethodError when an AMQP message is received.
Probably because the missing method has been moved to a super-class in spring-integration 6.4.0.
I've…
-
**Expected Behavior**
A POST /authorize without the `openid` scope should be accepted by the authorization server
**Current Behavior**
A POST /authorize without the openid scope returns a 404 wit…
-
## What problem are you trying to solve?
Hibernate 6.2 dropped support for legacy database versions. As a result, legacy code corresponding to those versions was cleaned. One aspect of it is the clea…
-
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…
-
**Is your feature request related to a problem? Please describe.**
Using Spring WebFlux, we store the authenticated user in the Reactive context. We would like to be able to automatically write this …