[jdk11u-dev] Integrated: 8229486: Replace wildcard address with loopback or local host in tests - part 21

Goetz Lindenmaier goetz at openjdk.java.net
Fri Mar 18 12:34:36 UTC 2022


On Wed, 16 Mar 2022 15:41:07 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 11.0.16-oracle.
> 
> TcpKeepAliveTest.java does not apply because
>    8220083: Use InetAddress.getLoopbackAddress() in place of 127.0.0.1 f...
> is missing 
> 
> SetIfModifiedSince.java does not apply because
>    8226756: Replace wildcard address with loopback or local host in tests - part 18
> is missing. 
> 
> I included the respective previous changes to these two files in this patch. Backporting these larger
> dependencies will cause recursive backports or require resolving. I want to avoid this additional 
> effort. In case backports of these other changes are necessary later, one will just have to 
> skip the patches to the corresponding files. As the changes are quite simple, this should
> be easy enough to do.

This pull request has now been integrated.

Changeset: 306d8633
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.java.net/jdk11u-dev/commit/306d863343d9cecf9d810ab1f793c83929f708bb
Stats:     242 lines in 11 files changed: 155 ins; 11 del; 76 mod

8229486: Replace wildcard address with loopback or local host in tests - part 21

Reviewed-by: mdoerr
Backport-of: 77d09f0f14bdaafa2e3528c73ee2287338e2ad49

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/902


More information about the jdk-updates-dev mailing list