Branch: refs/heads/claude/clever-feynman-jjfq8h Home: https://github.com/xwiki/xwiki-platform Commit: b06db53b57d4a0257e7c6bf5cc282421f587416b https://github.com/xwiki/xwiki-platform/commit/b06db53b57d4a0257e7c6bf5cc282... Author: Vincent Massol <[email protected]> Date: 2026-08-20 (Thu, 20 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-chart/xwiki-platform-chart-macro/src/main/java/org/xwiki/rendering/internal/macro/chart/source/table/DocumentTableBlockDataSource.java M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-events-hibernate/xwiki-platform-legacy-events-hibernate-api/src/main/java/org/xwiki/notifications/sources/internal/ExpressionNodeToHQLConverter.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/email/NotificationEmailJob.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/pdf/impl/FileSystemURLFactory.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/objects/NumberPropertyParser.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/DefaultClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/DefaultSolrIndexer.java Log Message: ----------- [Misc] Fix printf-style format string issues reported by SonarQube (java:S3457) * Use %s instead of the SLF4J {} placeholder in three String.format() calls where the argument was silently dropped from the produced message * Chain the caught exception instead of passing it as an unused format argument * Remove an unused third argument of a two-specifier format string * Pass a File and an enum directly to the logger instead of calling toString() Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications