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

Build: #197 was successful

Job: Maven build was successful

Stages & jobs

  1. Build Stage

Code commits

Spark (master)

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

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

    Merge pull request #496 from guusdk/SPARK-2110_vcard-new-api
    SPARK-2110: Stop using deprecated VCard API

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

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

    Merge pull request #495 from guusdk/SPARK-2133_i18n-load
    SPARK-2133: Don't search jar for translations

  • Guus der Kinderen

    Guus der Kinderen 925135b424dfc8ff40748b219b3229a437d6daba m

    SPARK-2110: Stop using deprecated VCard API
    Smack has deprecated parts of the VCard API (primarily the 'load' and 'save' methods). As Spark still used this API at some points, some data doesn't get refereshed / loaded properly. By switching to the new API, these problems disappear.

    • core/src/main/java/org/jivesoftware/spark/ui/RosterDialog.java (version 925135b424dfc8ff40748b219b3229a437d6daba)
    • core/src/main/java/org/jivesoftware/sparkimpl/profile/VCardEditor.java (version 925135b424dfc8ff40748b219b3229a437d6daba)
    • core/src/main/java/org/jivesoftware/sparkimpl/profile/VCardManager.java (version 925135b424dfc8ff40748b219b3229a437d6daba)
  • Guus der Kinderen

    Guus der Kinderen 89f16500739f6d73fb678506fd5edf22b21dbd80 m

    SPARK-2133: Don't search jar for translations
    Instead of specifically looking for i18n-files in the spark.jar file, just check if they're anywhere on the classpath. This is more likely to yield results (especially when Spark isn't ran from a jar file, but from an IDE). I'd not be surprised if it's moderately faster too, as no ZIP file operations are needed).

    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/language/LanguagePlugin.java (version 89f16500739f6d73fb678506fd5edf22b21dbd80)