Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2432 was successful Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
12 minutes
Labels
None
Agent
Default Agent
Revision
b2ecb15990efc934a2410bcc56d8291c9b76c3f9
Total tests
1342
Successful since
#2419 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen b2ecb15990efc934a2410bcc56d8291c9b76c3f9 OF-2659: Do not use received namespaces on outbound stream
Openfire keeps track of namespace declarations on `stream` elements that it receives. These are intended to be used when parsing child elements, which are provided later / separately of their original stream root element. See OF-2556 for details.

These recorded namespaces should only be used for parsing data that's received in the same stream. Erroneously, Openfire also used them in an outbound stream definition. This introduced duplication of certain elements, causing remote servers to fail XML parsing.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2556Could not obtain issue details from Jira
Unknown Issue TypeOF-2659Could not obtain issue details from Jira