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 bb36bd9 JAMES-3578 Add a "Upgrading" section of the operator guide
new dfb6def [FIX] JMAP draft metrics ended up not being published
new 2402634 [REFACTORING] JMAP draft setMessages destroy is now fully
reactive
new 66dc43c [REFACTORING] JMAP draft setMessages update: do not block for
outbox reading
new f3c9dd1 [REFACTORING] SystemMailboxesProviderImpl::getMailboxByRole
should be reactive
new 9776d85 [REFACTORING] SetMessagesUpdateProcessor: do not pass
builders as arguments
new a59013b [REFACTORING] SetMessagesUpdateProcessor: Remove unused
DraftMessageMailboxUpdateException
new df8c6e7 [REFACTORING] SetMessagesUpdateProcessor: Reactify updates
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:
.../org/apache/james/mailbox/MessageIdManager.java | 6 +-
.../james/mailbox/SystemMailboxesProvider.java | 2 +-
.../inmemory/mail/InMemoryMessageIdMapper.java | 6 +-
.../james/mailbox/store/StoreMessageIdManager.java | 2 +-
.../mailbox/store/SystemMailboxesProviderImpl.java | 2 +-
.../james/mailbox/store/mail/MessageIdMapper.java | 4 +-
.../store/SystemMailboxesProviderImplTest.java | 10 +-
.../DraftMessageMailboxUpdateException.java | 29 ---
.../james/jmap/draft/methods/GetFilterMethod.java | 4 +-
.../jmap/draft/methods/GetMailboxesMethod.java | 6 +-
.../jmap/draft/methods/GetMessageListMethod.java | 6 +-
.../jmap/draft/methods/GetMessagesMethod.java | 6 +-
.../apache/james/jmap/draft/methods/Method.java | 8 +-
.../jmap/draft/methods/SetMailboxesMethod.java | 42 ++--
.../jmap/draft/methods/SetMailboxesProcessor.java | 8 +
.../methods/SetMessagesDestructionProcessor.java | 74 +++---
.../jmap/draft/methods/SetMessagesMethod.java | 47 ++--
.../jmap/draft/methods/SetMessagesProcessor.java | 12 +-
.../draft/methods/SetMessagesUpdateProcessor.java | 274 ++++++++++-----------
.../draft/methods/SetVacationResponseMethod.java | 6 +-
.../jmap/draft/methods/RequestHandlerTest.java | 11 +-
.../jmap/draft/methods/SetMailboxesMethodTest.java | 12 +-
.../methods/SetMessagesUpdateProcessorTest.java | 4 +-
23 files changed, 288 insertions(+), 293 deletions(-)
delete mode 100644
server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/exceptions/DraftMessageMailboxUpdateException.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]