Rechercher un changement de comportement dans HttpClient.newHttpClient et HttpClient.Builder.build

java.net.http.HttpClient.newHttpClient() et HttpClient.newBuilder().build() peuvent émettre une exception UncheckedIOException s'il n'y a pas suffisamment de ressources sous-jacentes. Avant cet ajout, une erreur InternalError non documentée était émise.

Pour plus d'informations sur ces méthodes, voir Revisit exceptions thrown when creating an HttpClient fails due to unavailability of underlying resources.