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 2023/01/06 03:02:45 UTC

[james-project] 06/12: JAMES-3771 Upgrade to opensearch java client 2.1.0

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 7e1c35fa64d7a1e0dcfcd18a6d6880497f933fa6
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Tue Aug 2 10:55:52 2022 +0700

    JAMES-3771 Upgrade to opensearch java client 2.1.0
    
    With the fix on null sort fields
---
 backends-common/opensearch/pom.xml                                  | 2 +-
 .../apache/james/mailbox/opensearch/OpenSearchIntegrationTest.java  | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/backends-common/opensearch/pom.xml b/backends-common/opensearch/pom.xml
index a53014a685..86237bd857 100644
--- a/backends-common/opensearch/pom.xml
+++ b/backends-common/opensearch/pom.xml
@@ -83,7 +83,7 @@
         <dependency>
             <groupId>org.opensearch.client</groupId>
             <artifactId>opensearch-java</artifactId>
-            <version>2.0.0</version>
+            <version>2.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.opensearch.client</groupId>
diff --git a/mailbox/opensearch/src/test/java/org/apache/james/mailbox/opensearch/OpenSearchIntegrationTest.java b/mailbox/opensearch/src/test/java/org/apache/james/mailbox/opensearch/OpenSearchIntegrationTest.java
index c87203b756..4d6c23f7a1 100644
--- a/mailbox/opensearch/src/test/java/org/apache/james/mailbox/opensearch/OpenSearchIntegrationTest.java
+++ b/mailbox/opensearch/src/test/java/org/apache/james/mailbox/opensearch/OpenSearchIntegrationTest.java
@@ -367,12 +367,6 @@ class OpenSearchIntegrationTest extends AbstractMessageSearchIndexTest {
             .containsOnly(messageId2.getUid());
     }
 
-    @Disabled("JAMES-3771 Waiting for a fix on opensearch client to be merged: https://github.com/opensearch-project/opensearch-java/pull/169")
-    @Test
-    public void sortOnCcShouldWork() throws Exception {
-
-    }
-
     @Disabled("MAILBOX-403 Relaxed the matching constraints for email addresses in text bodies to reduce OpenSearch disk space usage")
     @Test
     public void textShouldNotMatchOtherAddressesOfTheSameDomain() {


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