mirror of
https://github.com/shred/acme4j.git
synced 2025-12-16 11:24:01 +08:00
Use the java.net.http client
With this patch, the old HttpURLConnection client is replaced with the new java.net.http client that was introduced in Java 11.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
module org.shredzone.acme4j {
|
||||
requires static com.github.spotbugs.annotations;
|
||||
requires java.net.http;
|
||||
requires org.jose4j;
|
||||
requires org.slf4j;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user