Branch: refs/heads/claude/sharp-ritchie-3ieye7-s107-api Home: https://github.com/xwiki/xwiki-platform Commit: 1f2b577f946a96d8a2726639a2f7ec208b7f149e https://github.com/xwiki/xwiki-platform/commit/1f2b577f946a96d8a2726639a2f7e... Author: xwikiorg-llm-bot <[email protected]> Date: 2026-09-16 (Wed, 16 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/FeedPlugin.java M xwiki-platform-core/xwiki-platform-mailsender/src/main/java/com/xpn/xwiki/plugin/mailsender/MailSender.java M xwiki-platform-core/xwiki-platform-mailsender/src/main/java/com/xpn/xwiki/plugin/mailsender/MailSenderPlugin.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/DeletedAttachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiStoreInterface.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/util/Util.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletURLFactory.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/DomainObjectFactory.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/ModelFactory.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/search/SearchSource.java Log Message: ----------- [Misc] Record the deliberate SonarQube java:S107 and java:S1319 findings on published signatures SonarQube reports 15 java:S107 "too many parameters" and 1 java:S1319 "declare with an interface type" findings on declarations whose shape is part of a published XWiki API. The remediation each message asks for -- shortening the parameter list, widening the return type -- is a backward compatibility break, so there is no compliant form of the code and the finding is recorded with @SuppressWarnings plus the reason, per the XWiki code style. Co-Authored-By: xwikiorg-llm-bot <[email protected]> Co-Authored-By: Claude Opus 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01QXAHRgsiQVFddpUmhcQ47r To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications