Builds Spark (minus the Install4j distributables) after every change to the code.

Build: #263 was successful Changes by wroot <wrooot@users.noreply.github.com> and Guus der Kinderen

Code commits

Spark (master)

  • wroot <wrooot@users.noreply.github.com>

    wroot <wrooot@users.noreply.github.com> 6929ba2ddd6dd2252eed6b3e4439066c73fb566b

    Merge pull request #553 from guusdk/SPARK-2194_tls-fix-cert-expiry-config
    SPARK-2194: Fix certificate expiry configuration

  • Guus der Kinderen

    Guus der Kinderen 4b5b775431e455933e641801c974ed1c10cf9424

    SPARK-2194: Fix certificate expiry configuration
    The code to skip the date validation is using an API method that is intended for a very similar, but different purpose.

    The change in this commit replaces it, by allowing for the validation to throw an exception, but only re-throw that exception if Spark is not configured to suppress it.

    • core/src/main/java/org/jivesoftware/sparkimpl/certificates/SparkTrustManager.java (version 4b5b775431e455933e641801c974ed1c10cf9424)