Branch: refs/heads/claude/sleepy-faraday-qzqmfq Home: https://github.com/xwiki/xwiki-platform Commit: 6c9f6d10c90d82518e9d26d242375f5988454c69 https://github.com/xwiki/xwiki-platform/commit/6c9f6d10c90d82518e9d26d242375... Author: Vincent Massol <[email protected]> Date: 2026-07-06 (Mon, 06 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/mandatory/XWikiUsersDocumentInitializer.java Log Message: ----------- [Misc] Move remaining XWiki.XWikiUsers property names to constants * Follow-up to the SonarCloud S1192 fix: route the remaining hardcoded XWiki.XWikiUsers property-name literals in XWiki through constants. * Add public FIRST_NAME_FIELD / LAST_NAME_FIELD constants in XWikiUsersDocumentInitializer and use them (in the class initializer and in XWiki). * Reuse the existing XWikiUser.ACTIVE_PROPERTY constant for the "active" property instead of duplicating the literal. 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