From 1344e5c4ca0db755aef5d372876479d339f42e6c Mon Sep 17 00:00:00 2001 From: Mahied Maruf Date: Sat, 8 Nov 2025 01:26:56 +0000 Subject: [PATCH 1/2] Update `readme` to specify virtual threads requirement Clarify that virtual threads aren't just a default or suggestion, but a hard requirement. Related-to: https://github.com/avaje/avaje-jex/pull/320#issuecomment-3505550077 Signed-off-by: Mahied Maruf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b344298..eb71beda 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Features: - Json SPI - File Uploads - SSL/mTLS configuration -- Virtual threads enabled by default +- Virtual threads enabled by default and required - Multi-Server with any implementation of `jdk.httpserver` (Jetty, Robaho, built-in, etc) ## Quick Start From 3ad1435fbc18a269acb6eac631fc411e077de340 Mon Sep 17 00:00:00 2001 From: Mahied Maruf Date: Sat, 8 Nov 2025 05:46:40 +0000 Subject: [PATCH 2/2] Update `readme` Related-to: https://github.com/avaje/avaje-jex/pull/321#issuecomment-3505569438 Signed-off-by: Mahied Maruf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb71beda..2a086386 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Features: - Json SPI - File Uploads - SSL/mTLS configuration -- Virtual threads enabled by default and required +- Virtual thread executor by default (no Future-based programming model, etc) - Multi-Server with any implementation of `jdk.httpserver` (Jetty, Robaho, built-in, etc) ## Quick Start