Cheong Chung Onn
Cheong Chung Onn
@minwoox Thank You for working on this :)
Hi Federico, I have create a patch to allow auto detect of xvfb-run, this would allow the sPDF to run in a headless debian environment and without any change to...
The same code works in Scala 2.12.13 ```scala package experiment import com.linecorp.armeria.common.HttpResponse import com.linecorp.armeria.server.Server object Test { def main(args: Array[String]): Unit = { val server = Server.builder() .contextPath("/v1") .service("/", (ctx,...
@Gedochao I confirmed that 3.6.1-RC1-bin-20241016-2fc299b-NIGHTLY fixes the problem
I would be grateful if this fixed can be backport to the next possible 3.5.x. Thanks in advance
Noted with thanks!
Hi Marten, Thanks for sharing the challenges and your thoughts about the issue. The first thing I thought when I had the problem was, wouldn't it be nice if there...
Hi Marten, I agreed adhering to the specs is important. From the JavaDoc, it seems to imply that hasNext should not throw an exception. In my case, the hasNext method...
Would "thread pinning" be a concern? https://www.infoworld.com/article/3713220/java-virtual-threads-hit-with-pinning-issue.html
> Thread pinning will be fixed in the next Java version. https://mail.openjdk.org/pipermail/loom-dev/2024-February/006433.html > > We have been spending a lot of time implementing LINE's internal requirements such as xDS protocol...