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

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

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
21 seconds
Labels
None
Agent
Default Agent
Revision
52bf82ce5364b639e9c826e1a26fad2677929fb7
Total tests
5
Successful since
#190 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
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
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
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
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

Jira issues

IssueDescriptionStatus
Unknown Issue TypeSPARK-1160Could not obtain issue details from Jira