Hello net-dev!
I'm emailing about a surprising observation in the HttpClient send method
related to guaranteed completion.
Despite explicit timeout configurations, a call to send can block indefinitely.
The stacktrace below was obtained from a thread dump on a running OpenJDK
16.0.2 JVM. The t
On Tue, 5 Oct 2021 18:55:09 GMT, Joe Darcy wrote:
> Augmentations to javac's Xlint:serial checking are out for review (#5709) and
> the sun.net classes in this PR would need some changes to pass under the
> expanded checks.
>
> The changes are to suppress warnings where non-transient fields in
On Tue, 5 Oct 2021 18:55:09 GMT, Joe Darcy wrote:
> Augmentations to javac's Xlint:serial checking are out for review (#5709) and
> the sun.net classes in this PR would need some changes to pass under the
> expanded checks.
>
> The changes are to suppress warnings where non-transient fields in
Augmentations to javac's Xlint:serial checking are out for review (#5709) and
the sun.net classes in this PR would need some changes to pass under the
expanded checks.
The changes are to suppress warnings where non-transient fields in serializable
types are not declared with a type statically k
On Thu, 16 Sep 2021 19:03:26 GMT, Andrey Turbanov
wrote:
> Pass "cause" exception as constructor parameter is shorter and easier to read.
This pull request has now been integrated.
Changeset: 1459180f
Author:Andrey Turbanov
Committer: Weijun Wang
URL:
https://git.openjdk.java.net/
This change implements a new service provider interface for host name and
address resolution, so that java.net.InetAddress API can make use of resolvers
other than the platform's built-in resolver.
The following API classes are added to `java.net.spi` package to facilitate
this:
- `InetAddressR