JDK-8209943 : HttpClient.Builder::executor minor spec correction for dependent tasks
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 11,12
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2018-08-24
  • Updated: 2019-09-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
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. See JDK-8204679 and JDK-8204339.