Branch: refs/heads/claude/focused-rubin-M2IuY Home: https://github.com/xwiki/xwiki-platform Commit: aebbfb0be558c390252291c6e85b26648b10f96a https://github.com/xwiki/xwiki-platform/commit/aebbfb0be558c390252291c6e85b2... Author: Claude <[email protected]> Date: 2026-06-06 (Sat, 06 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/src/main/java/org/xwiki/eventstream/store/solr/internal/SolrEventStore.java Log Message: ----------- [Misc] Define a constant for the duplicated Solr range query literal in SolrEventStore to fix a SonarQube issue * SonarQube rule java:S1192 reported the string literal "[* TO *]" being duplicated 3 times in SolrEventStore. * Introduce a SOLR_RANGE_ALL constant and reuse it for the three occurrences. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications