Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c6853d86565daa5769dcc7f9ab484803801c9c73 https://github.com/xwiki/xwiki-platform/commit/c6853d86565daa5769dcc7f9ab484... Author: Vincent Massol <[email protected]> Date: 2026-06-25 (Thu, 25 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/DefaultAsyncNotificationRenderer.java Log Message: ----------- [Misc] Replace replaceAll() with replace() in DefaultAsyncNotificationRenderer (SonarQube java:S5361) * The first argument was the literal string "/" with no regex metacharacters, so using String.replace() avoids the unnecessary cost of compiling a regular expression. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications