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

Build: #258 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> 52bf82ce5364b639e9c826e1a26fad2677929fb7

    Merge pull request #549 from R87A/SPARK-1160
    SPARK-1160: Still getting rid of deprecated methods usage

  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> e6b72dd587a3b52378fcff997d91707c050201ae m

    Replace usage of deprecated method with alternative.
    Deprecated method:
    org.jivesoftware.smack.AbstractXMPPConnection.addPacketInterceptor
    Alternative method:
    org.jivesoftware.smack.AbstractXMPPConnection.addStanzaInterceptor

    • core/src/main/java/org/jivesoftware/sparkimpl/profile/VCardManager.java (version e6b72dd587a3b52378fcff997d91707c050201ae)
  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> 5bd221e188a02f98211009f418d58bcca5001650 m

    Replace usage of deprecated method with alternative.
    Deprecated method:
    java.io.File.toURL
    Alternative method:
    java.io.File.toURI and java.net.URI.toURL

    • core/src/main/java/org/jivesoftware/spark/plugin/PluginClassLoader.java (version 5bd221e188a02f98211009f418d58bcca5001650)
  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> 77d5dd77140ab28aeddecbd354cc871b7bd8d6b0 m

    Replace usage of deprecated method with alternative.
    Deprecated method:
    javax.swing.JList.getSelectedValues
    Alternative method:
    javax.swing.JList.getSelectedValuesList

    • core/src/main/java/org/jivesoftware/spark/ui/ContactGroup.java (version 77d5dd77140ab28aeddecbd354cc871b7bd8d6b0)
    • core/src/main/java/org/jivesoftware/spark/ui/RosterPickList.java (version 77d5dd77140ab28aeddecbd354cc871b7bd8d6b0)
    • core/src/main/java/org/jivesoftware/spark/ui/conferences/InvitationDialog.java (version 77d5dd77140ab28aeddecbd354cc871b7bd8d6b0)
    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/privacy/ui/PrivacyAddDialogUI.java (version 77d5dd77140ab28aeddecbd354cc871b7bd8d6b0)
  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> 954bf85178266affb8f66e418e7aac10e89672a0 m

    Replace usage of deprecated method with alternative and delete redundant methods.
    1. Deprecated method:
    org.jivesoftware.smackx.muc.MultiUserChatManager.getHostedRooms
    Alternative method:
    org.jivesoftware.smackx.muc.MultiUserChatManager.getRoomsHostedBy

    • core/src/main/java/org/jivesoftware/spark/ui/conferences/ConferenceRoomBrowser.java (version 954bf85178266affb8f66e418e7aac10e89672a0)
    • core/src/main/java/org/jivesoftware/spark/ui/conferences/ConferenceUtils.java (version 954bf85178266affb8f66e418e7aac10e89672a0)
  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> 297993d69ae8c083951a507fd60e563cdcd1d544 m

    Delete usage of deprecated method.
    Deprecated method:
    org.jxmpp.util.XmppStringUtils.parseBareAddress

    • plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/ChatRoomDecorator.java (version 297993d69ae8c083951a507fd60e563cdcd1d544)
  • arthur <ostretsov_av@hotmail.com>

    arthur <ostretsov_av@hotmail.com> 93c1c784fb6105c233f4a3997026a202767bf4a5 m

    Replace usage of deprecated method with alternative.
    Deprecated method:
    org.jivesoftware.smack.packet.Stanza.setFrom(java.lang.String)
    Alternative method:
    org.jivesoftware.smack.packet.Stanza.setFrom(org.jxmpp.jid.Jid)

    • core/src/main/java/org/jivesoftware/sparkimpl/plugin/alerts/BroadcastPlugin.java (version 93c1c784fb6105c233f4a3997026a202767bf4a5)
    • plugins/fastpath/src/main/java/org/jivesoftware/fastpath/workspace/panes/ChatViewer.java (version 93c1c784fb6105c233f4a3997026a202767bf4a5)