Ricard
Ricard
Any update on this one? We're having `java.lang.NoClassDefFoundError: org/eclipse/jetty/server/handler/HandlerWrapper` which I understand this PR addresses.
What would be the appropriate way to enable virtual threads when using `jersey-container-jetty-http` or `jersey-container-jetty-http2`? We're currently using `JettyHttpContainerFactory`, but the thread pool is apparently hardcoded https://github.com/eclipse-ee4j/jersey/blob/3.1/containers/jetty-http/src/main/java17/org/glassfish/jersey/jetty/JettyHttpContainerFactory.java#L257
> We have the `CommonProperties#THREAD_FACTORY` and `CommonProperties#USE_VIRTUAL_THREADS` properties now. Does it suffice your needs @celtric ? Sorry for the late reply, missed your comment. I confirm `CommonProperties#USE_VIRTUAL_THREADS` works, thank you!