This is an automated email from the ASF dual-hosted git repository. hqtran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit c04c2fa4a04ac65cadf2a716d9db641eb32cf769 Author: Quan Tran <hqt...@linagora.com> AuthorDate: Thu Sep 18 11:18:09 2025 +0700 [BUILD] [james-server-distributed-app] Compact WithS3SSECTest: not run JmapJamesServerContract Blob store implementation has nothing to do that needs testing JMAP protocol. --- .../distributed-app/src/test/java/org/apache/james/WithS3SSECTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/apps/distributed-app/src/test/java/org/apache/james/WithS3SSECTest.java b/server/apps/distributed-app/src/test/java/org/apache/james/WithS3SSECTest.java index 09fecb3b2e..4cbf8c1f52 100644 --- a/server/apps/distributed-app/src/test/java/org/apache/james/WithS3SSECTest.java +++ b/server/apps/distributed-app/src/test/java/org/apache/james/WithS3SSECTest.java @@ -20,11 +20,10 @@ package org.apache.james; import org.apache.james.blob.objectstorage.aws.sse.S3SSECConfiguration; -import org.apache.james.jmap.JmapJamesServerContract; import org.apache.james.modules.S3SSECBlobStoreExtension; import org.junit.jupiter.api.extension.RegisterExtension; -public class WithS3SSECTest implements JmapJamesServerContract, MailsShouldBeWellReceivedConcreteContract { +public class WithS3SSECTest implements MailsShouldBeWellReceivedConcreteContract { static S3SSECConfiguration s3SSECConfiguration = new S3SSECConfiguration.Basic("AES256", "masterPassword", "salt"); @RegisterExtension --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org