The tests were run with:
Avaje Jex is a micro web framework for Java's built-in jdk.httpserver API.
Jex.create()
.get("/", ctx -> ctx.text("hello"))
.start();
http://localhost:8080/plaintext
http://localhost:8080/queries?queries=
http://localhost:8080/updates?queries=
http://localhost:8080/fortunes
mvn clean package
mvn clean package -P robaho
mvn clean package -P jetty
java -p ./target/modules/ -m avaje.techempower