Branch: refs/heads/claude/nifty-bell-xknuui-multi-version Home: https://github.com/xwiki/xwiki-commons Commit: 54d188918547ad70ee6b7ce84af3dc7371e2b03e https://github.com/xwiki/xwiki-commons/commit/54d188918547ad70ee6b7ce84af3dc... Author: Vincent Massol <[email protected]> Date: 2026-08-23 (Sun, 23 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/repository/result/AggregatedIterator.java Log Message: ----------- [Misc] List every version of a multi-branch deprecation in @Deprecated(since) * Review feedback: the XWiki Java Code Style says that when a deprecation is done in several branches, the since parameter takes a comma-separated list of ALL the versions in which the deprecation happened, e.g. @Deprecated(since = "15.5RC1,14.10.12"). The previous commit picked a single version, which loses information. See https://dev.xwiki.org/xwiki/bin/view/Community/CodeStyle/JavaCodeStyle/#HDep... Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications