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/11/08 18:48:18 UTC

[tika] branch branch_1x updated (33d960c -> 0c49c85)

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 33d960c  TIKA-2762 Capture short fields (<150 chars) in EnviParserHeader Metadata
     add 0c49c85  TIKA-2773 upgrade sqlite version

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |  5 +++++
 ...aException.java => CorruptedFileException.java} | 11 +++++----
 .../ParsingEmbeddedDocumentExtractor.java          |  4 ++++
 .../apache/tika/parser/RecursiveParserWrapper.java |  6 ++++-
 tika-parsers/pom.xml                               |  2 +-
 .../apache/tika/parser/jdbc/AbstractDBParser.java  | 26 ++++++++++++++++++++--
 .../apache/tika/parser/jdbc/JDBCTableReader.java   |  5 +++--
 .../apache/tika/parser/jdbc/SQLite3DBParser.java   |  8 ++++++-
 .../tika/parser/jdbc/SQLite3TableReader.java       |  5 +++--
 9 files changed, 57 insertions(+), 15 deletions(-)
 copy tika-core/src/main/java/org/apache/tika/exception/{TikaException.java => CorruptedFileException.java} (72%)