This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from 47825dcad1 [REFACTORING] Merge ReactorUtils::toChunks and 
DataChunker::chunkStream (#1518)
     new 3037a2b2c3 AnnotationMapper support more reactive api & Cassandra 
implement
     new bbdd764273 MailboxAnnotationListener implement reactive group event 
listener
     new 4e217b2bdb MailboxAnnotationManager support more reactive api
     new 96fa023649 IMAP - Reactive GetMetadata & SetMetadata processor

The 4 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:
 .../james/mailbox/MailboxAnnotationManager.java    |  11 ++
 .../apache/james/mailbox/MailboxManagerTest.java   |   6 +-
 .../cassandra/mail/CassandraAnnotationMapper.java  | 156 +++++++++++++--------
 .../store/StoreMailboxAnnotationManager.java       | 139 +++++++++++-------
 .../james/mailbox/store/StoreMailboxManager.java   |  25 ++++
 .../store/event/MailboxAnnotationListener.java     |  23 ++-
 .../james/mailbox/store/mail/AnnotationMapper.java |  36 +++++
 .../store/StoreMailboxManagerAnnotationTest.java   |  38 +++--
 .../store/event/MailboxAnnotationListenerTest.java |  29 ++--
 .../james/imap/processor/GetMetadataProcessor.java |  83 +++++------
 .../james/imap/processor/SetMetadataProcessor.java |  34 ++---
 .../imap/processor/GetAnnotationProcessorTest.java |  73 ++++++----
 .../imap/processor/SetMetadataProcessorTest.java   |  21 +--
 13 files changed, 416 insertions(+), 258 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to