t;,
> System.getProperty("test.provider.name", "SunJCE"));
Matthew Donovan has updated the pull request incrementally with one additional
commit since the last revision:
Updated a few more tests.
-
Changes:
- all: https://git.openjdk.org/jdk/pull/21551/files
- n
In this PR, I removed hard-coded security providers and replaced them with a
system property, test.provider.name. If the property is not specified, the
provider originally used in the test is used:
Cipher c = Cipher.getInstance("AES/GCM/NoPadding",
System.getProperty("test.provider.name", "SunJ
t;,
> System.getProperty("test.provider.name", "SunJCE"));
Matthew Donovan has updated the pull request incrementally with one additional
commit since the last revision:
added documentation for the new property
-
Changes:
- all: https://git.openjdk.org/jdk/pull/21551
On Wed, 16 Oct 2024 18:47:44 GMT, Matthew Donovan wrote:
> In this PR, I removed hard-coded security providers and replaced them with a
> system property, test.provider.name. If the property is not specified, the
> provider originally used in the test is used:
>
t;,
> System.getProperty("test.provider.name", "SunJCE"));
Matthew Donovan has updated the pull request incrementally with one additional
commit since the last revision:
updated testing doc per PR comments
-
Changes:
- all: https://git.openjdk.org/jdk/pull/21551/files
t;,
> System.getProperty("test.provider.name", "SunJCE"));
Matthew Donovan has updated the pull request incrementally with one additional
commit since the last revision:
included additional services in testing.md
-
Changes:
- all: https://git.openjdk.org/jdk/pull/21551
On Mon, 21 Oct 2024 12:42:08 GMT, Sean Mullan wrote:
> You are changing more than SunJCE providers, so the title of this bug should
> not be specific to SunJCE. Suggest: "Replace hardcoded security providers
> with new test.provider.name system property".
>
> Are there any cases where a test h
t;,
> System.getProperty("test.provider.name", "SunJCE"));
Matthew Donovan has updated the pull request incrementally with one additional
commit since the last revision:
fixed whitespace
-
Changes:
- all: https://git.openjdk.org/jdk/pull/21551/files
- new: https
t;,
> System.getProperty("test.provider.name", "SunJCE"));
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 five additional
On Fri, 25 Oct 2024 12:53:04 GMT, Sean Mullan wrote:
> > I changed the name of the bug and PR. Yes there are cases where a test has
> > more than one hardcoded provider.
>
> How would that work then if the property only allows you to specify one
> provider?
The tests with multiple, hardcoded
10 matches
Mail list logo