Build: #1134 failed Scheduled with changes by Dan Caseley <dan@caseley.me.uk> and Guus der Kinderen

Build result summary

Details

Completed
Queue duration
5 minutes
Duration
1 minute
Labels
None
Revision
f4c5d924d2a4a8df78c6ea6643a327136125994e
Total tests
579
Fixed in
#1139 (Scheduled with changes by daryl herzmann <akrherz@iastate.edu> and Guus der Kinderen)

Tests

Responsible

  • Guus der Kinderen Guus der Kinderen Automatically assigned

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen f4c5d924d2a4a8df78c6ea6643a327136125994e OF-2398: Admin console: add visual indication of MUC room being locked
MUC rooms can be 'locked', which typically occurs when they are initially being created and configured. When a MUC room is 'locked', it cannot be entered by users.

The Openfire admin console should make it possible for an administrator to see if a room is locked.

This commit replaces the value in the 'users' column on the room summary page with a 'lock' icon, and displays a warning on the room settings page, when the room is locked.
Dan Caseley <dan@caseley.me.uk> Dan Caseley <dan@caseley.me.uk> 8b3b9914a4e624f0d7f56697a72284fcd24deb1f OF-2383: Protect from groups being created with duplicate names
Dan Caseley <dan@caseley.me.uk> Dan Caseley <dan@caseley.me.uk> 3f79e346c0f6ca381c90a6b40206566dd10a7309 OF-2383: Protect from group name changes with invalid names
Blank names, changing from a non-existent group, changing to an already-existent group
Guus der Kinderen Guus der Kinderen e74fcaacf5b78cc06439552780fb445feb7932d3 DBUnit implies JUnit 3
The way that this test class uses DBUnit inherits a JUnit 3 style of testcase setup. This means that test annotations (as provided by JUnit 4) are not used/ignored. This commit removes those annotations, to avoid confusion.

Additionally, static fields from GroupProvider are cleaned up after test execution, to avoid their values leaking to other test classes.
Guus der Kinderen Guus der Kinderen 319883129fe9dc019e4625cb49b81adf423b1122 Group Sharing: rework caching
Warning: this introduces a potential breaking change to proprietary sub-classes of AbstractGroupProvider that are _not_ read-only (if anyone that maintains such an implementation and reads this, get in contact and I'll buy you a beer). After this commit, these implementations should explicitly call the 'super' methods that they override, to ensure that the cache of shared groups remains consistent. The changes that are needed are similar to the changes that are applied in this commit to DefaultGroupProvider.

Maintenance of the cache in which metadata related to group sharing is stored is now managed 'directly', rather than as dependent on an event listener.

Cache maintenance as implemented in this commit is very simple: on any change, the the entire cache is cleared. This can probably be improved on, but that will increase complexity, which increases the risk of bugs. As changes to groups are expected to be infrequent, the blunt 'clear all' is expected to be a acceptable trade-off.

Additional unit tests have been added to verify the behavior of caches. Specifically, these new tests try to warm up a cache, then apply a change to state that is expected to be cached, then retrieves the entity that's expected to was cached again. The test then asserts that the change is visible.

Tests

New test failures 132
Status Test View job Duration
Collapse Failed GroupBasedAdminProviderTest willReturnEmptyListIfGroupIsNotFound
Mac Build Workflow < 1 sec
java.lang.ExceptionInInitializerError
	at org.jivesoftware.openfire.admin.GroupBasedAdminProviderTest.setUp(GroupBasedAdminProviderTest.java:39)
Caused by: java.lang.NullPointerException
	at org.jivesoftware.openfire.admin.GroupBasedAdminProviderTest.setUp(GroupBasedAdminProviderTest.java:39)
Collapse Failed GroupBasedAdminProviderTest willNotSetTheListOfAdmins
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.admin.GroupBasedAdminProviderTest.setUp(GroupBasedAdminProviderTest.java:38)
Collapse Failed GroupBasedAdminProviderTest willRetrieveGroupMembers
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.admin.GroupBasedAdminProviderTest$TestGroupProvider
	at org.jivesoftware.openfire.admin.GroupBasedAdminProviderTest.setUp(GroupBasedAdminProviderTest.java:39)
Collapse Failed ClusterMonitorTest org.jivesoftware.openfire.cluster.ClusterMonitorTest
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.cluster.ClusterMonitorTest.beforeClass(ClusterMonitorTest.java:31)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationSameGroupToEverybody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationSameGroupToEverybody(AbstractGroupProviderTest.java:306)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameNoneButAdmin
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameNoneButAdmin(AbstractGroupProviderTest.java:768)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationSameGroupRenamed
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationSameGroupRenamed(AbstractGroupProviderTest.java:346)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationSameGrouptoSharedWithNobody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationSameGrouptoSharedWithNobody(AbstractGroupProviderTest.java:386)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationSameGroupToSameGroup
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationSameGroupToSameGroup(AbstractGroupProviderTest.java:326)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterGroupRemoval
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterGroupRemoval(AbstractGroupProviderTest.java:553)
Collapse Failed AbstractGroupProviderTest testPublicSharedGroupNamesMultiple
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testPublicSharedGroupNamesMultiple(AbstractGroupProviderTest.java:1255)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationEverybodytoSharedWithNobody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationEverybodytoSharedWithNobody(AbstractGroupProviderTest.java:287)
Collapse Failed AbstractGroupProviderTest testGetVisibleGroupNamesWithNoSharedGroups
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testGetVisibleGroupNamesWithNoSharedGroups(AbstractGroupProviderTest.java:1421)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameWithGroupAdminOfOtherGroup
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameWithGroupAdminOfOtherGroup(AbstractGroupProviderTest.java:999)
Collapse Failed AbstractGroupProviderTest testSearchByKeyAndValueReturnsMultipleGroups
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSearchByKeyAndValueReturnsMultipleGroups(AbstractGroupProviderTest.java:1472)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationOtherToAdditionalGroups
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationOtherToAdditionalGroups(AbstractGroupProviderTest.java:489)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationSharedWithNobodyToOtherGroups
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationSharedWithNobodyToOtherGroups(AbstractGroupProviderTest.java:688)
Collapse Failed AbstractGroupProviderTest testHasSharedGroupsReturnsTrueWhenOneIsSharedWithTheSameWithEverybody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testHasSharedGroupsReturnsTrueWhenOneIsSharedWithTheSameWithEverybody(AbstractGroupProviderTest.java:1342)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesNone
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesNone(AbstractGroupProviderTest.java:114)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameNoneButMember
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameNoneButMember(AbstractGroupProviderTest.java:749)
Collapse Failed AbstractGroupProviderTest testLoadPropertiesReturnsNoPropertiesForNonExistentGroup
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testLoadPropertiesReturnsNoPropertiesForNonExistentGroup(AbstractGroupProviderTest.java:1514)
Collapse Failed AbstractGroupProviderTest testPublicSharedGroupNamesWithOnlyGroup
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testPublicSharedGroupNamesWithOnlyGroup(AbstractGroupProviderTest.java:1294)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationUnsharedToSameGroup
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationUnsharedToSameGroup(AbstractGroupProviderTest.java:591)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameStaleCacheTestSharingEnabled
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameStaleCacheTestSharingEnabled(AbstractGroupProviderTest.java:1175)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameWithGroupMember
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameWithGroupMember(AbstractGroupProviderTest.java:932)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationSharedWithNobodyToEverybody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationSharedWithNobodyToEverybody(AbstractGroupProviderTest.java:648)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesOneWithMix
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesOneWithMix(AbstractGroupProviderTest.java:188)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameRecursionDisabled
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.AbstractGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameRecursionDisabled(AbstractGroupProviderTest.java:1065)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationEverybodyToEverybody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationEverybodyToEverybody(AbstractGroupProviderTest.java:207)
Collapse Failed AbstractGroupProviderTest testHasSharedGroupsReturnsTrueWhenCalledTheSecondTime
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testHasSharedGroupsReturnsTrueWhenCalledTheSecondTime(AbstractGroupProviderTest.java:1387)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameWithGroupAdmin
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameWithGroupAdmin(AbstractGroupProviderTest.java:955)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameWithEveryoneMember
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameWithEveryoneMember(AbstractGroupProviderTest.java:868)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationUnsharedToEverybody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationUnsharedToEverybody(AbstractGroupProviderTest.java:572)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameWithGroupMemberOfOtherGroup
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameWithGroupMemberOfOtherGroup(AbstractGroupProviderTest.java:978)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationOtherToFewerGroups
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationOtherToFewerGroups(AbstractGroupProviderTest.java:511)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesOneWithGroup
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesOneWithGroup(AbstractGroupProviderTest.java:169)
Collapse Failed AbstractGroupProviderTest testHasSharedGroupsReturnsTrueWhenOneIsSharedWithNonExistent
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testHasSharedGroupsReturnsTrueWhenOneIsSharedWithNonExistent(AbstractGroupProviderTest.java:1364)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationUnsharedSharedWithNobody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationUnsharedSharedWithNobody(AbstractGroupProviderTest.java:630)
Collapse Failed AbstractGroupProviderTest testGetVisibleGroupNamesWithGroupSharedExplicitlyWithNobody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testGetVisibleGroupNamesWithGroupSharedExplicitlyWithNobody(AbstractGroupProviderTest.java:1432)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationOtherGrouptoSharedWithNobody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationOtherGrouptoSharedWithNobody(AbstractGroupProviderTest.java:533)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameWithOtherGroupAdminOfOtherGroup
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameWithOtherGroupAdminOfOtherGroup(AbstractGroupProviderTest.java:1043)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameWithEveryoneNoAssociation
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameWithEveryoneNoAssociation(AbstractGroupProviderTest.java:848)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationSameGroupToOtherGroups
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationSameGroupToOtherGroups(AbstractGroupProviderTest.java:366)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationSharedWithNobodytoSharedWithNobody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationSharedWithNobodytoSharedWithNobody(AbstractGroupProviderTest.java:709)
Collapse Failed AbstractGroupProviderTest testLoadPropertiesReturnsPropertiesForGroup
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testLoadPropertiesReturnsPropertiesForGroup(AbstractGroupProviderTest.java:1492)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameStaleCacheTestSharingDisabled
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameStaleCacheTestSharingDisabled(AbstractGroupProviderTest.java:1197)
Collapse Failed AbstractGroupProviderTest testSearchByKeyAndValueReturnsResultsForBlankValues
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSearchByKeyAndValueReturnsResultsForBlankValues(AbstractGroupProviderTest.java:1482)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesByNameWithEveryoneAdmin
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesByNameWithEveryoneAdmin(AbstractGroupProviderTest.java:890)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesNobody
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesNobody(AbstractGroupProviderTest.java:132)
Collapse Failed AbstractGroupProviderTest testSharedGroupNamesStaleCacheTestAfterModificationEverybodyToSameGroup
Mac Build Workflow < 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.jivesoftware.openfire.group.DefaultGroupProvider
	at org.jivesoftware.openfire.group.AbstractGroupProviderTest.testSharedGroupNamesStaleCacheTestAfterModificationEverybodyToSameGroup(AbstractGroupProviderTest.java:247)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2382Could not obtain issue details from Jira
Unknown Issue TypeOF-2383Could not obtain issue details from Jira
Unknown Issue TypeOF-2385Could not obtain issue details from Jira
Unknown Issue TypeOF-2389Could not obtain issue details from Jira
Unknown Issue TypeOF-2398Could not obtain issue details from Jira