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 8d87335 Merge remote-tracking branch
'mbaechler/event-collector-should-be-threadsafe'
new 257105d JAMES-2666 binding event dead letters routes with guice
new 0e364cc JAMES-2666 integration tests for event dead letters routes
new a35ef81 JAMES-2684 Re-order POM
new b6554d6 JAMES-2684 Add BlobExportMechanism API
new 12ef27c JAMES-2684 Add a LocalFile BlobExportMechanism implementation
new c26fb72 JAMES-2686 Add pre-deletion hooks metrics
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:
.../cassandra/CassandraMailboxManagerTest.java | 3 +-
.../CassandraMessageIdManagerTestSystem.java | 3 +-
.../manager/InMemoryIntegrationResources.java | 5 +-
.../resources/META-INF/spring/spring-mailbox.xml | 3 +-
.../james/mailbox/store/PreDeletionHooks.java | 13 +-
.../james/mailbox/store/PreDeletionHooksTest.java | 85 +++-
.../apache/james/metrics/api/MetricFactory.java | 2 +-
pom.xml | 19 +-
.../blob-export-api}/pom.xml | 15 +-
.../james/blob/export/api/BlobExportMechanism.java | 38 +-
.../blob/{blob-union => blob-export-file}/pom.xml | 36 +-
.../export/file/LocalFileBlobExportMechanism.java | 119 +++++
.../blob/export/file/FileSystemExtension.java | 59 +++
.../file/LocalFileBlobExportMechanismTest.java | 136 ++++++
server/blob/pom.xml | 2 +
server/protocols/webadmin-integration-test/pom.xml | 5 +
.../EventDeadLettersIntegrationTest.java | 496 +++++++++++++++++++++
.../integration/UnauthorizedEndpointsTest.java | 14 +-
.../webadmin/routes/EventDeadLettersRoutes.java | 2 +-
.../service/EventDeadLettersRedeliverService.java | 3 +
.../webadmin/service/EventDeadLettersService.java | 2 +
21 files changed, 994 insertions(+), 66 deletions(-)
copy server/{container/guice/custom-mailets => blob/blob-export-api}/pom.xml
(78%)
copy
mailet/standard/src/main/java/org/apache/james/transport/matchers/SenderIsLocal.java
=>
server/blob/blob-export-api/src/main/java/org/apache/james/blob/export/api/BlobExportMechanism.java
(65%)
copy server/blob/{blob-union => blob-export-file}/pom.xml (77%)
create mode 100644
server/blob/blob-export-file/src/main/java/org/apache/james/blob/export/file/LocalFileBlobExportMechanism.java
create mode 100644
server/blob/blob-export-file/src/test/java/org/apache/james/blob/export/file/FileSystemExtension.java
create mode 100644
server/blob/blob-export-file/src/test/java/org/apache/james/blob/export/file/LocalFileBlobExportMechanismTest.java
create mode 100644
server/protocols/webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/EventDeadLettersIntegrationTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]