GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/668
ZOOKEEPER-3165. Java 10:
X509UtilTest.testCreateSSLContextWithoutTrustStorePassword fails
We use JKS format explicitly, but the tests created the keystore and
truststore with the default format. This has been changed in Java 9 from JKS to
PKCS12 which caused the test failing on Java 9+ builds.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-3165
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/668.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #668
----
commit 545d7ad276a942cf763f3a81dc5595e2a200fdd6
Author: Andor Molnar <andor@...>
Date: 2018-10-12T13:58:55Z
ZOOKEEPER-3165. Changed keystore/truststore format to JKS, because the
default type has been changed in Java 9 to PKCS12
----
---