Builds the Spark Install4j distributables once every day.

Build: #1414 was successful Manual run by wroot

Stages & jobs

  1. Build Stage

  2. Post Build

Build result summary

Details

Completed
Queue duration
1 second
Duration
3 minutes
Labels
None
Revision
59272b6568f3bd757d7e3f7c86e470cbb28789df
Total tests
5
Successful since
#1356 ()

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> 59272b6568f3bd757d7e3f7c86e470cbb28789df Merge pull request #501 from guusdk/SPARK-2138_game-fixes
Spark-2138: Game fixes
Guus der Kinderen Guus der Kinderen 8a1a8a71139002c07e8878061530fa02fa8be63f SPARK-2138: TicTacToe - IQ error stanzas must have a child element
To conform with XMPP specifications (and Smacks enforcement of them) add an error condition to the IQ error response that's used to decline a game invitation.
Guus der Kinderen Guus der Kinderen aca69b943c8f6b929bebe5e63159b241ac15c72c SPARK-2138: TicTacToe - Fix addressing of invite response processing
When processing a response, the 'to' and 'from' addresses have already been swapped.
Guus der Kinderen Guus der Kinderen e8f7de8a0266e3e9b1c89bbbd87e48f312bd4fd5 SPARK-2138: Reversi - Replace AsyncStanzaListener with IqRequestHandler
When processing an incoming IQ request (such as a game invitation), the version of Smack that we use does not allow us to use an AsyncStanzaListener anymore.

Before all registered stanza listeners are even invoked, Smack has determined that no IqRequestHandler has been registered to process the request, and will already have sent back an error.
Guus der Kinderen Guus der Kinderen 671824f91596f0018438ce0bdf15224f32308875 SPARK-2138: TicTacToe - Process unexpected errors on game invites are reject
When a game inivitation gets answered by a generic error (eg 'feature-not-implemented') rather than an explicit decline, process this as a decline. Prior to this commit, the code threw an exception as it didn't recognize the response as either an invite accept or decline.

Jira issues

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