RFR: 8244202: Implementation of JEP 418: Internet-Address Resolution SPI [v5]
Aleksei Efimov
aefimov at openjdk.java.net
Thu Oct 21 18:21:54 UTC 2021
On Wed, 20 Oct 2021 18:47:32 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Aleksei Efimov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Change InetAddressResolver method names
>
> src/java.base/share/classes/java/net/InetAddress.java line 244:
>
>> 242: * @implNote
>> 243: * For any lookup operation that might occur before the VM is fully booted the <i>built-in
>> 244: * resolver</i> will be used.
>
> I think we will need decide if InetAddress class description is the right place for this or whether some/most of it should move to InetAddressResolverProvider. It might be that we update the existing "Host Name Resolution" section with some basic/readable text to make the reader aware that there is a provider mechanism with a link to InetAddressResolverProvider with the details.
Thanks for a good suggestion, Alan. It looks better now (2a554c91864e3b42a0ea315b0a671782fe341927) with some basic text for provider mechanism added to `Host Name Resolution`, and `InetAddress Resolver Providers` section moved to `InetAddressResolverProvider`.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5822
More information about the security-dev
mailing list