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

Build: #256 was successful Changes by wroot <wrooot@users.noreply.github.com>

Code commits

Spark (master)

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

    wroot <wrooot@users.noreply.github.com> 7414669bdf0bd55659e256a5d1199d201e48a205

    Merge pull request #547 from R87A/SPARK-1160
    SPARK-1160: Continue getting rid of deprecated methods

  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> b106d1f8fef472ddc722f9c7a39e8480f9822075 m

    Replace usage of deprecated method with alternative and delete method itself.
    Deprecated method:
    org.jivesoftware.spark.PresenceManager.getPresence(java.lang.String)
    Alternative method:
    org.jivesoftware.spark.PresenceManager.getPresence(org.jxmpp.jid.BareJid)

    • core/src/main/java/org/jivesoftware/spark/PresenceManager.java (version b106d1f8fef472ddc722f9c7a39e8480f9822075)
    • core/src/main/java/org/jivesoftware/spark/component/RosterTree.java (version b106d1f8fef472ddc722f9c7a39e8480f9822075)
  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> 4f22cf7e6462ae572e34244a7f6082245bcbc93a m

    Delete unused deprecated method.
    Deprecated method:
    org.jivesoftware.spark.PresenceManager.isAvailable(java.lang.String)

    • core/src/main/java/org/jivesoftware/spark/PresenceManager.java (version 4f22cf7e6462ae572e34244a7f6082245bcbc93a)
  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> 943e355eabfe6a527d7b165392c35dfb47dae024 m

    Delete unused deprecated method.
    Deprecated method:
    org.jivesoftware.spark.ChatManager.createConferenceRoom(java.lang.String, java.lang.String)

    • core/src/main/java/org/jivesoftware/spark/ChatManager.java (version 943e355eabfe6a527d7b165392c35dfb47dae024)
  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> a47077269d2701e7c3aa835d4ccc823e16b084e3 m

    Delete unnecessary setters and make ContactList class members representing UI components final.

    • core/src/main/java/org/jivesoftware/spark/ui/ContactItem.java (version a47077269d2701e7c3aa835d4ccc823e16b084e3)
  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> dde7115b7b97a01b2bae903baf51b9607de85d5c m

    Delete unused deprecated method.
    Deprecated method:
    org.jivesoftware.spark.ui.ContactItem.getFullyQualifiedJID

    • core/src/main/java/org/jivesoftware/spark/ui/ContactItem.java (version dde7115b7b97a01b2bae903baf51b9607de85d5c)