Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 820d96005421339554512cd4631906535b01e68b https://github.com/xwiki/xwiki-platform/commit/820d96005421339554512cd463190... 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