Julian Reschke created OAK-10861:
------------------------------------
Summary: avoid use of Tika WriteOutHandler convenience method
removed in Tika 2.x
Key: OAK-10861
URL: https://issues.apache.org/jira/browse/OAK-10861
Project: Jackrabbit Oak
Issue Type: Task
Components: run, search, solr
Reporter: Julian Reschke
Assignee: Julian Reschke
https://javadoc.io/static/org.apache.tika/tika-core/1.28.5/org/apache/tika/sax/WriteOutContentHandler.html#isWriteLimitReached-java.lang.Throwable-
is removed in Tika 2.0 (although not deprecated before).
https://javadoc.io/static/org.apache.tika/tika-core/1.28.5/org/apache/tika/exception/WriteLimitReachedException.html#isWriteLimitReached-java.lang.Throwable-
can be used instead.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)