You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by lf...@apache.org on 2023/08/10 22:11:34 UTC

[tika] branch main updated (69f270840 -> c171bbd90)

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

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


    from 69f270840 Merge pull request #1279 from apache/dependabot/maven/aws.version-1.12.526
     add adfae59af TIKA-4111 - test file to reproduce issue
     add 43aceea43 TIKA-4111 - test to reproduce issue and additional test
     add bfc71d53f Tika-4111 - return null if main entry is found & adjust depending calls
     add 2dc452ef3 TIKA-4111 - makes streaming detection to continue working
     add 644ef09fc TIKA-4111 - update release notes
     new c171bbd90 Merge pull request #1281 from apache/TIKA-4111

The 1 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 +
 .../apache/tika/detect/apple/IWorkDetector.java    |   4 ++
 .../parser/iwork/iwana/IWork13PackageParser.java   |  11 ++++-
 .../tika/detect/apple/IWorkDetectorTest.java       |  54 +++++++++++++++++++++
 .../test-documents/testKeynote2013.detect          | Bin 0 -> 338001 bytes
 5 files changed, 69 insertions(+), 2 deletions(-)
 create mode 100644 tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-apple-module/src/test/java/org/apache/tika/detect/apple/IWorkDetectorTest.java
 create mode 100644 tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-apple-module/src/test/resources/test-documents/testKeynote2013.detect


[tika] 01/01: Merge pull request #1281 from apache/TIKA-4111

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lfcnassif pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit c171bbd90280821120b93c213b5244244677ee48
Merge: 69f270840 644ef09fc
Author: Luis Filipe Nassif <lf...@gmail.com>
AuthorDate: Thu Aug 10 19:11:29 2023 -0300

    Merge pull request #1281 from apache/TIKA-4111
    
    Tika 4111 - Fix iWork 13 keynote detection

 CHANGES.txt                                        |   2 +
 .../apache/tika/detect/apple/IWorkDetector.java    |   4 ++
 .../parser/iwork/iwana/IWork13PackageParser.java   |  11 ++++-
 .../tika/detect/apple/IWorkDetectorTest.java       |  54 +++++++++++++++++++++
 .../test-documents/testKeynote2013.detect          | Bin 0 -> 338001 bytes
 5 files changed, 69 insertions(+), 2 deletions(-)