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 24b0fe8 Revert "[Refactoring] Port FixingGhostMailboxTest to use distributed product" new f9421a0 [REFACTORING] Guava Preconditions should use String formatting new 07252a9 JAMES-2993 Add missing test cases in MailboxManagerTest new c493208 JAMES-2993 getMailbox by path should assert that user has the rights to access the mailbox before returning it new a6cb61e JAMES-2993 Refine the assertions on exceptions in MailboxManagerTest new d68e701 JAMES-2993 renameMailbox should assert that the user owns the destination mailbox 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: .../backends/es/ElasticSearchConfiguration.java | 11 +- .../main/java/org/apache/james/core/Domain.java | 2 +- .../main/java/org/apache/james/core/Username.java | 2 +- .../org/apache/james/mailbox/events/Group.java | 2 +- .../org/apache/james/mailbox/model/MailboxACL.java | 4 +- .../apache/james/mailbox/MailboxManagerTest.java | 417 ++++++++++++++++++++- .../DomainUserMaildirMailboxManagerTest.java | 5 + .../maildir/FullUserMaildirMailboxManagerTest.java | 5 + .../james/vault/dto/query/QueryTranslator.java | 2 +- .../james/mailbox/store/StoreMailboxManager.java | 14 +- .../store/quota/DefaultUserQuotaRootResolver.java | 4 +- .../blob/objectstorage/swift/Credentials.java | 5 +- .../james/blob/objectstorage/swift/DomainId.java | 5 +- .../james/blob/objectstorage/swift/DomainName.java | 5 +- .../james/blob/objectstorage/swift/HeaderName.java | 5 +- .../james/blob/objectstorage/swift/Project.java | 5 +- .../blob/objectstorage/swift/ProjectName.java | 2 +- .../james/blob/objectstorage/swift/Region.java | 5 +- .../james/blob/objectstorage/swift/TenantName.java | 5 +- .../james/blob/objectstorage/swift/UserName.java | 5 +- .../swift/SwiftKeystone2ConfigurationReader.java | 8 +- .../swift/SwiftKeystone3ConfigurationReader.java | 8 +- .../swift/SwiftTmpAuthConfigurationReader.java | 8 +- .../adapter/mailbox/MailboxManagerManagement.java | 4 +- .../james/rrt/api/RecipientRewriteTable.java | 2 +- .../cassandra/CassandraRecipientRewriteTable.java | 2 +- .../transport/mailets/WithStorageDirective.java | 2 +- .../mailrepository/api/MailRepositoryUrl.java | 3 +- .../methods/integration/cucumber/UserStepdefs.java | 2 +- .../CassandraMailQueueViewConfiguration.java | 7 +- .../apache/james/linshare/client/LinshareAPI.java | 2 +- 31 files changed, 486 insertions(+), 72 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org