-
## Bug Report
As the memory gradually rises, OOM occurs.
We found that extracting the heap dump creates a lot of `completableFuture` objects as shown below. Is there anything that could cause it?…
-
Hi guys,
is there any view on making kotlin files that belong to a spring-boot application to be parsed and enhanced as you do with the .java files(run/debug support for import of java classes needed…
cirix updated
2 years ago
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Resilience4j version: 2.2.0
Java version: 21
Kotlin version: 1.9.23
Spring boot version: 3.2.4
Hi! I need to implement a circuit breaker pattern in a Kotlin + Spring Boot (webflux) project, but …
-
### Core or SDK?
Platform/SDK
```[tasklist]
### SDKs
- [ ] Android
- [ ] Apple
- [ ] iOS
- [ ] iOS > macOS
- [ ] iOS > tvOS
- [ ] iOS > visionOS
- [ ] iOS > watchOS
- [ ] Dart
- [x] El…
-
### Description
Trying to setup a Kotlin sprint boot project. Added the required libraries as dependencies. Unable to import the OpenAI class in my class. The IDE cannot find the class.
### Step…
-
## 描述
按照官方指导下载了源码导入idea后,运行application.java,报错
错误日志:
`D:\software\dev\jdk\17\jdk17.0.11_9\bin\java.exe -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:52830,suspend=y,server=n -javaagent:C…
-
**Describe the bug**
This is the bug I keep getting, when I load my Spring Application:
```
2024-08-23T00:17:20.005+01:00 INFO 9758 --- [BFFApplication] [ main] o.s.b.web.embedde…
-
## Describe the bug
Spring 6 @Scheduled entpoint trace.
what i see in ui:
- 端点:SpringScheduled/null
- 跨度类型:Local
- 组件:SpringScheduled
Why `SpringScheduled/null` ?
## Steps to reproduce…
-
using Spring Boot 2.4.0)
spring-boot-starter-actuator has strong dependencies on jackson so that I can't use kotlinx.serialization as default json message converter.