Skip to content

Commit a059cd8

Browse files
fix: adding built in http client to available packages (#14)
1 parent aa1c5bc commit a059cd8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

java-11/Dockerfile

+2
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

+2
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)