Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 5d4f3dabeeedbb455569886623b55072c2cf02cf https://github.com/xwiki/xwiki-platform/commit/5d4f3dabeeedbb455569886623b55... Author: Michael Hamann <[email protected]> Date: 2026-09-14 (Mon, 14 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/blobstore/BlobStoreContainerExecutor.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/blobstore/BlobStore.java Log Message: ----------- XCOMMONS-3776: Switch from MinIO to Silo in integration tests * The minio/minio images are not published on Docker Hub anymore, use pgsty/silo, a maintained fork of the MinIO server, instead. * Silo keeps the MinIO ports, health check endpoint and MINIO_* environment variables, so it can still be started with the MinIO Testcontainers module through asCompatibleSubstituteFor(). * Create the bucket with mcli, the name of the MinIO client in the Silo image, and rename the network alias accordingly. 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