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

Build: #1565 was successful Scheduled with changes by Guus der Kinderen and Dave Cridland <dave@forwardhealth.co>

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Build result summary

Details

Completed
Queue duration
8 minutes
Duration
5 minutes
Labels
None
Revision
308cbfdcd30156999e1aca80ee79fc39da35f085
Total tests
456
Successful since
#1548 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 96aa7f6e0258d2804f5e74d0b28e597c38301cad OF-2244: Provide database structure for persisted stanza element
The solution for OF-2244 is based on storing the stanza in a database table (ofRoster). This commit introduces the database structure in the installation and upgrade scripts to hold this data.
Guus der Kinderen Guus der Kinderen d1245c8f8db3a22966ef2d738f98057592259b36 OF-2269: Add async facility to SAXReaderUtil
Dave Cridland <dave@forwardhealth.co> Dave Cridland <dave@forwardhealth.co> df1fc2f8c741dbdf9b6f1e86741199b12c5184b5 Allow RosterItem to store and retrieve Presence stanzas
This extends the RosterItem to store a Presence stanza for the
case of new subscription requests.

This is serialized and stored in the database as usual.

There are getters and setters for the stored stanza, but also a
utility getter which can create a dummy stanza as needed.
Guus der Kinderen Guus der Kinderen 8bffa2103fb6e9138727512c913166e1bb734da1 OF-2269: Add test that verifies exception handling
Dave Cridland <dave@forwardhealth.co> Dave Cridland <dave@forwardhealth.co> 10c07cab7522c281ac1004caa51faf3a4f608488 Allow XML elements to be serialized
I've done this by imbuing ExternalizableUtil with the ability to
serialize and parse XML. This then allows lower-level strategies
to be entirely unaware of the nature of the string.

Higher-level code can then serialize XML, and trivially manage
serializing Stanzas.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2244Could not obtain issue details from Jira
Unknown Issue TypeOF-2259Could not obtain issue details from Jira
Unknown Issue TypeOF-2269Could not obtain issue details from Jira