This is an automated email from the ASF dual-hosted git repository.
aduprat pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 78813a8 JAMES-2771 Fix dirty provisionning for CI benchmarks
new 862dd15 Avoid blob copy when saving byte arrays
new ed91ea3 Position data length when possible
new 30dc0b9 Allow Store.Impl to cary along a byte[] representation
new 088123b fixup! Avoid blob copy when saving byte arrays
new 8591618 Merge remote-tracking branch
'btellier/improve-blob-store-efficiency-v4'
new 6c20dff JAMES-2816 Avoid copying the whole message when we only need
to copy metadata
new 55257ba JAMES-2816 Use buffered streams to handle mails
new 398594d JAMES-2816 Fix Intelij warnings in SimpleMailboxMessage
new 02fb91a JAMES-2816 Refactor appendMessage method to make it more
readable
new 031775a Merge remote-tracking branch
'mbaechler/optimize-append-message'
new 87136c3 JAMES-2817 Rename subscribeWorkQueue to consumeWorkQueue and
subscribe in start()
new 37b0b39 JAMES-2817 Avoid C-like cast syntax in GroupRegistration
new d3c5a61 JAMES-2817 WaitDelayGenerator jitter could remove time from
next iteration
new 2338e64 JAMES-2817 GroupRegistration deliver doesn't need to use
subscribeWith
new 2548451 Merge remote-tracking branch
'mbaechler/some-small-eventBus-fix'
The 15 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:
.../mailbox/events/ErrorHandlingContract.java | 4 +-
.../james/mailbox/events/GroupRegistration.java | 25 +-
.../james/mailbox/events/WaitDelayGenerator.java | 24 +-
.../mailbox/events/WaitDelayGeneratorTest.java | 8 +-
.../memory/src/test/resources/test.eml | 0
.../spamassassin/SpamAssassinListenerTest.java | 4 +-
.../james/mailbox/store/StoreMessageIdManager.java | 2 +-
.../james/mailbox/store/StoreMessageManager.java | 290 ++++++++++++---------
.../james/mailbox/store/event/EventFactory.java | 4 -
.../mail/model/impl/SimpleMailboxMessage.java | 10 +-
.../mailbox/store/MessageIdManagerTestSystem.java | 2 +-
.../main/java/org/apache/james/blob/api/Store.java | 24 +-
.../james/blob/objectstorage/AESPayloadCodec.java | 5 +
.../blob/objectstorage/DefaultPayloadCodec.java | 9 +
.../blob/objectstorage/ObjectStorageBlobsDAO.java | 24 +-
.../james/blob/objectstorage/PayloadCodec.java | 2 +
.../apache/james/blob/mail/MimeMessageStore.java | 6 +-
17 files changed, 259 insertions(+), 184 deletions(-)
copy
server/protocols/webadmin/webadmin-cassandra/src/main/java/org/apache/james/webadmin/service/CassandraMigrationService.java
=> mailbox/memory/src/test/resources/test.eml (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]