Branch: refs/heads/claude/ecstatic-feynman-31qsc3 Home: https://github.com/xwiki/xwiki-platform Commit: a2139c2638faf7222b397f07b55939a91c92a30f https://github.com/xwiki/xwiki-platform/commit/a2139c2638faf7222b397f07b5593... Author: Vincent Massol <[email protected]> Date: 2026-06-27 (Sat, 27 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/util/Util.java Log Message: ----------- [Misc] Replace replaceAll() with replace() in Util.noaccents() (SonarCloud java:S5361) The replaceAll() calls use plain literal single-character patterns with no regex semantics, so they are equivalent to (and clearer as) replace() calls. Fixes 50 SonarCloud java:S5361 issues. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications