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 ff7c608 JAMES-3516 Add threadId unit tests following MessageResult and MailboxMessage POJOs changes new 823b872 [PERFORMANCE] Further reactify PostDequeueDecorator new cb84164 [PERFORMANCE] Further reactify setMessages update to outbox new ee180ce [PERFORMANCE] Reactify MessageSender new 3048a9f [PERFORMANCE] Reactify ReferenceUpdater new 80ae793 [PERFORMANCE] SetMessagesCreationProcessor immutability - do not pass builder as argument new 134a0e0 [PERFORMANCE] Reactify SetMessagesCreationProcessor new 1a1a08a [PERFORMANCE] SetMessagesCreationProcessor: avoid elastic scheduling when no attachments The 7 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: .../exceptions/AttachmentsNotFoundException.java | 2 +- .../exceptions/MessageHasNoMailboxException.java | 24 -- .../jmap/draft/methods/AttachmentChecker.java | 18 +- .../james/jmap/draft/methods/MessageSender.java | 21 +- .../james/jmap/draft/methods/ReferenceUpdater.java | 55 ++-- .../james/jmap/draft/methods/SendMDNProcessor.java | 4 +- .../methods/SetMessagesCreationProcessor.java | 316 ++++++++++----------- .../draft/methods/SetMessagesUpdateProcessor.java | 25 +- .../apache/james/jmap/draft/send/MailSpool.java | 7 +- .../jmap/draft/send/PostDequeueDecorator.java | 55 ++-- .../exception/MailShouldBeInOutboxException.java | 3 +- .../jmap/draft/methods/AttachmentCheckerTest.java | 10 +- .../methods/SetMessagesCreationProcessorTest.java | 42 +-- .../james/jmap/draft/send/MailSpoolTest.java | 4 +- .../jmap/draft/send/PostDequeueDecoratorTest.java | 25 +- 15 files changed, 303 insertions(+), 308 deletions(-) delete mode 100644 server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/exceptions/MessageHasNoMailboxException.java --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org