On Wed, 29 Oct 2025 14:37:46 GMT, Mikhail Yankelevich
<[email protected]> wrote:
>> Updated test to require `ssl,keymanager`, as it changed from `keymanager`.
>
> Mikhail Yankelevich has updated the pull request incrementally with one
> additional commit since the last revision:
>
> JDK-8370852: Test sun/security/ssl/SSLLogger/DebugPropertyValuesTest.java
> fails after JDK-8369995
test/jdk/sun/security/ssl/SSLLogger/DebugPropertyValuesTest.java line 182:
> 180: "-Djava.util.logging.config.file=" + LOG_FILE),
> 181: List.of("handshake", "javax.net.debug.logger",
> 182: "ssl,keymanager", "packet", "plaintext",
Suggestion:
"ssl,keymanager", "packet", "plaintext",
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28045#discussion_r2476965411