AuthBased*Provider try to use SortedSet without Comparable items

Description

`org.jivesoftware.openfire.user.AuthorizationBasedUserProviderMapper` and its `Auth` counterpart return a Set of providers, which needs to have a predictable iteration order. To do that, a SortedSet is used. As the providers do not implement Comparable, this causes exceptions.

Environment

None

is related to

Activity

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created June 15, 2017 at 2:46 PM
Updated June 15, 2017 at 3:12 PM
Resolved June 15, 2017 at 3:12 PM