You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/05/27 16:11:41 UTC

[tika] branch main updated (25b18116c -> a38131886)

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

tallison pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


    from 25b18116c TIKA-3775 -- add embedded depth to profiles tables in tika-eval
     new 1c242e71b TIKA-3751 -- general upgrades for 2.4.1 -- add opensearch 2.x
     new a38131886 TIKA-3751 -- yet another ossindex complaint that is not justified

The 2 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:
 ...{TikaPipesOpenSearchTest.java => TikaPipesOpenSearch1xTest.java} | 2 +-
 .../apache/tika/pipes/opensearch/tests/TikaPipesOpenSearchTest.java | 2 +-
 tika-parent/pom.xml                                                 | 6 ++++++
 3 files changed, 8 insertions(+), 2 deletions(-)
 copy tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/{TikaPipesOpenSearchTest.java => TikaPipesOpenSearch1xTest.java} (96%)


[tika] 01/02: TIKA-3751 -- general upgrades for 2.4.1 -- add opensearch 2.x

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 1c242e71bc29c58d753b4d725d28102292d7de59
Author: tallison <ta...@apache.org>
AuthorDate: Fri May 27 12:08:26 2022 -0400

    TIKA-3751 -- general upgrades for 2.4.1 -- add opensearch 2.x
---
 .../{TikaPipesOpenSearchTest.java => TikaPipesOpenSearch1xTest.java}    | 2 +-
 .../org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearchTest.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearchTest.java b/tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearch1xTest.java
similarity index 96%
copy from tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearchTest.java
copy to tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearch1xTest.java
index a62104b0e..e99c83083 100644
--- a/tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearchTest.java
+++ b/tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearch1xTest.java
@@ -26,7 +26,7 @@ import org.testcontainers.utility.DockerImageName;
 
 import org.apache.tika.pipes.xsearch.tests.TikaPipesXSearchBase;
 
-public class TikaPipesOpenSearchTest extends TikaPipesXSearchBase {
+public class TikaPipesOpenSearch1xTest extends TikaPipesXSearchBase {
 
     private static final String DOCKER_IMAGE_NAME = "opensearchproject/opensearch:1.3.2";
 
diff --git a/tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearchTest.java b/tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearchTest.java
index a62104b0e..1f32e279f 100644
--- a/tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearchTest.java
+++ b/tika-integration-tests/tika-pipes-opensearch-integration-tests/src/test/java/org/apache/tika/pipes/opensearch/tests/TikaPipesOpenSearchTest.java
@@ -28,7 +28,7 @@ import org.apache.tika.pipes.xsearch.tests.TikaPipesXSearchBase;
 
 public class TikaPipesOpenSearchTest extends TikaPipesXSearchBase {
 
-    private static final String DOCKER_IMAGE_NAME = "opensearchproject/opensearch:1.3.2";
+    private static final String DOCKER_IMAGE_NAME = "opensearchproject/opensearch:2.0.0";
 
     @ClassRule
     public static GenericContainer<?> OPEN_SEARCH_CONTAINER =


[tika] 02/02: TIKA-3751 -- yet another ossindex complaint that is not justified

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit a381318866650d56974105fab1dabf30f608ef69
Author: tallison <ta...@apache.org>
AuthorDate: Fri May 27 12:11:34 2022 -0400

    TIKA-3751 -- yet another ossindex complaint that is not justified
---
 tika-parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index d21f0f8ad..c82124f7a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -755,6 +755,12 @@
         <version>3.2.0</version>
         <configuration>
           <excludeCoordinates>
+            <!-- the link from ossindex "divide by zero" points to fixes that were made in 2.18.0 -->
+            <exclude>
+              <groupId>com.drewnoakes</groupId>
+              <artifactId>metadata-extractor</artifactId>
+              <version>2.18.0</version>
+            </exclude>
             <exclude>
               <groupId>com.google.guava</groupId>
               <artifactId>guava</artifactId>