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 9b42784 TIKA-3104 -- add detection and parsing for xml based plist
files
new 7d749cf TIKA-3130 -- add ICC prefix
new 5ecb3b9 TIKA-3135 -- no need to spool the file for the metadata
extractor's HeifParser
new a11314f writeLimit and maxEmbeddedResources for recursive parsing -
add header (#326)
new e57c832 TIKA-3134 -- fix bug and add unit tests
new 941a150 fix merge conflicts and unit test
The 5 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:
.../org/apache/tika/parser/image/HeifParser.java | 8 +--
.../tika/parser/image/ImageMetadataExtractor.java | 14 +++--
.../apache/tika/parser/jpeg/JpegParserTest.java | 6 +++
.../server/resource/RecursiveMetadataResource.java | 12 ++++-
.../tika/server/RecursiveMetadataResourceTest.java | 61 ++++++++++++++++++++--
5 files changed, 84 insertions(+), 17 deletions(-)