[jdk11u-dev] RFR: 8305906: HttpClient may use incorrect key when finding pooled HTTP/2 connection for IPv6 address

Goetz Lindenmaier goetz at openjdk.org
Mon Feb 26 14:10:57 UTC 2024


On Mon, 19 Feb 2024 07:55:30 GMT, Varada M <varadam at openjdk.org> wrote:

> Hi all,
> 
> This pull request contains a backport of commit [43956686](https://github.com/openjdk/jdk17u-dev/commit/43956686c924658ee2d7866e46ee9f10d9595c35) from the [openjdk/jdk17u-dev](https://git.openjdk.org/jdk17u-dev) repository.
> 
> The commit being backported was authored by Jaikiran Pai on 16 Feb 2024 and was reviewed by Paul Hohensee.
> 
> Thanks!

Hi @varada1110 ,
I think you don't need the test adaptions to SimpleSSLContext.  But the test will not work with jtreg 6.1 as it uses jupiter code not in jtreg 6.1.  Make sure your local tests for 11 use jtreg 6.1.

test/jdk/java/net/httpclient/http2/ConnectionReuseTest.java:41: error: package org.junit.jupiter.api does not exist
import org.junit.jupiter.api.AfterAll;

-------------

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2531#issuecomment-1964232531


More information about the jdk-updates-dev mailing list