mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8197564: HTTP Client implementation
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com> Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com> Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com> Reviewed-by: chegar, dfuchs, michaelm, prappo
This commit is contained in:
parent
a9234c0ab6
commit
a3b61fd4c7
398 changed files with 37643 additions and 10897 deletions
|
@ -171,7 +171,7 @@ module java.base {
|
|||
jdk.attach,
|
||||
jdk.charsets,
|
||||
jdk.compiler,
|
||||
jdk.incubator.httpclient,
|
||||
java.net.http,
|
||||
jdk.jdeps,
|
||||
jdk.jlink,
|
||||
jdk.jshell,
|
||||
|
@ -204,12 +204,11 @@ module java.base {
|
|||
jdk.internal.jvmstat;
|
||||
exports jdk.internal.vm.annotation to
|
||||
jdk.unsupported,
|
||||
jdk.internal.vm.ci,
|
||||
jdk.incubator.httpclient;
|
||||
jdk.internal.vm.ci;
|
||||
exports jdk.internal.util.jar to
|
||||
jdk.jartool;
|
||||
exports sun.net to
|
||||
jdk.incubator.httpclient,
|
||||
java.net.http,
|
||||
jdk.naming.dns;
|
||||
exports sun.net.ext to
|
||||
jdk.net;
|
||||
|
@ -219,10 +218,10 @@ module java.base {
|
|||
exports sun.net.util to
|
||||
java.desktop,
|
||||
jdk.jconsole,
|
||||
jdk.incubator.httpclient;
|
||||
java.net.http;
|
||||
exports sun.net.www to
|
||||
java.desktop,
|
||||
jdk.incubator.httpclient,
|
||||
java.net.http,
|
||||
jdk.jartool;
|
||||
exports sun.net.www.protocol.http to
|
||||
java.security.jgss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue