Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 92af91a1151a9e35d13e3d7e610a5c297d1f2058 https://github.com/xwiki/xwiki-platform/commit/92af91a1151a9e35d13e3d7e610a5... Author: Vincent Massol <[email protected]> Date: 2026-08-02 (Sun, 02 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/pdf/impl/FileSystemURLFactory.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/test/java/org/xwiki/refactoring/internal/DefaultModelBridgeTest.java Log Message: ----------- [Misc] Fix the build broken by the oldcore logging best practices pass (#6069) Two regressions introduced by 642bf7f4: * FileSystemURLFactory now logged the same "Failed to save image for PDF export. Root cause is [{}]" message from two methods, which Checkstyle rejects (MultipleStringLiterals). The message moves to a constant. * DeletedDocument and DeletedAttachment now log "Failed to check if entry [{}] can be removed from the recycle bin. Root cause is [{}]" with the root cause as a second parameter, while DefaultModelBridgeTest still asserted the old message and its single parameter. Co-authored-by: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications