[jdk11u-dev] Integrated: 8326503: [11u] java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fail because of package org.junit.jupiter.api does not exist
Anton Bobrov
abobrov at openjdk.org
Mon Feb 26 15:53:50 UTC 2024
On Mon, 26 Feb 2024 10:39:20 GMT, Anton Bobrov <abobrov at openjdk.org> wrote:
> This patch addresses the test failures described in https://bugs.openjdk.org/browse/JDK-8326503 due to junit 5 package org.junit.jupiter.api which does not exist in older junit 4 that is being used here now for 11u builds by refactoring junit 5 api use to available junit 4 api.
This pull request has now been integrated.
Changeset: 93c5f7c5
Author: Anton Bobrov <abobrov at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/93c5f7c50d2300d45c8d7789cdb22775fc6fb7b0
Stats: 61 lines in 1 file changed: 1 ins; 13 del; 47 mod
8326503: [11u] java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fail because of package org.junit.jupiter.api does not exist
Reviewed-by: sgehwolf
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2553
More information about the jdk-updates-dev
mailing list