-
**Jetty Version**
Jetty 10.0.20
**Jetty Environment**
**Java Version**
JDK 21.0.2.jdk
**Question**
We are migrating our jersey application project to JDK 21. We set QueuedThreadPool to use…
-
## Feature
When reporter was first created, it had a rare feature that allows you to limit both the count (`queuedMaxSpans`) and total size of spans (`queuedMaxBytes`) in the backlog. This isn't pe…
-
**Describe the issue**
When calling a JNI method (not sure that it matters, but from a virtual thread), sometimes the exception below is thrown. Upon repeated calls, the exception is mostly no longer…
-
## Describe the Bug
I am using spring boot 3 with tracing through brave & zipkin. All fine until I tried out virtual threads with jdk21
## Steps to Reproduce
Execute a spring boot 3 app with conf…
-
- [x] Flix compiles with JDK 21.
- [x] Bump JDK to 21 on GitHub CI.
- [x] Remove `--Xvirtual-threads`.
- [x] Upgrade to ASM 9.6
- [x] Update gradle to emit bytecode for JDK 21.
- [x] Emit JDK 21 …
-
Investigate and implement support for virtual threads introduced in JDK 21.
[Java documentation](https://docs.oracle.com/en/java/javase/20/core/virtual-threads.html) states:
> Virtual threads a…
ceki updated
8 months ago
-
应用升级到jdk19,但是dubbo代码应该是使用了synchronized,导致虚拟线程无法卸载。这个dubbo有支持吗?
[38;5;250m2023-03-01 16:47:46 [38;5;35mThread[#190,ForkJoinPool-1-worker-3,5,CarrierThreads]
[38;5;250m2023-03-01 16:47:46 [38…
-
https://github.com/adoptium/infrastructure/issues/3041#issuecomment-2102784806
https://github.com/adoptium/infrastructure/issues/3041#issuecomment-2102785607
-
Hi,
I started activating VirtualThreads in application.properties, compiled my application using OpenJDK 21 (Amazon Corretto), but get the following error:
```
2024-04-15T10:30:02.913Z INFO 15…
-
I'm experiencing a problem when running my Spring Boot 3.2 application as a JAR with `spring.threads.virtual.enabled=true`. Under certain conditions, the following error is triggered:
```
reactor.…