Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 55581c6af34d2655c33e9eb6023620bb1abf2aa1 https://github.com/xwiki/xwiki-platform/commit/55581c6af34d2655c33e9eb602362... Author: Vincent Massol <[email protected]> Date: 2026-06-22 (Mon, 22 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/src/main/java/org/xwiki/lesscss/internal/cache/CacheKeyFactory.java Log Message: ----------- [Misc] Use static access for StringUtils.join in CacheKeyFactory (SonarQube) * SonarQube rule java:S3252 flagged that the static "join" method was accessed through "org.xwiki.text.StringUtils", which is a subclass of "org.apache.commons.lang3.StringUtils" where the method is actually declared. * Import "org.apache.commons.lang3.StringUtils" directly so the static member is accessed through the class that declares it. Co-authored-by: Claude Opus 4.8 <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications