Branch: refs/heads/claude/clever-feynman-w6cpo9 Home: https://github.com/xwiki/xwiki-platform Commit: 6214a990b269fb9cea73cebabac6e7d16d9c2ef2 https://github.com/xwiki/xwiki-platform/commit/6214a990b269fb9cea73cebabac6e... Author: Vincent Massol <[email protected]> Date: 2026-09-16 (Wed, 16 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/main/java/org/xwiki/logging/script/LoggingScriptService.java M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/test/java/org/xwiki/logging/script/LoggingScriptServiceTest.java Log Message: ----------- [Misc] Fix the SonarQube java:S2629 issue of LoggingScriptService instead of suppressing it * Use the SLF4J parameterized form rather than concatenation, as the XWiki logging best practices require. This clears the issue for real, so the @SuppressWarnings is removed. * ILoggingEvent#getMessage() is now the pattern rather than the flattened string, so the test asserts the rendered text through getFormattedMessage() and pins the pattern as well. Co-Authored-By: Vincent Massol <[email protected]> Co-Authored-By: Claude Opus 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01Ji1e2t2yZv5rU4MTYhDoQr To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications