Builds the Spark Install4j distributables once every day.

Build: #955 was successful

Job: Maven build was successful

Stages & jobs

  1. Build Stage

  2. Post Build

Code commits

Spark (master)

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

    wroot <wrooot@users.noreply.github.com> 9047c84ae249b019cce1faccaa57c62411e72cb2

    Merge pull request #474 from guusdk/SPARK-2065_Stop-incompatible-plugins
    SPARK-2065: Prevent known incompatible plugins from being loaded.

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

    wroot <wrooot@users.noreply.github.com> 9cbe8e88cd5357feb91dc29c3b600ba962c5b139

    Merge pull request #473 from guusdk/SPARK-2092_Fastpath-fix
    SPARK-2092: Fix Fastpath plugin

  • Guus der Kinderen

    Guus der Kinderen 350d477da85dbe80e2700bef0b8ee4554daa4f26

    SPARK-2065: Prevent known incompatible plugins from being loaded.
    This adds a hardcoded list of plugins (with version number) that are known to cause issues. Plugins on the list are no longer loaded by Spark.

    • core/src/main/java/org/jivesoftware/spark/PluginManager.java (version 350d477da85dbe80e2700bef0b8ee4554daa4f26)
  • Guus der Kinderen

    Guus der Kinderen 61bbb64501e0aca81aa6adda23eec43339fc4345 m

    SPARK-2092: Fix Fastpath plugin
    A API change in Smack went unnoticed, and caused the FastPath plugin to not load correctly. This commit fixes that, and increases the version number of the plugin.

    • plugins/fastpath/pom.xml (version 61bbb64501e0aca81aa6adda23eec43339fc4345)
    • plugins/fastpath/src/main/java/org/jivesoftware/fastpath/WorkgroupInitializer.java (version 61bbb64501e0aca81aa6adda23eec43339fc4345)