Branch: refs/heads/okf-required-rights Home: https://github.com/xwiki/xwiki-dev-llm Commit: 64a6ed1cff422c4c102c6a478161ba9049bc9782 https://github.com/xwiki/xwiki-dev-llm/commit/64a6ed1cff422c4c102c6a478161ba... Author: Vincent Massol <[email protected]> Date: 2026-09-07 (Mon, 07 Sep 2026) Changed paths: M xwiki/okf/architecture/required-rights.md M xwiki/okf/index.md Log Message: ----------- [Misc] Correct the PageTest advice: declare nothing on @ComponentList Michael Hamann pointed out on the pull request that the three components the entry recommended are unnecessary. Verified: MockitoOldcore already mocks DocumentRequiredRightsManager with a stub delegating to the real DocumentRequiredRightsReader, which PageComponentList already provides, so a PageTest needs no @ComponentList at all. Naming DefaultDocumentRequiredRightsManager is in fact what caused the SimpleDocumentCache lookup failure the old text worked around: it replaces the working mock with the real implementation. Recorded as the trap, since the failure invites exactly that workaround. 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-dev-llm/settings/notifications