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

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


    from 98ea2f0  TIKA-2894: Add mime type detection support for WebAssembly
     new 003da64  TIKA-2976: Add an XLZ Parser
     new e1b3ba6  TIKA-2976: Updated CHANGES.txt

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |   2 +
 .../org/apache/tika/mime/tika-mimetypes.xml        |   6 +
 .../org/apache/tika/parser/pkg/PackageParser.java  |   1 +
 .../org/apache/tika/parser/xliff/XLZParser.java    | 146 +++++++++++++++++++++
 .../services/org.apache.tika.parser.Parser         |   3 +-
 .../{XLIFF12ParserTest.java => XLZParserTest.java} |  19 ++-
 .../test/resources/test-documents/testXLIFF12.xlz  | Bin 0 -> 1004 bytes
 7 files changed, 166 insertions(+), 11 deletions(-)
 create mode 100644 
tika-parsers/src/main/java/org/apache/tika/parser/xliff/XLZParser.java
 copy 
tika-parsers/src/test/java/org/apache/tika/parser/xliff/{XLIFF12ParserTest.java 
=> XLZParserTest.java} (85%)
 create mode 100644 
tika-parsers/src/test/resources/test-documents/testXLIFF12.xlz

Reply via email to