This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch placeholder-stream
in repository https://gitbox.apache.org/repos/asf/tika.git
from 4ee284afb3 TIKA-4874: add the missing PlaceholderSource and its test
add 5b78cd84bc TIKA-4873 - give embedded documents their size (#3117)
add e588d8e881 Merge branch 'main' into placeholder-stream
No new revisions were added by this update.
Summary of changes:
CHANGES.txt | 6 ++
.../ParsingEmbeddedDocumentExtractor.java | 9 +++
.../tika/extractor/EmbeddedContentLengthTest.java | 84 ++++++++++++++++++++++
.../org/apache/tika/parser/audio/CoverArt.java | 4 +-
.../apache/tika/parser/image/RawTiffParser.java | 4 ++
.../tika/parser/image/RawTiffParserTest.java | 4 ++
6 files changed, 110 insertions(+), 1 deletion(-)
create mode 100644
tika-core/src/test/java/org/apache/tika/extractor/EmbeddedContentLengthTest.java