Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.

Build: #1694 was successful Scheduled with changes by 3 people

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Build result summary

Details

Completed
Queue duration
7 minutes
Duration
4 minutes
Labels
None
Revision
19a3f7782a142e5177b9e00126989a9735a2ba94
Total tests
466
Successful since
#1548 ()

Tests

Code commits

Author Commit Message Commit date
Dan Caseley <dan@caseley.me.uk> Dan Caseley <dan@caseley.me.uk> 19a3f7782a142e5177b9e00126989a9735a2ba94 Merge pull request #1912 from guusdk/OF-2327_Remove-development-mode
OF-2327: Remove 'dev mode'
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> e219d48232a9965a54099b1437834e6ceeca4089 Merge pull request #1914 from guusdk/OF-2322_purge-queue-after-s2s-established
OF-2322: Do not re-auth s2s for every queued stanza
Guus der Kinderen Guus der Kinderen 6c6ed0f1007f29ea6ecd3e8b564e460eb28b7f52 OF-2322: Do not re-auth s2s for every queued stanza
When an outgoing s2s session is being established, stanzas addressed to the remote domain are cached. Only the first (and not all) queued packets should attempt to establish the connection.

The original code would attempt to establish a session for each queued stanza, which is handled somewhat gracefully in the sense that the existing session is used. However, an event is fired for each attempt. That event is picked up by an event listener that sends a new stanza to that domain, which causes recursion and a never-empty queue.

With this fix, only the first stanza (or the first stanza after a failure) attempts to establish the connection.
Guus der Kinderen Guus der Kinderen 7de2c7214d1bb1626a284270fdaf3d9ef8957836 OF-2327: Remove 'dev mode'
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> fa8b0b5ef25157ab23e8b1d6687b446eb9213fef Merge pull request #1911 from guusdk/OF-2325_100-percent-cpu-tls-handshake
OF-2325: Prevent endless loop when peer closes during TLS handshake

Jira issues

IssueDescriptionStatus
1 more issue…
Unknown Issue TypeOF-2283Could not obtain issue details from Jira
Unknown Issue TypeOF-2289Could not obtain issue details from Jira
Unknown Issue TypeOF-2320Could not obtain issue details from Jira
Unknown Issue TypeOF-2322Could not obtain issue details from Jira
Unknown Issue TypeOF-2325Could not obtain issue details from Jira