HTTP/2 Client
mark.reinhold at oracle.com
mark.reinhold at oracle.com
Thu Feb 16 15:55:20 UTC 2017
2017/2/16 7:49:09 -0800, Simon Ritter <sritter at azul.com>:
> Can someone confirm whether the HTTP/2 client work is being included in
> JDK 9? According to the list of JEPs on the OpenJDK project page [1],
> JEP 110 is a feature. However, in the EDR this is not referenced. The
> JEP [2] itself shows the relase target as 9, but only talks in terms of
> a prototype. Given that we are now feature complete this is a little
> confusing.
JEP 110 identifies itself as a JDK incubator module in its title, and
includes this text in its summary:
The API will be delivered as an incubator module with JDK 9 as defined
in the incubator JEP 11. This implies:
- The API and implementation will not be part of Java SE.
- The API will live under the jdk.incubator namespace.
- The module will not resolve by default at compile or run time.
This is why it is not mentioned in the EDR.
- Mark
More information about the java-se-9-spec-experts
mailing list