RFR: 8343316: Review and update tests using explicit provider names [v2]

Hai-May Chao hchao at openjdk.org
Tue Nov 18 06:50:10 UTC 2025


On Mon, 17 Nov 2025 13:42:00 GMT, Matthew Donovan <mdonovan at openjdk.org> wrote:

>> In this PR, I updated a few crypto tests to remove the hard-coded provider name and use the `test.provider.name` property instead. These tests were missed while working on [JDK-8341927](https://bugs.openjdk.org/browse/JDK-8341927).
>
> Matthew Donovan has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
> 
>  - updated copyright year and introduced PROVIDER_NAME variable
>  - Merge branch 'master' into provider.name
>  - 8343316: Review and update tests using explicit provider names

test/jdk/com/sun/crypto/provider/KeyAgreement/DHKeyAgreement3.java line 2:

> 1: /*
> 2:  * Copyright (c) 1998, 2025Ø, Oracle and/or its affiliates. All rights reserved.

s/20250/2025/

test/jdk/java/security/Provider/ProviderVersionCheck.java line 2:

> 1: /*
> 2:  * Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.

s/2024/2025/

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28273#discussion_r2536531038
PR Review Comment: https://git.openjdk.org/jdk/pull/28273#discussion_r2536531320


More information about the security-dev mailing list