Branch: refs/heads/claude/peaceful-mendel-r0alfu Home: https://github.com/xwiki/xwiki-platform Commit: 5172b6dfccaf7423ca71d8d8d14016f14ad11c82 https://github.com/xwiki/xwiki-platform/commit/5172b6dfccaf7423ca71d8d8d1401... Author: Vincent Massol <[email protected]> Date: 2026-06-26 (Fri, 26 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/main/java/org/xwiki/notifications/notifiers/internal/rss/DefaultNotificationRSSRenderer.java Log Message: ----------- [Misc] Replace replaceAll() with replace() in DefaultNotificationRSSRenderer Fixes a SonarCloud java:S5361 issue: the first argument of replaceAll() is a plain string (no regex needed), so String.replace() is used instead since it also replaces all occurrences. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications