Skip to content

Commit 2642dc6

Browse files
fix: adding built in http client to available packages
1 parent 0a37c03 commit 2642dc6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

java-11/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jdk.security.auth,\
3535
jdk.unsupported,\
3636
# jdk specific network options
3737
jdk.net,\
38+
# built-in http client
39+
java.net.http,\
3840
# zip, jar file systems
3941
jdk.zipfs\
4042
--output jre

java-14/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jdk.security.auth,\
3535
jdk.unsupported,\
3636
# jdk specific network options
3737
jdk.net,\
38+
# built-in http client
39+
java.net.http,\
3840
# zip, jar file systems
3941
jdk.zipfs\
4042
--output jre

0 commit comments

Comments
 (0)