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 2023/05/02 17:45:40 UTC

[tika] branch TIKA-4022 updated: Update CHANGES.txt

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

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


The following commit(s) were added to refs/heads/TIKA-4022 by this push:
     new 63967a54f Update CHANGES.txt
63967a54f is described below

commit 63967a54fc091911d112692d4bd7816038de623c
Author: tallison <ta...@apache.org>
AuthorDate: Tue May 2 13:45:31 2023 -0400

    Update CHANGES.txt
---
 CHANGES.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index d89cbcd15..0e467ee43 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,10 @@
 Release 2.8.0 - ???
 
+   * Turn on the CompositeExternalParser in tika-app and tika-server-standard.
+     This will call exiftool and ffmpeg if those are installed as was
+     the behavior in Tika 1.x. Exclude org.apache.tika.parser.external.CompositeExternalParser
+     if you do not want this behavior (TIKA-4022).
+
    * Add magic detection for canon raw file types: crw, cr2 and cr3 (TIKA-3991).
 
    * Add detection for ONIX message files (TIKA-4011).