You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2022/06/29 18:13:00 UTC

[jira] [Created] (TIKA-3806) Remove deprecated ContentHandlerDecoratorFactory method in 2.5

Tim Allison created TIKA-3806:
---------------------------------

             Summary: Remove deprecated ContentHandlerDecoratorFactory method in 2.5
                 Key: TIKA-3806
                 URL: https://issues.apache.org/jira/browse/TIKA-3806
             Project: Tika
          Issue Type: Task
            Reporter: Tim Allison


We should remove this in 2.5.0:

ContentHandler decorate(ContentHandler contentHandler, Metadata metadata);

In favor of:
ContentHandler decorate(ContentHandler contentHandler, Metadata metadata, ParseContext parseContext);
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)