Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: fcf5d17eafb718926ae3fc56a950028dc7546150 https://github.com/xwiki/xwiki-platform/commit/fcf5d17eafb718926ae3fc56a9500... Author: Vincent Massol <[email protected]> Date: 2026-06-13 (Sat, 13 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-api/src/main/java/org/xwiki/notifications/CompositeEvent.java Log Message: ----------- [Misc] Use static access for StringUtils.isNotBlank in CompositeEvent * SonarQube java:S3252: the static method isNotBlank is declared in org.apache.commons.lang3.StringUtils but was accessed through the org.xwiki.text.StringUtils subclass. Import and use the declaring class directly. Co-authored-by: Claude <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications