This is an automated email from the ASF dual-hosted git repository.

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from 6c0f027ce6 JAMES-4095 Forbid deleting INBOX in IMAP (#2541)
     new d269d85fc2 [ENHANCEMENT] Make GC implementable by other GC aware 
blobId implementations
     new 5611a3f987 [FIX] Improve S3 MinIO support with 
MinIOGenerationAwareBlobId MinIO compatibility
     new d411a2345d [FIX] BlobStore test with MinIOGenerationAwareBlobId
     new 9e11e98629 [FIX] Add tests for GC algorithm with S3 MinIO 
GenerationAwareBlobId
     new 320af96002 [DOCUMENTATION] Adoc for minio compatibility mode

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../servers/partials/configure/blobstore.adoc      |  14 +
 docs/modules/servers/partials/configure/jvm.adoc   |  13 +
 server/blob/blob-s3/pom.xml                        |  16 ++
 .../aws/S3MinioBlobStoreGCAlgorithmTest.java       |  68 +++++
 .../aws/S3WithMinIOGenerationAwareBlobIdTest.java  | 222 ++++++++++++++++
 .../server/blob/deduplication/BlobGCTask.java      |  11 +-
 .../server/blob/deduplication/BlobGCTaskDTO.java   |   3 +-
 .../blob/deduplication/BloomFilterGCAlgorithm.java |  19 +-
 .../{StorageStrategy.java => GenerationAware.java} |   9 +-
 .../blob/deduplication/GenerationAwareBlobId.java  |   5 +-
 .../deduplication/MinIOGenerationAwareBlobId.java  | 169 +++++++++++++
 .../MinIOGenerationAwareBlobIdTest.java            | 281 +++++++++++++++++++++
 .../blobstore/BlobDeduplicationGCModule.java       |  16 +-
 .../apache/james/webadmin/routes/BlobRoutes.java   |   5 +-
 14 files changed, 827 insertions(+), 24 deletions(-)
 create mode 100644 
server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3MinioBlobStoreGCAlgorithmTest.java
 create mode 100644 
server/blob/blob-s3/src/test/java/org/apache/james/blob/objectstorage/aws/S3WithMinIOGenerationAwareBlobIdTest.java
 copy 
server/blob/blob-storage-strategy/src/main/java/org/apache/james/server/blob/deduplication/{StorageStrategy.java
 => GenerationAware.java} (87%)
 create mode 100644 
server/blob/blob-storage-strategy/src/main/java/org/apache/james/server/blob/deduplication/MinIOGenerationAwareBlobId.java
 create mode 100644 
server/blob/blob-storage-strategy/src/test/java/org/apache/james/server/blob/deduplication/MinIOGenerationAwareBlobIdTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to