The HttpClient.Builder executor​(Executor executor) doc says:
"Sets the executor to be used for asynchronous and dependent tasks."
Dependent tasks no longer run in the executor, by default. SeeJDK-8204679 and JDK-8204339.
"Sets the executor to be used for asynchronous and dependent tasks."
Dependent tasks no longer run in the executor, by default. See
- relates to
-
JDK-8204339 HTTP Client Dependent tasks should run in the common pool
- Resolved
-
JDK-8204679 HTTP Client refresh
- Resolved