Branch: refs/heads/XCOMMONS-3743 Home: https://github.com/xwiki/xwiki-platform Commit: 7b34a8c65e16a54b0c28ba950814dfb43b14311f https://github.com/xwiki/xwiki-platform/commit/7b34a8c65e16a54b0c28ba950814d... Author: Vincent Massol <[email protected]> Date: 2026-08-14 (Fri, 14 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/test/java/org/xwiki/security/authorization/RightSetTest.java Log Message: ----------- XCOMMONS-3743: Upgrade to Apache Commons Collections 4.6.0 * Fix the test compilation of xwiki-platform-security-authorization-api, broken by the upgrade: AbstractSetTest#testSetEquals() is package private in Commons Collections 4.6.0 and can no longer be overridden by RightSetTest, which lives in another package. * Make RightSetTest extend AbstractCollectionTest instead of AbstractSetTest, and reproduce there the set specific verifications and tests over Right elements: the inherited ones add a String to the collection under test, which a RightSet cannot hold. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications