Re: RFR: 8268056: Update java.net and java.nio to use switch expressions [v7]

2021-06-09 Thread Patrick Concannon
> Hi, > > Could someone please review my code for updating the code in the `java.net` > and `java.nio` packages to make use of the switch expressions? > > Kind regards, > Patrick Patrick Concannon has updated the pull request with a new target base due to a merge or a rebase. The incremental w

Re: RFR: 8268056: Update java.net and java.nio to use switch expressions [v7]

2021-06-09 Thread Lance Andersen
On Wed, 9 Jun 2021 08:44:44 GMT, Patrick Concannon wrote: >> Hi, >> >> Could someone please review my code for updating the code in the `java.net` >> and `java.nio` packages to make use of the switch expressions? >> >> Kind regards, >> Patrick > > Patrick Concannon has updated the pull reques

Integrated: 8268056: Update java.net and java.nio to use switch expressions

2021-06-09 Thread Patrick Concannon
On Tue, 1 Jun 2021 16:44:38 GMT, Patrick Concannon wrote: > Hi, > > Could someone please review my code for updating the code in the `java.net` > and `java.nio` packages to make use of the switch expressions? > > Kind regards, > Patrick This pull request has now been integrated. Changeset:

RFR: JDK-8268464 : Remove dependancy of TestHttpsServer, HttpTransaction, …

2021-06-09 Thread Mahendra Chhipa
…HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests - Commit messages: - JDK-8268464 : Remove dependancy of TestHttpsServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests Changes: https://git.openjdk.java.net/jdk/pull/4432/files

Re: RFR: JDK-8268464 : Remove dependancy of TestHttpsServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests

2021-06-09 Thread Daniel Fuchs
On Wed, 9 Jun 2021 14:42:23 GMT, Mahendra Chhipa wrote: > …HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests test/jdk/sun/net/www/protocol/https/ChunkedOutputStream.java line 116: > 114: String reqbody = ""; > 115: try(InputStream inputStream = r