On Fri, 18 Dec 2020 08:07:53 GMT, Yasumasa Suenaga wrote:
>> @dfuch Thanks for your comment! I updated PR.
>>
>> * Close the stream in `StreamIterator::hasNext`
>> * Throw `UncheckedIOException` whenever IOE happens
>> * Added testcase for this PR
>>
>> Could you review again?
>
> @ChrisHegarty
On Tue, 5 Jan 2021 21:02:21 GMT, Joe Darcy wrote:
> Back in JDK 16, two unintended default constructors were identified and
> deprecated for removal. The time has come to remove them.
>
> Please also review the corresponding CSRs:
>
> JDK-8258521 Remove terminally deprecated constructor in GSS
On Tue, 5 Jan 2021 21:02:21 GMT, Joe Darcy wrote:
> Back in JDK 16, two unintended default constructors were identified and
> deprecated for removal. The time has come to remove them.
>
> Please also review the corresponding CSRs:
>
> JDK-8258521 Remove terminally deprecated constructor in GSS
> jaxp.library.SimpleHttpServer
> https://bugs.openjdk.java.net/browse/JDK-8212035
Mahendra Chhipa has updated the pull request with a new target base due to a
merge or a rebase. The pull request now contains ten commits:
- Implemented the review comments
- Merge branch 'master' into JDK-82120
On Mon, 30 Nov 2020 18:09:57 GMT, Mat Carter
wrote:
> Modified Windows specific loopback macros to support full range of loopback
> addresses, commit message includes unit test data as there's no gtest's for
> java libraries (only hotspot compiler)
>
> This is an expansion on the original fix
On Tue, 5 Jan 2021 21:02:21 GMT, Joe Darcy wrote:
> Back in JDK 16, two unintended default constructors were identified and
> deprecated for removal. The time has come to remove them.
>
> Please also review the corresponding CSRs:
>
> JDK-8258521 Remove terminally deprecated constructor in GSS