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 2019/07/11 18:24:15 UTC

[tika] branch branch_1x updated (f6d4cd8 -> 830094e)

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

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


    from f6d4cd8  TIKA-2903 -- close RereadableStream's storeOutputStream via Peter Fassev
     add 830094e  TIKA-1568 -- statically cache encoding detector in AutoDetectReader when default initializer is used.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/tika/detect/AutoDetectReader.java   |  11 ++-
 .../tika/parser/AutoDetectReaderParserTest.java    | 102 +++++++++++++++++++++
 2 files changed, 111 insertions(+), 2 deletions(-)
 create mode 100644 tika-parsers/src/test/java/org/apache/tika/parser/AutoDetectReaderParserTest.java