You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by jo...@apache.org on 2022/09/14 10:26:51 UTC

[jackrabbit-oak] branch trunk updated: OAK-9935 - Bump Elasticsearch client from 7.17.3 to 7.17.6 (#703)

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

joerghoh pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cf9d59a3c9 OAK-9935 - Bump Elasticsearch client from 7.17.3 to 7.17.6 (#703)
cf9d59a3c9 is described below

commit cf9d59a3c9280f7a420bfe1d1dacccd5c5aa33db
Author: Nuno Santos <ns...@adobe.com>
AuthorDate: Wed Sep 14 12:26:46 2022 +0200

    OAK-9935 - Bump Elasticsearch client from 7.17.3 to 7.17.6 (#703)
    
    * Bump Elasticsearch client from 7.17.3 to 7.17.6.
    * Revert "Bump Elasticsearch client from 7.17.3 to 7.17.6."
    This reverts commit 67c3bd7c580f4e8e37672c4ffde3ac7b2553209a.
    * Bump Elasticsearch client from 7.17.3 to 7.17.6.
    * Update the elastiknn digest used to validate the download from GitHub.
    
    Thanks @nfsantos for your contribution!
---
 oak-search-elastic/pom.xml                                              | 2 +-
 .../apache/jackrabbit/oak/plugins/index/elastic/ElasticTestServer.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-search-elastic/pom.xml b/oak-search-elastic/pom.xml
index 25a910eb02..4d47f2b7af 100644
--- a/oak-search-elastic/pom.xml
+++ b/oak-search-elastic/pom.xml
@@ -33,7 +33,7 @@
   <description>Oak Elasticsearch integration subproject</description>
 
   <properties>
-    <elasticsearch.version>7.17.3</elasticsearch.version>
+    <elasticsearch.version>7.17.6</elasticsearch.version>
   </properties>
 
   <build>
diff --git a/oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticTestServer.java b/oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticTestServer.java
index ba85550c48..5a7b6eece5 100644
--- a/oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticTestServer.java
+++ b/oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticTestServer.java
@@ -43,7 +43,7 @@ import static org.junit.Assume.assumeNotNull;
 public class ElasticTestServer implements AutoCloseable {
 
     private static final Logger LOG = LoggerFactory.getLogger(ElasticTestServer.class);
-    private static final String PLUGIN_DIGEST = "5e3b40bb72b2813f927be9bf6ecdf88668d89d2ef20c7ebafaa51ab8407fd179";
+    private static final String PLUGIN_DIGEST = "326893bb98ef1a0c569d9f4c4a9a073e53361924f990b17e87077985ce8a7478";
     private static final ElasticTestServer SERVER = new ElasticTestServer();
     private static volatile ElasticsearchContainer CONTAINER;