Greg Wilkins
Greg Wilkins
**Labels** We need to review the labels that we have to available on this project as there are currently too many and contradictory. I would like to suggest the following...
Virtual threads are used for all threading.
A minimal set of changes extracted from #11094 and variants in fix/jetty-12/10541/byteBufferAccumulator3 and fix/jetty-12/10541/byteBufferAccumulator4 in an attempt to find a rough consensus on some core API changes.
**Jetty version(s)** 12 **Jetty Environment** all **Description** We have many distribution tests that do something like: ```java assertTrue(run3.awaitConsoleLogsFor("Started oejs.Server@", START_TIMEOUT, TimeUnit.SECONDS)); ContentResponse response = client.GET("http://localhost:" + port + "/test/sometest.txt"); ```...
Ensure that using the polyglot graalvm is easy to do (see #3087).
Currently there is a little bit of a difference between the `HttpParser` contract as seen by the server and the client, specifically with how the boolean return from parseNext() is...
**Jetty version** 10.0.x **Description** With the new Configuration mechanism in jetty-10: + Configurations are discovered by the `ServiceLoader` so typically they only need to be added to the classpath +...
**Jetty version(s)** all **Enhancement Description** implement jetty installation via sdkman
**Jetty version(s)** 12 **Enhancement Description** We have over 75 loops written like ```java for (int i = limit; i-- > 0;) // Do something ``` Most of these were written...
I've tried to use http2fuzz against the jetty server, but cannot get it to connect and recognize HTTP2! simplest way to demonstrate this is with: ``` ./http2fuzz --target "webtide.com:443" ```...