[jdk17u-dev] Integrated: 8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient

Goetz Lindenmaier goetz at openjdk.org
Thu Apr 4 20:58:13 UTC 2024


On Thu, 28 Mar 2024 19:59:46 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 17.0.12-oracle.
> 
> test/jdk/java/net/httpclient/CancelRequestTest.java
> test/jdk/java/net/httpclient/HeadTest.java
> Resolved imports.
> 
> Omitted files:
> test/jdk/java/net/httpclient/AsyncExecutorShutdown.java
> test/jdk/java/net/httpclient/CancelStreamedBodyTest.java
> test/jdk/java/net/httpclient/ExecutorShutdown.java
> test/jdk/java/net/httpclient/ExpectContinueTest.java
> test/jdk/java/net/httpclient/Response1xxTest.java
> All these already had to be omitted in https://github.com/openjdk/jdk17u-dev/pull/2311,
> they all came with new features or other changes that should
> not be backported as prereq.  For the reasoning see PR 2311.

This pull request has now been integrated.

Changeset: e913fa70
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/e913fa7039c65c7db9d3b676d825c241e52bb2dd
Stats:     491 lines in 41 files changed: 165 ins; 143 del; 183 mod

8303457: Introduce convenience test library APIs for creating test servers for tests in test/jdk/java/net/httpclient

Reviewed-by: lucy
Backport-of: 72de24e59a80a38ea4ea6a8a3f966f555987ac86

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

PR: https://git.openjdk.org/jdk17u-dev/pull/2350


More information about the jdk-updates-dev mailing list