Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 4e682b3128d396c4c8563ff61c7c786f31811915 https://github.com/xwiki/xwiki-platform/commit/4e682b3128d396c4c8563ff61c7c7... 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. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications