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 f9fe42c  JAMES-2279 Write a WithPriority mailet and HasPriority 
matchers
     new 0b89091  JAMES-2171 Fasten ElasticSearchIntegrationTest
     new 4a2ec3a  JAMES-2782 A component to generate exported file names
     new b266d75  JAMES-2782 one more stage of adding file prefix for exporting 
operation
     new 7852f95  JAMES-2782 LocalFileExport with custom file prefix
     new 2d5f4e3  JAMES-2782 LinshareBlobExport with custom file prefix
     new 54c31be  JAMES-2551 Starting James before rabbitMQ should be supported

The 6 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:
 .../james/backends/es/DockerElasticSearch.java     |  2 +
 .../james/backend/rabbitmq/DockerRabbitMQ.java     | 13 ++--
 server/blob/blob-export-api/pom.xml                |  6 ++
 .../james/blob/export/api/BlobExportMechanism.java | 11 ++-
 .../export/api/ExportedFileNamesGenerator.java     | 27 ++++----
 .../export/api/ExportedFileNamesGeneratorTest.java | 79 ++++++++++++++++++++++
 .../export/file/LocalFileBlobExportMechanism.java  | 25 +++----
 .../file/LocalFileBlobExportMechanismTest.java     | 31 +++++++++
 .../james/CassandraRabbitMQJamesServerFixture.java |  6 +-
 ...RabbitMQJamesServerWithRetryConnectionTest.java | 76 +++++++++++++++++++++
 .../apache/james/modules/RabbitMQExtension.java    |  5 ++
 .../james/webadmin/vault/routes/ExportService.java |  2 +
 .../routes/DeletedMessagesVaultRoutesTest.java     |  2 +-
 .../james/util/docker/DockerGenericContainer.java  |  8 ++-
 .../linshare/LinshareBlobExportMechanism.java      | 21 +++---
 .../linshare/LinshareBlobExportMechanismTest.java  | 25 ++++++-
 16 files changed, 288 insertions(+), 51 deletions(-)
 copy 
mailbox/event/event-rabbitmq/src/main/java/org/apache/james/mailbox/events/RegistrationQueueName.java
 => 
server/blob/blob-export-api/src/main/java/org/apache/james/blob/export/api/ExportedFileNamesGenerator.java
 (65%)
 create mode 100644 
server/blob/blob-export-api/src/test/java/org/apache/james/blob/export/api/ExportedFileNamesGeneratorTest.java
 create mode 100644 
server/container/guice/cassandra-rabbitmq-guice/src/test/java/org/apache/james/RabbitMQJamesServerWithRetryConnectionTest.java


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

Reply via email to