Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 2ca4f0ca3ba26ff80ba5eded555ea0af06ea3d9f https://github.com/xwiki/xwiki-platform/commit/2ca4f0ca3ba26ff80ba5eded555ea... Author: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Date: 2026-08-07 (Fri, 07 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/browser/BrowserPDFPrinterTest.java Log Message: ----------- [Misc] Extract the URL out of an assertThrows lambda (SonarQube java:S5783) (#6109) * The lambda held two invocations throwing a checked exception (the URL constructor and print()), which makes it ambiguous which one the assertion expects. 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