[jdk11u-dev] Integrated: 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary

Amos Shi ashi at openjdk.org
Fri Dec 15 11:42:57 UTC 2023


On Mon, 4 Dec 2023 10:36:45 GMT, Amos Shi <ashi at openjdk.org> wrote:

> Backport of [JDK-8211978](https://bugs.openjdk.org/browse/JDK-8211978)
> 
> The following files need manual merge:
> - `test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java`
>   - `Copyright (c) year` sections cannot be auto merged
>   - The curent `year` in [jdk11u-dev](https://github.com/openjdk/jdk11u-dev) is newer, so the change can be considered as **clean**
> - `test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTest.java`
>   - `Copyright (c) year` sections cannot be auto merged
>   - The curent `year` in [jdk11u-dev](https://github.com/openjdk/jdk11u-dev) is newer, so the change can be considered as **clean**
> - `test/jdk/java/net/httpclient/AbstractThrowingPushPromises.java` 
>   - The base line number is different so cannot be auto merged; 
>   - the changes are the same as original commit in [jdk](https://github.com/openjdk/jdk) repo, so the change is **clean**
> - `test/jdk/java/net/httpclient/HttpsTunnelTest.java` 
>   - The base line number is different so cannot be auto merged; 
>   - the changes are the same as original commit in [jdk](https://github.com/openjdk/jdk) repo, so the change is **clean**
> - `test/jdk/java/net/httpclient/InvalidSSLContextTest.java` 
>   - The base line number is different so cannot be auto merged; 
>   - the changes are the same as original commit in [jdk](https://github.com/openjdk/jdk) repo, so the change is **clean**
> - `test/jdk/java/net/httpclient/ShortResponseBody.java` 
>   - `@library /lib/testlibrary` and `@build jdk.testlibrary.SimpleSSLContext` lines does not exist, just as [jdk](https://github.com/openjdk/jdk) repo, so we san safely ignore them, so the change is **clean**
> - `test/jdk/java/net/httpclient/SmokeTest.java` 
>   - The base line number is different so cannot be auto merged; 
>   - the changes are the same as original commit in [jdk](https://github.com/openjdk/jdk) repo, so the change is **clean**
> - `test/jdk/java/net/httpclient/SpecialHeadersTest.java` 
>   - The base line number is different so cannot be auto merged; 
>   - the changes are the same as original commit in [jdk](https://github.com/openjdk/jdk) repo, so the change is **clean**
> - `test/jdk/java/net/httpclient/UnknownBodyLengthTest.java` 
>   - The base line number is different so cannot be auto merged; 
>   - the changes are the same as original commit in [jdk](https://github.com/openjdk/jdk) repo, so the change is **clean**
> - `test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/FlowTest.java` 
>   - `Copyright (c) yea...

This pull request has now been integrated.

Changeset: 0c9de020
Author:    Amos Shi <ashi at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/0c9de02017148419782a320ad8c5d145ed47e4d1
Stats:     877 lines in 123 files changed: 246 ins; 304 del; 327 mod

8211978: Move  testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary

Move SimpleSSLContext.java and testkeys to test/lib/jdk/test/lib/net

Reviewed-by: mdoerr
Backport-of: 4fe2edae5948e95f1940a64a3e9d4379e8362d8c

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

PR: https://git.openjdk.org/jdk11u-dev/pull/2330


More information about the jdk-updates-dev mailing list