-
I'm using SimpleAsyncTaskScheduler(tried both scheduleAtFixedRate, and scheduleWithFixedDelay), and 15-20 runs, the delay rate degrades from 3 seconds to sub-1 seconds.
spring boot version: 3.2.3.…
-
Update: Quartz Scheduler was abandoned. - But not any longer.
---
Can anyone with knowledge shine light on this?
To me, it looks abandoned. No commits this year at all, CVEs not fixed, no issues an…
-
I am using Spring Boot `3.2.4` with Jetty (spring boot supplied version) in a 'standard' web mvc project.
When activating the virtual threads feature through configuration within `application.yml` …
-
### API(s)
```java
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad
```
### How do you want it to be improved?
[This load](https://github.com/google/guava/blob/4f12c5891a7adedbaa1d99fc9f…
-
## Environment Details
* Helidon Version: 4.0.7
* Helidon MP
* JDK version: Java HotSpot(TM) 64-Bit Server VM (build 21.0.2+13-LTS-58, mixed mode, sharing)
* OS: Ubuntu 23.10
----------
## P…
-
Because vert.x uses reflection to determine if the runtime supports virtual threads, it fails when setting the ThreadingModel to VIRTUAL_THREAD in a native image. A workaround is available adding cust…
rikvb updated
7 months ago
-
We noticed that the thread name was missing as a field in our logs logged by the rabbit listener after activating `VirtualThreads`.
We use Loki in Grafana where we have multiple fields, where the thr…
-
**Is your feature request related to a problem? Please describe.**
It has been announced a while ago that `SecurityManager` is going to be phased out from the JDK. The first step, the deprecation of …
-
Hi,
we use spring-boot-starter-data-redis:3.2.2 with a single redis instance and configured these timeouts:
```
spring:
data:
redis:
host: "${REDIS_HOST}" #ip address
port…
KP-EV updated
7 months ago
-
**Jetty version(s)**
12.0.5
**Enhancement Description**
Specify a `ThreadFactory` when setting up the default virtual thread executor so it creates named threads.
***Background***
The vir…