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 c6980f9 MAILBOX-396 align modseq backoff with uid provider, 2 ms is probably too fast new abcf057 JAMES-3056 CassandraMailboxMapper inconsistency tests new 9feb468 JAMES-3056 MailboxSoftlyAssert implementation new 3be0e4b JAMES-3056 Use the MailboxSoftlyAssertion new 00e4da1 JAMES-3056 Merge MailboxAssert and MailboxSoftlyAssert into one new 2422d3e JAMES-3040: change behavior of uploadDocument directly to userTargetSpace The 5 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: CHANGELOG.md | 1 + .../destination/conf/blob.properties | 9 +- .../destination/conf/blob.properties | 9 +- .../destination/conf/blob.properties | 9 +- .../cassandra/destination/conf/blob.properties | 9 +- .../apache/james/mailbox/model/MailboxAssert.java | 62 --- .../james/mailbox/model/MailboxAssertTests.java | 98 ---- .../james/mailbox/model/MailboxAssertingTool.java | 136 ++++++ .../mailbox/model/MailboxAssertingToolTest.java | 263 +++++++++++ .../org/apache/james/mailbox/model/TestId.java | 8 + .../mailbox/cassandra/mail/CassandraIdAndPath.java | 9 + .../cassandra/mail/CassandraMailboxMapperTest.java | 503 ++++++++++++++++++++- .../store/mail/model/MailboxMapperTest.java | 6 +- .../james/modules/LinshareGuiceExtension.java | 34 +- ...LinshareBlobExportMechanismIntegrationTest.java | 4 +- ...LinshareBlobExportMechanismIntegrationTest.java | 5 +- ...LinshareBlobExportMechanismIntegrationTest.java | 98 +--- .../james/webadmin/vault/routes/ExportService.java | 2 +- .../linshare/LinshareBlobExportMechanism.java | 22 +- .../james/linshare/LinshareConfiguration.java | 60 ++- .../apache/james/linshare/client/LinshareAPI.java | 60 +-- .../linshare/LinshareBlobExportMechanismTest.java | 64 +-- .../james/linshare/LinshareConfigurationTest.java | 92 +++- .../apache/james/linshare/LinshareExtension.java | 167 +++++-- .../org/apache/james/linshare/LinshareTest.java | 4 +- .../james/linshare/client/LinshareAPITest.java | 176 ++----- .../client/TechnicalAccountCreationRequest.java | 1 - upgrade-instructions.md | 21 + 28 files changed, 1318 insertions(+), 614 deletions(-) delete mode 100644 mailbox/api/src/test/java/org/apache/james/mailbox/model/MailboxAssert.java delete mode 100644 mailbox/api/src/test/java/org/apache/james/mailbox/model/MailboxAssertTests.java create mode 100644 mailbox/api/src/test/java/org/apache/james/mailbox/model/MailboxAssertingTool.java create mode 100644 mailbox/api/src/test/java/org/apache/james/mailbox/model/MailboxAssertingToolTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org