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

Code commits

Spark (master)

  • ilyaHlevnoy <71222850+Plyha@users.noreply.github.com>

    ilyaHlevnoy <71222850+Plyha@users.noreply.github.com> 073a5b34e3b26524d2fe38d8d1c535f2e8a8268a

    SPARK-2250 SPARK-2223 Load history and don't save MUC (#730)
    1.We must user JID(fullname) for save and load history
    2.When loading history we must use:
    a)LocalPart for contacts that are not in user list.
    b)ResourcePart for private messages in MUC
    3.Jid.asUrlEncodedString() path is not displayed correctly

    • core/src/main/java/org/jivesoftware/spark/ui/rooms/ChatRoomImpl.java (version 073a5b34e3b26524d2fe38d8d1c535f2e8a8268a)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/transcripts/ChatTranscriptPlugin.java (version 073a5b34e3b26524d2fe38d8d1c535f2e8a8268a)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/transcripts/ChatTranscripts.java (version 073a5b34e3b26524d2fe38d8d1c535f2e8a8268a)