On Tue, 19 Oct 2021 13:50:20 GMT, Ludvig Janiuk wrote:
> Single-row table was being used as a hack here, a description list
> seems more appropriate
Looks good to me.
-
Marked as reviewed by ihse (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6010
On Tue, 19 Oct 2021 13:50:20 GMT, Ludvig Janiuk wrote:
> Single-row table was being used as a hack here, a description list
> seems more appropriate
Would it be possible to build documentation for that page to see how it looks?
-
PR: https://git.openjdk.java.net/jdk/pull/6010
On Sat, 23 Oct 2021 06:33:52 GMT, Alan Bateman wrote:
>> src/java.base/share/classes/java/net/spi/InetAddressResolverProvider.java
>> line 52:
>>
>>> 50: /**
>>> 51: * Initialise and return the {@link InetAddressResolver} provided by
>>> 52: * this provider. This method is called
On Tue, 26 Oct 2021 12:49:30 GMT, Aleksei Efimov wrote:
>> src/java.base/share/classes/java/net/spi/InetAddressResolverProvider.java
>> line 45:
>>
>>> 43: * system-wide resolver instance, which is used by
>>> 44: * >> href="{@docRoot}/java.base/java/net/InetAddress.html#host-name-resolution"
On Sat, 23 Oct 2021 06:19:46 GMT, Alan Bateman wrote:
>> Aleksei Efimov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> More javadoc updates to API classes
>
> src/java.base/share/classes/java/net/InetAddress.java line 169:
>
>> 167: *
This change ensures that the realm string passed to the BasicAuthenticator
constructor is a quoted-string, as per RFC7230 [1]. A Utils class is added to
jdk.httpserver/sun.net.httpserver that holds the new isQuotedString() method
and the pre-existing isValidName() method (previously in ServerImp
On Tue, 26 Oct 2021 12:52:58 GMT, Aleksei Efimov wrote:
>> 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
On Tue, 19 Oct 2021 13:50:20 GMT, Ludvig Janiuk wrote:
> Single-row table was being used as a hack here, a description list
> seems more appropriate
Hi Ludwik, it's the first time I see ``, ``, and `` being used in
API documentation so I'd like to see some confirmation from the javadoc team
th
> 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:
> -
On Tue, 26 Oct 2021 12:44:38 GMT, Pavel Rappo wrote:
>> Single-row table was being used as a hack here, a description list
>> seems more appropriate
>
> Would it be possible to build documentation for that page to see how it looks?
@pavelrappo here's a screengrab from my local build. It doesn't
On Tue, 26 Oct 2021 12:52:58 GMT, Aleksei Efimov wrote:
>> 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
> 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:
> -
On Tue, 26 Oct 2021 15:04:54 GMT, Daniel Fuchs wrote:
>> Aleksei Efimov has updated the pull request with a new target base due to a
>> merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains 14 additional
>> commits
On Tue, 26 Oct 2021 16:24:48 GMT, Aleksei Efimov wrote:
>> 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
On Sat, 2 Oct 2021 20:05:37 GMT, Andrey Turbanov wrote:
> Cleanup unnecessary String.valueOf calls (and similar) when conversion will
> happen implicitly anyway
This pull request has now been integrated.
Changeset: 19f76c21
Author:Andrey Turbanov
Committer: Daniel Fuchs
URL:
https
15 matches
Mail list logo