Run manually for releases

Build: #3 was successful Manual run by daryl herzmann

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
3 minutes
Labels
None
Agent
Default Agent
Revision
b3da2e2c4c1b4a48e550dbd87baf18e1d81f9b69
Total tests
450
Successful since
#1 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen a59c3dc4feaf5eb1c8cad8289394945bb549bd53 OF-2161: Ensure that SSID for MUC PMs is the MUC JID
When a private message that's exchanged in a MUC room is processed, it receives a stable and unique stanza ID. As per specification, Openfire adds a 'by' attribute. However, for private messages, this value is a full JID (representing the nickname of the user that sent the message), instead of a bare JID (representing the room in which the message was exchanged). This is fixed by ensuring that the JID used is a bare JID.
Guus der Kinderen Guus der Kinderen 9660d8552379dadeec68a66cf8d9222c25d0eac9 Improve SubscriptionTask implementation
The existing implementation lazily-loaded a subscription instance. Construction of such an instance is very cheap. Constructed instances are unlikely to be reused often by the SubscriptionTask that created them.

To reduce complexity (and improve maintainability) of the code, the lazy-loading of the subscription instance is being removed.

This should have not functional change. There is an API change that I deem neglible: a transient, package-protected field (that is not accessed outside of the class) is being removed.
Guus der Kinderen Guus der Kinderen 3530654c125f3a633fc61dc2eef9b492c9aae9ed Fix javadoc, indentation
Guus der Kinderen Guus der Kinderen a069a8e4e5c4490170f5191c36094c351c89fcfa OF-2162: Add 'ofrom' to private MUC messages
This applies the changes applied to public MUC messages, introduced in OF-2089, and applies them to private messages too.
Guus der Kinderen Guus der Kinderen 534e3f511412612da1a6c66ce98d52da8166aad3 OF-2077: Do not execute refresh pubsub node on cluster node that does not have the pubsub node loaded in-memory.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2077Could not obtain issue details from Jira
Unknown Issue TypeOF-2089Could not obtain issue details from Jira
Unknown Issue TypeOF-2161Could not obtain issue details from Jira
Unknown Issue TypeOF-2162Could not obtain issue details from Jira