arturobernalg opened a new pull request, #717: URL: https://github.com/apache/httpcomponents-client/pull/717
Introduce `VirtualThreadCloseableHttpClient` to run classic transport on JDK 21 virtual threads while preserving `CloseableHttpClient` semantics and threading contract. Extend builder with `useVirtualThreads()`, `virtualThreadNamePrefix()`, `virtualThreadExecutor(...)`, `virtualThreadShutdownWait(...)`, and `virtualThreadsRunHandler()` to control execution. Add `VirtualThreadSupport` utility for JDK detection and per-task executor; include example and tests. Behavior remains unchanged unless enabled via the builder. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
