[xwiki/xwiki-platform] 03522d: [Misc] Use static access for SOLR_FIELD_ID constan...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 03522de29d0b801d9e94573c1393b9f684c3c8a5 https://github.com/xwiki/xwiki-platform/commit/03522de29d0b801d9e94573c1393b... Author: Vincent Massol <[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 <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications