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 2021/07/08 15:26:27 UTC

[tika] branch main updated: add notice of zstd as an optional dependency.

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


The following commit(s) were added to refs/heads/main by this push:
     new 17c5c6d  add notice of zstd as an optional dependency.
17c5c6d is described below

commit 17c5c6d25777a5da91c3eac0988ba5a0f0d19cae
Author: tallison <ta...@apache.org>
AuthorDate: Thu Jul 8 11:26:16 2021 -0400

    add notice of zstd as an optional dependency.
---
 CHANGES.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 2704c3a..5c45a5b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -40,12 +40,13 @@ Release 2.0.0-ALPHA - 01/13/2021
        image should be processed but can't because the required external dependency is
        not available.  See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
        for the non-ASF-2.0-compatible jpeg2000 library.
+     * CompressorParser -- users must add the com.github.luben:zstd-jni to the classpath
+       to process zstd files.  This is an optional library that is no longer bundled
+       in tika-parsers-standard-package.
      * ChmParser was moved to org.apache.tika.parser.microsoft.chm
      * RTFParser was moved to org.apache.tika.parser.microsoft.rtf
      * We are now using non-shaded versions of xmpcore with namespaces com.adobe.internal.*
        vs com.adobe.*.
-     * We switched the underlying MP4 parser to Drew Noakes' metadata-extractor's MP4 parser
-       from sannies' isoparser.
 
    * tika-app