Branch: refs/heads/claude/quirky-dirac-yu1i7q Home: https://github.com/xwiki/xwiki-platform Commit: 147fbe1b58ce66ea2fcd2870691826349cab312d https://github.com/xwiki/xwiki-platform/commit/147fbe1b58ce66ea2fcd287069182... Author: Vincent Massol <[email protected]> Date: 2026-06-25 (Thu, 25 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/DefaultSolrIndexer.java Log Message: ----------- [Misc] Reduce Cognitive Complexity of the SOLR resolver thread flagged by SonarQube * Extract the queue entry dispatching logic from Resolver.runInternal() into a dedicated dispatchQueueEntry() method to bring the Cognitive Complexity of runInternal() back under the allowed threshold. Co-authored-by: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications