Branch: refs/heads/claude/amazing-brahmagupta-7nlkef Home: https://github.com/xwiki/xwiki-platform Commit: dc11faf36f95b9e68512531f48c6af15ed856f12 https://github.com/xwiki/xwiki-platform/commit/dc11faf36f95b9e68512531f48c6a... Author: Claude <[email protected]> Date: 2026-06-23 (Tue, 23 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/migration/SolrDocumentMigration171001000.java Log Message: ----------- [Misc] Use static access for SOLR_FIELD_ID constant in Solr event migration * SonarQube reported (java:S3252) that the static field SOLR_FIELD_ID was accessed through the subclass EventsSolrCoreInitializer instead of the class that actually declares it, AbstractSolrCoreInitializer. * Reference the constant through its declaring class and drop the now unused EventsSolrCoreInitializer import. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_015HdHYXSJGrwQfaMriSG5aZ To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications