Simone Bordet
Simone Bordet
Many projects are moving forward and dropping support for Java 8 and requiring at minimum Java 11. Micrometer will have the same problem you report here when they will have...
@Dean-J123 sorry but it's unclear what you are doing, it's unclear what does not work and from your comment not clear if it is related to this issue?
@gsusanto the way it typically works is that the client issues a CONNECT to the proxy and the proxy opens a connection to the server. In the specific case of...
@olamy can you look at this? The code is indeed weird.
@janbartel the idea of this issue is to update the code in `MetaInfConfiguration.findAndFilterContainerPaths()` now that we can use Java 9+ APIs. There, we currently use system properties `java.class.path` and `jdk.module.path`...
@mjs8002 like explained in #7187 and #8091, JNR is not stable and it's now deprecated and replaced by Java 16 UnixDomain Socket support in Jetty 10. See also #8203.
`Request` objects are not reusable. We should clarify this in the documentation.
That is why we think it's a JVM bug. Having 0/0 and not blocking in `select()` is abnormal behavior.
Yes the second zero should be > 0, i.e. there are no sockets managed by that selector. The selector should block in `select()` if there are no sockets - that...
I looked at the logs, but threads -33, -34, -35 and -37 have no prior logs - when they start logging they are already in a loop. It is also...