GitHub user ijuma opened a pull request:

    https://github.com/apache/kafka/pull/3808

    MINOR: Always specify the keystore type in system tests

    Also throw an exception if a null keystore type is seen
    in `SecurityStore`. This should never happen.
    
    The default keystore type has changed in Java 9 (
    http://openjdk.java.net/jeps/229), so we need to
    be explicit to have consistent behaviour across
    Java versions.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ijuma/kafka set-jks-explicitly-in-system-tests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3808.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 #3808
    
----
commit cc9d9b50736ce80e93d318485e2762976050204f
Author: Ismael Juma <ism...@juma.me.uk>
Date:   2017-09-07T14:37:58Z

    MINOR: Always specify the keystore type in system tests
    
    Also throw an exception if a null keystore type is seen
    in `SecurityStore`. This should never happen.
    
    The default keystore type has changed in Java 9 (
    http://openjdk.java.net/jeps/229), so we need to
    be explicit to have consistent behaviour across
    Java versions.

----


---

Reply via email to