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 2024/02/12 18:32:08 UTC

(tika) branch branch_2x updated: TIKA-4197 -- downgrade jackrabbit so that 2.x can still be built with Java 8

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

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


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 06d27f473 TIKA-4197 -- downgrade jackrabbit so that 2.x can still be built with Java 8
06d27f473 is described below

commit 06d27f4731b9970bb751d27e91ca070e17f4098f
Author: tallison <ta...@apache.org>
AuthorDate: Mon Feb 12 13:31:54 2024 -0500

    TIKA-4197 -- downgrade jackrabbit so that 2.x can still be built with Java 8
---
 tika-parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 03b6c24a6..eb3ed8736 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -343,7 +343,8 @@
     <!-- versions greater than 62.2 are not compatible with icu4j handler in lucene 8.11.1 -->
     <icu4j.version>62.2</icu4j.version>
     <imageio.version>1.4.0</imageio.version>
-    <jackrabbit.version>2.21.23</jackrabbit.version>
+    <!-- jackrabbit 2.21.23 requires java 11 -->
+    <jackrabbit.version>2.21.22</jackrabbit.version>
     <jackson.version>2.16.1</jackson.version>
     <javax.annotation.version>1.3.2</javax.annotation.version>
     <javax.jcr.version>2.0</javax.jcr.version>