Re: RFR: 8257736: InputStream from BodyPublishers.ofInputStream() leaks when IOE happens [v4]

2021-01-06 Thread Yasumasa Suenaga
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? > >

Integrated: 8250564: Remove terminally deprecated constructor in GSSUtil

2021-01-06 Thread Joe Darcy
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

Re: RFR: 8250564: Remove terminally deprecated constructor in GSSUtil

2021-01-06 Thread Sean Mullan
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

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v6]

2021-01-06 Thread Mahendra Chhipa
> 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

Integrated: 8255264: Support for identifying the full range of IPv4 localhost addresses on Windows

2021-01-06 Thread Mat Carter
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

Re: RFR: 8250564: Remove terminally deprecated constructor in GSSUtil

2021-01-06 Thread Alan Bateman
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