You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/04/21 02:13:14 UTC

[james-project] branch master updated (7302ecf -> bc1c8dc)

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 7302ecf  JAMES-3566 Skip EmailSubmission/set implicit Email/set call when no onSuccessXXX properties
     add 4e0377c  JAMES-3557 Changes collectors should be ordered
     add bb9d45e  JAMES-3277 Distinct uids before calling toRanges
     add 0d9c927  JAMES-3557 */changes: Fail explicitly when too much entries on a single change
     add bc1c8dc  JAMES-3557 JMAP */changes: Increase default maxChanges 5 -> 256

No new revisions were added by this update.

Summary of changes:
 .../modules/mailbox/CassandraMailboxModule.java    |   4 +
 .../james/modules/mailbox/MemoryMailboxModule.java |   4 +
 .../change/CassandraEmailChangeRepository.java     |  15 +--
 .../change/CassandraMailboxChangeRepository.java   |  15 +--
 .../change/CassandraEmailChangeRepositoryTest.java |   2 +-
 .../CassandraMailboxChangeRepositoryTest.java      |   3 +-
 ...e.java => CanNotCalculateChangesException.java} |   8 +-
 .../apache/james/jmap/api/change/EmailChanges.java |   6 +-
 .../james/jmap/api/change/MailboxChanges.java      |   6 +-
 .../memory/change/MemoryEmailChangeRepository.java |  14 ++-
 .../change/MemoryMailboxChangeRepository.java      |  18 ++--
 .../api/change/EmailChangeRepositoryContract.java  |  28 +++---
 .../change/MailboxChangeRepositoryContract.java    |  12 ++-
 .../change/MemoryEmailChangeRepositoryTest.java    |   3 +-
 .../change/MemoryMailboxChangeRepositoryTest.java  |   4 +-
 .../DistributedEmailChangeMethodTest.java          |   9 +-
 .../DistributedMailboxChangeMethodTest.java        |   9 +-
 .../contract/EmailChangesMethodContract.scala      | 110 +++++++++++++++++++++
 .../memory/MemoryEmailChangesMethodTest.java       |   9 +-
 .../memory/MemoryMailboxChangesMethodTest.java     |   9 +-
 .../james/jmap/method/EmailChangesMethod.scala     |   8 +-
 .../jmap/method/EmailSetUpdatePerformer.scala      |   2 +-
 .../james/jmap/method/MailboxChangesMethod.scala   |   8 +-
 .../jmap/change/MailboxChangeListenerTest.scala    |   9 +-
 24 files changed, 247 insertions(+), 68 deletions(-)
 copy server/data/data-jmap/src/main/java/org/apache/james/jmap/api/change/{JmapChange.java => CanNotCalculateChangesException.java} (88%)

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org