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

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


    from f06bff8  Merge pull request #589 JAMES-1862 Generalize STARTTLS 
sanitizing fix
     new accab93  JAMES-3150 Fix BloomFilterGCAlgorithm - handler more special 
cases
     new c589698  JAMES-3150 Refactor BlobGCTask - Add Builder + scope
     new 16d3a0e  JAMES-3150 Expose the webAdmin endpoint to trigger blob 
deduplicated garbage collection

The 3 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:
 server/blob/blob-storage-strategy/pom.xml          |   4 +
 .../server/blob/deduplication/BlobGCTask.java      |  60 +++
 .../BlobGCTaskAdditionalInformationDTO.java        | 119 ++++++
 .../blob/deduplication/BloomFilterGCAlgorithm.java |   7 +-
 server/protocols/webadmin/webadmin-data/pom.xml    |  14 +
 .../apache/james/webadmin/routes/BlobRoutes.java   | 168 ++++++++
 .../james/webadmin/routes/BlobRoutesTest.java      | 430 +++++++++++++++++++++
 7 files changed, 801 insertions(+), 1 deletion(-)
 create mode 100644 
server/blob/blob-storage-strategy/src/main/java/org/apache/james/server/blob/deduplication/BlobGCTaskAdditionalInformationDTO.java
 create mode 100644 
server/protocols/webadmin/webadmin-data/src/main/java/org/apache/james/webadmin/routes/BlobRoutes.java
 create mode 100644 
server/protocols/webadmin/webadmin-data/src/test/java/org/apache/james/webadmin/routes/BlobRoutesTest.java

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

Reply via email to