-
I used springwebflux + r2dbc-mysql to build the web project. In my tests, I found that most database operations were always performed in the same thread, resulting in 80% cpu load on that thread. I ch…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
I am using azure cosmos sdk version 4.42.0 . Its been running for quite sometime in my application, but quite lately I am observing intermittent connection failure issue.
***Exception or Stack Trace…
-
"C:\Program Files\Java\jdk-11.0.2\bin\java.exe" -Djdk.tls.namedGroups=secp256k1“ -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabl…
-
## Expected Behavior
Users should be able to use native compilation (with GraalVM) for applications using the Dapr Java Spring Boot integration.
## Actual Behavior
The netty-shaded library…
-
Using:
implementation ('org.redisson:redisson-spring-boot-starter:3.26.1')
Stack Trace:
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis…
-
## 描述
按照官方指导下载了源码导入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…
-
# GraalVM Native Image Error Report
## Build Output
```
========================================================================================================================
GraalVM Native …
-
I am trying to use tomcat instead netty. To achive this i have excluded netty from dependencies and included tomcat, so my build.gradle dependecies:
```
dependencies {
compile (group: 'org.spri…