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

Build: #226 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> 51519d2fcb00b6ad5d327d6c067004c5ec0b364e

    Merge pull request #520 from guusdk/SPARK-2154_offline-messages
    SPARK-2154: Do not parse nicknames using Jid implementation

  • Guus der Kinderen

    Guus der Kinderen 0fd644abbd0741e369f24925dcc059bdf7e1ec9a m

    SPARK-2154: Do not parse nicknames using Jid implementation
    Nicknames aren't necessarily components of a Jid (they are in context of MUC, but they're pretty much free form text on the roster). By attempting to use the Jid implementation to parse nicknames, exceptions occur. In this instance, such an exception prevents an offline message being displayed if it is sent by someone that is on the recipients roster using in nickname that contains a space.

    • core/src/main/java/org/jivesoftware/spark/Workspace.java (version 0fd644abbd0741e369f24925dcc059bdf7e1ec9a)