-
VirtualThreads have been added in JDK19+. It's good improvement on "regular" threads. The Polaris `TaskExecutor` is using regular threads for now. Using virtual threads should provide a performance bo…
-
[//]: # "Please remove these comments"
[//]: # "Provide a general summary of the issue in the Title above"
## Environment Details
* Helidon Version: 4.x
* Helidon SE or Helidon MP
* JDK version…
hyder updated
3 weeks ago
-
Similarly to https://github.com/FasterXML/jackson-core/issues/919
in quarkus we have few parts which are still using thread locals
eg running the test https://github.com/franz1981/fortune-bench…
-
**I'm submitting a ...**
- [*] bug report
- [ ] feature request
**Describe the issue**
I have a process that is hung in the QueryExecutorBase for 12+ hours.
In the org.postgresq…
-
**Description**
Blocked by https://github.com/camunda/zeebe/issues/13716
I was recently checking the [most recent changes in Java 21](https://www.youtube.com/watch?v=E8NV68ihJyY), and projec…
-
### Describe the bug
when running a simple spring boot 3 with spring-amqp app with the debug-flag `-Djdk.tracePinnedThreads=full`
Thread-Pinning occurs.
```
Thread[#60,ForkJoinPool-1-worker-9,5…
-
### Describe the bug
- java.lang.ClassCircularityError: jdk/internal/misc/VirtualThreads when running Spring based microservice on Kubernetes.
- This exception happens when in spring boot we enable…
-
I am using your latest version of Twilio sdk, which the version is 10.5.1. In this version the sdk still depends on apache httpclient with version 4.5.13. However there is a serious problem that it ma…
-
Depends on https://github.com/eclipse-openj9/openj9/issues/15177
In the basic implementation all Continuation stacks are allocated in
-
### Describe the bug
reproducer below
After upgrading my app to 3.11.0 from 3.10.2 and changing nothing else, suddenly I get deadlocks. I turned on virtual thread pinning logs and indeed my carr…