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 2018/12/03 19:43:37 UTC

[tika] branch branch_1x updated (44165a3 -> 2439927)

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 44165a3  TIKA-2550 -- make sure that ToTextHandler's new behavior of ignoring script/style contents doesn't harm macro extraction in HTML parser
     add 2439927  Upgrade MP4Parser to newer dependency coordinates org.mp4parser:isoparser (TIKA-2792).

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |   3 +
 tika-parsers/pom.xml                               |   8 +-
 .../tika/parser/mp4/DirectFileReadDataSource.java  | 128 --------
 .../java/org/apache/tika/parser/mp4/MP4Parser.java | 361 ++++++++++-----------
 4 files changed, 189 insertions(+), 311 deletions(-)
 delete mode 100644 tika-parsers/src/main/java/org/apache/tika/parser/mp4/DirectFileReadDataSource.java