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 mk...@apache.org on 2022/11/17 08:01:04 UTC

[jackrabbit-oak] branch OAK-10003 created (now 691b288828)

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

mkataria pushed a change to branch OAK-10003
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


      at 691b288828 OAK-10003: Upgrade tika to 1.28.5

This branch includes the following new commits:

     new 691b288828 OAK-10003: Upgrade tika to 1.28.5

The 1 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.



[jackrabbit-oak] 01/01: OAK-10003: Upgrade tika to 1.28.5

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

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

commit 691b288828416da9ec2c6b942e9692a0de4dc206
Author: Mohit Kataria <mk...@apache.org>
AuthorDate: Thu Nov 17 13:06:44 2022 +0530

    OAK-10003: Upgrade tika to 1.28.5
---
 .../java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java   | 5 +++--
 oak-it-osgi/src/test/resources/versions.properties                  | 6 +++---
 oak-parent/pom.xml                                                  | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/oak-it-osgi/src/test/java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java b/oak-it-osgi/src/test/java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java
index 52ce1f2b87..00fad4317b 100644
--- a/oak-it-osgi/src/test/java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java
+++ b/oak-it-osgi/src/test/java/org/apache/jackrabbit/oak/osgi/TikaExtractionOsgiIT.java
@@ -116,15 +116,16 @@ public class TikaExtractionOsgiIT {
                         , wrappedBundle(mavenBundle("org.apache.poi", "poi", versions.get(POI_VERSION)))
                         , wrappedBundle(mavenBundle("org.apache.poi", "poi-scratchpad", versions.get(POI_VERSION)))
                         , wrappedBundle(mavenBundle("org.apache.poi", "poi-ooxml", versions.get(POI_VERSION)))
-                        , wrappedBundle(mavenBundle("org.apache.poi", "poi-ooxml-schemas", versions.get(POI_VERSION)))
+                        , wrappedBundle(mavenBundle("org.apache.poi", "poi-ooxml-lite", versions.get(POI_VERSION)))
                                 .instructions("DynamicImport-Package=*")
                         , wrappedBundle(mavenBundle("org.apache.poi", "ooxml-security", "1.0"))
-                        , wrappedBundle(mavenBundle("org.apache.xmlbeans", "xmlbeans", "3.1.0"))
+                        , wrappedBundle(mavenBundle("org.apache.xmlbeans", "xmlbeans", "5.0.3"))
                         , wrappedBundle(mavenBundle("com.drewnoakes", "metadata-extractor", "2.6.2"))
                         , mavenBundle("org.apache.commons", "commons-collections4", versions.get(COLLECTIONS4_VERSION))
                         , mavenBundle("org.apache.commons", "commons-compress", versions.get(COMPRESS_VERSION))
                         , mavenBundle("org.apache.commons", "commons-lang3", versions.get(LANG3_VERSION))
                         , mavenBundle("org.apache.commons", "commons-math3", versions.get(MATH3_VERSION))
+                        , mavenBundle("org.apache.logging.log4j", "log4j-api", "2.17.2")
                         // poi dependency end
                 )
                 , jarBundles()
diff --git a/oak-it-osgi/src/test/resources/versions.properties b/oak-it-osgi/src/test/resources/versions.properties
index 723d25f60d..27b83fb529 100644
--- a/oak-it-osgi/src/test/resources/versions.properties
+++ b/oak-it-osgi/src/test/resources/versions.properties
@@ -15,8 +15,8 @@
 # limitations under the License.
 #
 tika=${tika.version}
-poi=4.0.1
-commons-collections4=4.1
-commons-compress=1.20
+poi=5.2.2
+commons-collections4=4.4
+commons-compress=1.21
 commons-lang3=3.12.0
 commons-math3=3.6.1
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 07f4a6cae3..d742468b1d 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -61,7 +61,7 @@
     <slf4j.version>1.7.32</slf4j.version> <!-- sync with logback version -->
     <logback.version>1.2.10</logback.version>
     <h2.version>2.1.214</h2.version>
-    <tika.version>1.26</tika.version>
+    <tika.version>1.28.5</tika.version>
     <guava.version>15.0</guava.version>
     <guava.osgi.import>com.google.common.*;version="[15.0,21)"</guava.osgi.import>
     <derby.version>10.14.2.0</derby.version>