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 3c3824f696 [PERF] S3 Blob Store should wrap blocking calls (#1515)
new d55415a4f5 JAMES-3899 WithStorageDirective: Integration test
new 286bbb181d JAMES-3899 WithStorageDirective: Support flag storage
directives
new ac56437cc4 JAMES-3899 WithStorageDirective: Refactoring - introduce a
StorageDirective POJO
new 6ce94deb80 JAMES-3899 Promote StorageDirective into mailet-api
new c773dccb07 JAMES-3899 JavaDoc for StorageDirective
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:
.../java/org/apache/mailet/StorageDirective.java | 212 +++++++++++++++++++++
...va => WithStorageDirectiveIntegrationTest.java} | 152 ++++++++-------
.../james/transport/mailets/RandomStoring.java | 9 +-
.../james/transport/mailets/ToSenderFolder.java | 7 +-
.../transport/mailets/WithStorageDirective.java | 60 ++++--
.../transport/mailets/delivery/MailStore.java | 2 -
.../mailets/delivery/MailboxAppender.java | 3 +-
.../mailets/delivery/MailboxAppenderImpl.java | 31 +--
.../mailets/delivery/SimpleMailStore.java | 34 ++--
.../mailets/jsieve/delivery/SievePoster.java | 9 +-
.../mailets/WithStorageDirectiveTest.java | 97 ++++++++++
.../mailets/delivery/MailboxAppenderImplTest.java | 40 +++-
.../mailets/delivery/SieveIntegrationTest.java | 4 +-
.../mailets/delivery/SimpleMailStoreTest.java | 6 +-
.../james/jmap/mailet/filter/ActionApplier.java | 10 +-
15 files changed, 531 insertions(+), 145 deletions(-)
create mode 100644
mailet/api/src/main/java/org/apache/mailet/StorageDirective.java
copy
server/mailet/integration-testing/src/test/java/org/apache/james/mailets/{SmtpAuthIntegrationTest.java
=> WithStorageDirectiveIntegrationTest.java} (53%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]