Branch: refs/heads/backport/stable-18.4.x/pr-1651 Home: https://github.com/xwiki/xwiki-commons Commit: 23b9f400603525e89718b608f1857b104e2eabb6 https://github.com/xwiki/xwiki-commons/commit/23b9f400603525e89718b608f1857b... Author: Michael Hamann <[email protected]> Date: 2026-06-24 (Wed, 24 Jun 2026) Changed paths: M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-s3/src/test/java/org/xwiki/store/blob/internal/S3CopyOperationsTest.java M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-s3/src/test/java/org/xwiki/store/blob/internal/S3MultipartUploadHelperTest.java M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/src/main/java/org/xwiki/test/junit5/LogCaptureExtension.java M xwiki-commons-tools/xwiki-commons-tool-test/xwiki-commons-tool-test-simple/src/test/java/org/xwiki/test/junit5/LogCaptureExtensionTest.java Log Message: ----------- [Misc] Capture only logs from specified logger (#1651) * Add a feature to LogCaptureExtension to only capture logs from a specified logger. * Add a unit test to LogCaptureExtensionTest. * Use the new feature in S3 blob store tests to avoid capturing debug logs from background threads that caused flickering. (cherry picked from commit 8a4252f96ed7c8ff16bc8d4dac44d9c1f5d9f0d9) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications