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: #2602 was successful Changes by daryl herzmann

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
11 minutes
Labels
None
Agent
ip-172-31-27-151.eu-central-1.compute.internal
Revision
8144b2611667d43f916c5464922cf5495ac8856f
Total tests
1425
Successful since
#2581 ()

Tests

Code commits

Author Commit Message Commit date
daryl herzmann daryl herzmann 8144b2611667d43f916c5464922cf5495ac8856f Merge pull request #2506 from guusdk/OF-2860_MUCRole-rename-nonbreaking
OF-2860: The non-breaking changes leading up to renaming the class MUCRole
Guus der Kinderen Guus der Kinderen c131aa1ce493895c41baa4edb85c33dcf8e3ea22 m OF-2860: Deprecate `org.jivesoftware.openfire.muc.MultiUserChatService#getMUCRoles`
Marks `org.jivesoftware.openfire.muc.MultiUserChatService#getMUCRoles` for removal in 4.10.0.

This introduces a replacement method: `org.jivesoftware.openfire.muc.MultiUserChatService#getOccupants` and refactors all known users from the old to the new method.

In 4.10.0, the replacement method's API will change, which will require users to refactor their code potentially twice (if they choose to use the replacement method prior to 4.10.0).
Guus der Kinderen Guus der Kinderen 4100e7bf5f052d374b9ab8c6641424489b5bb572 m OF-2860: Deprecate `org.jivesoftware.openfire.muc.MUCRoom#addOccupantRole`
Marks `org.jivesoftware.openfire.muc.MUCRoom#addOccupantRole` for removal in 4.10.0.

This introduces a replacement method: `org.jivesoftware.openfire.muc.MUCRoom#addOccupant` and refactors all known users from the old to the new method.

In 4.10.0, the replacement method's API will change, which will require users to refactor their code potentially twice (if they choose to use the replacement method prior to 4.10.0).
Guus der Kinderen Guus der Kinderen 6fa48edaf31dd2532f59fe0154658b1fc6e34ed0 m OF-2860: Deprecate `org.jivesoftware.openfire.muc.MUCRoom#removeOccupantRole`
Marks `org.jivesoftware.openfire.muc.MUCRoom#removeOccupantRole` for removal in 4.10.0.

This introduces a replacement method: `org.jivesoftware.openfire.muc.MUCRoom#removeOccupant` and refactors all known users from the old to the new method.

In 4.10.0, the replacement method's API will change, which will require users to refactor their code potentially twice (if they choose to use the replacement method prior to 4.10.0).
Guus der Kinderen Guus der Kinderen c7a0214d0d3a064886695808cbc9e33834137103 m OF-2860: Deprecate `org.jivesoftware.openfire.muc.MUCRole#getRoleAddress`
Marks `org.jivesoftware.openfire.muc.MUCRole#getRoleAddress` for removal in 4.10.0.

This introduces a replacement method: `org.jivesoftware.openfire.muc.MUCRole#getOccupantJID` and refactors all known users from the old to the new method.

The name 'Occupant JID' reflects how the XEP refers to this data.

Jira issues

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