This is an automated email from the ASF dual-hosted git repository.
quantranhong1999 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
from d757b47e86 [FIX] Account for consistency choices within
RecomputeMailboxCountersService
new 3cd94b9ead [BUILD] EmailSubmissionSetMethodContract: isolate using
different users
new 5f89cd3c4a [BUILD] QuotaGetMethodContract: isolate using different
users
new 0e3a4b092a [BUILD] IdentitySetContract: isolate using different users
new 9d59883a77 [BUILD] DownloadContract: isolate using different users
new f0facbb290 [BUILD] MDNSendMethodContract: isolate using different users
new 9c32331b31 [BUILD] WebSocketContract: isolate using different users
The 6 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/modules/QuotaProbesImpl.java | 16 +
.../distributed/DistributedDownloadTest.java | 2 +-
.../DistributedEmailSubmissionSetMethodtest.java | 2 +-
.../distributed/DistributedIdentitySetTest.java | 2 +-
.../distributed/DistributedMDNSendMethodTest.java | 2 +-
.../distributed/DistributedQuotaGetMethodTest.java | 39 +-
.../distributed/DistributedWebSocketTest.java | 2 +-
.../jmap/rfc8621/contract/DownloadContract.scala | 202 ++++---
.../EmailSubmissionSetMethodContract.scala | 620 +++++++++++----------
.../rfc8621/contract/IdentitySetContract.scala | 297 +++++-----
.../rfc8621/contract/MDNSendMethodContract.scala | 320 ++++++-----
.../rfc8621/contract/QuotaGetMethodContract.scala | 369 +++++++-----
.../jmap/rfc8621/contract/WebSocketContract.scala | 224 ++++----
.../jmap/rfc8621/memory/MemoryDownloadTest.java | 2 +-
.../memory/MemoryEmailSubmissionSetMethodTest.java | 2 +-
.../memory/MemoryIdentitySetMethodTests.java | 2 +-
.../rfc8621/memory/MemoryMDNSendMethodTest.java | 2 +-
.../rfc8621/memory/MemoryQuotaGetMethodTest.java | 26 +-
.../jmap/rfc8621/memory/MemoryWebSocketTest.java | 2 +-
.../rfc8621/postgres/PostgresDownloadTest.java | 2 +-
.../PostgresEmailSubmissionSetMethodTest.java | 2 +-
.../rfc8621/postgres/PostgresIdentitySetTest.java | 2 +-
.../postgres/PostgresMDNSendMethodTest.java | 2 +-
.../postgres/PostgresQuotaGetMethodTest.java | 42 +-
.../rfc8621/postgres/PostgresWebSocketTest.java | 2 +-
25 files changed, 1263 insertions(+), 922 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]