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:
Richard Körber
2023-04-24 21:16:07 +02:00
parent d6296111f7
commit 783fdde013
22 changed files with 458 additions and 418 deletions

View File

@@ -14,6 +14,7 @@
module org.shredzone.acme4j {
requires static com.github.spotbugs.annotations;
requires java.net.http;
requires org.jose4j;
requires org.slf4j;