Branch: refs/heads/claude/amazing-brahmagupta-9yuctk Home: https://github.com/xwiki/xwiki-platform Commit: bac926461247d1e43b2b23850aa7e5608749c028 https://github.com/xwiki/xwiki-platform/commit/bac926461247d1e43b2b23850aa7e... Author: Claude <[email protected]> Date: 2026-06-26 (Fri, 26 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/main/java/org/xwiki/officeimporter/internal/filter/ImageFilter.java Log Message: ----------- [Misc] Replace replaceAll() with replace() in ImageFilter * Fixes a SonarQube java:S5361 issue: the first argument of replaceAll() was the regex "\\+" which only matches the literal "+" character, so the non-regex String.replace("+", "%2B") is equivalent and avoids compiling a Pattern on every call. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01WA3TKX7ukr5jS18jDKN3bA To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications