You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/05/18 18:51:21 UTC

[tika] branch branch_1x updated: TIKA-3770: add comment why mime4 can't be updated

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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new d4f4bd689 TIKA-3770: add comment why mime4 can't be updated
d4f4bd689 is described below

commit d4f4bd689f85810702e0488e9053af041ee29844
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Wed May 18 20:51:02 2022 +0200

    TIKA-3770: add comment why mime4 can't be updated
---
 tika-parsers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index fdcb1d705..83dc30f02 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -45,7 +45,7 @@
     <tukaani.version>1.9</tukaani.version>
     <!-- NOTE: sync brotli version with commons-compress in tika-parent-->
     <brotli.version>0.1.2</brotli.version>
-    <mime4j.version>0.8.4</mime4j.version>
+    <mime4j.version>0.8.4</mime4j.version> <!-- 0.8.5 and higher fail with ByteBuffer.flip() -->
     <vorbis.version>0.8</vorbis.version>
     <pdfbox.version>2.0.26</pdfbox.version>
     <jempbox.version>1.8.16</jempbox.version>