JDK-8170648 : Move java.net.http package out of Java SE to incubator namespace
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-12-02
  • Updated: 2017-05-17
  • Resolved: 2016-12-09
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.
JDK 9
9 b149Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
The 'java.net.http' package was added in JDK 9, and contains the new HTTP Client API, as proposed by JEP 110 ( JDK-8042950 ). Standardizing the API will be deferred to a future release. The API will be included in JDK 9 as an incubating feature ( see incubator modules JDK-8169768).   As such, all types that are currently in the 'jdk.net.http' package should be moved to an appropriate namespace, as proposed by incubator modules, so that they are clearly identifiable as an incubating feature. No types will remain in the 'jdk.net.http' namespace, therefore the package is to be removed.

This effectively removes the new HTTP Client API from Java SE, but it remains as an incubating feature in JDK 9.