Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: ecb1709c651104f004859f8d797df3b5f031105d https://github.com/xwiki/xwiki-platform/commit/ecb1709c651104f004859f8d797df... 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]> (cherry picked from commit 5d4f3dabeeedbb455569886623b55072c2cf02cf) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications