Re: RFR: 8278028: [test-library] Warnings cleanup of the test library [v2]

2021-12-13 Thread Leonid Mesnik
On Mon, 13 Dec 2021 20:58:50 GMT, Roger Riggs wrote: >> Compilation warnings of the test library introduce noise in test output and >> should be addressed or suppressed. >> Changes include: >> - SuppressWarnings("deprecation") and SuppressWarnings("removal") >> - Adding type parameters to Raw

Re: RFR: 8278028: [test-library] Warnings cleanup of the test library [v2]

2021-12-13 Thread Roger Riggs
> Compilation warnings of the test library introduce noise in test output and > should be addressed or suppressed. > Changes include: > - SuppressWarnings("deprecation") and SuppressWarnings("removal") > - Adding type parameters to Raw types > - Adding a hashCode method where equals was alread

Re: RFR: 8278028: [test-library] Warnings cleanup of the test library

2021-12-13 Thread Lance Andersen
On Wed, 1 Dec 2021 14:47:54 GMT, Roger Riggs wrote: > Compilation warnings of the test library introduce noise in test output and > should be addressed or suppressed. > Changes include: > - SuppressWarnings("deprecation") and SuppressWarnings("removal") > - Adding type parameters to Raw types

Re: RFR: 8278028: [test-library] Warnings cleanup of the test library

2021-12-13 Thread Naoto Sato
On Wed, 1 Dec 2021 14:47:54 GMT, Roger Riggs wrote: > Compilation warnings of the test library introduce noise in test output and > should be addressed or suppressed. > Changes include: > - SuppressWarnings("deprecation") and SuppressWarnings("removal") > - Adding type parameters to Raw types

Re: RFR: 8278028: [test-library] Warnings cleanup of the test library

2021-12-13 Thread Mandy Chung
On Wed, 1 Dec 2021 14:47:54 GMT, Roger Riggs wrote: > Compilation warnings of the test library introduce noise in test output and > should be addressed or suppressed. > Changes include: > - SuppressWarnings("deprecation") and SuppressWarnings("removal") > - Adding type parameters to Raw types

Re: RFR: 8278028: [test-library] Warnings cleanup of the test library

2021-12-13 Thread Roger Riggs
On Wed, 1 Dec 2021 14:47:54 GMT, Roger Riggs wrote: > Compilation warnings of the test library introduce noise in test output and > should be addressed or suppressed. > Changes include: > - SuppressWarnings("deprecation") and SuppressWarnings("removal") > - Adding type parameters to Raw types

Re: [External] : Re: Proposal - 8209137: Add ability to bind to specific local address to HTTP client

2021-12-13 Thread Jaikiran Pai
The main items that we discussed in this thread have now all been included in the PR, so I've opened it for a formal review through a RFR. -Jaikiran On 08/12/21 8:51 pm, Jaikiran Pai wrote: Hello Daniel, On 08/12/21 8:21 pm, Daniel Fuchs wrote: Hi Jaikiran, On 08/12/2021 14:32, Jaikiran Pai

Re: RFR: 8209137: Add ability to bind to specific local address to HTTP client [v2]

2021-12-13 Thread Jaikiran Pai
> This change proposes to implement the enhancement noted in > https://bugs.openjdk.java.net/browse/JDK-8209137. > > The change introduces a new API to allow applications to build a > `java.net.http.HTTPClient` configured with a specific local address that will > be used while creating `Socket`