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/01/03 20:31:05 UTC

[tika] branch branch_1x updated (f2eb5ac -> 8fc1ed1)

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 f2eb5ac  TIKA-2802 -- try to clear the XMLReader's resources to avoid OOM
     add 8fc1ed1  TIKA-2765

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |   4 +
 .../src/test/java/org/apache/tika/TikaTest.java    |  28 +++-
 .../parser/microsoft/POIFSContainerDetector.java   |   5 +-
 .../microsoft/ooxml/OOXMLExtractorFactory.java     |  80 ++++++++++-
 .../tika/parser/pkg/ZipContainerDetector.java      | 147 +++++++++++++++++++-
 .../parser/microsoft/ooxml/TruncatedOOXMLTest.java | 152 +++++++++++++++++++++
 6 files changed, 406 insertions(+), 10 deletions(-)
 create mode 100644 tika-parsers/src/test/java/org/apache/tika/parser/microsoft/ooxml/TruncatedOOXMLTest.java