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 8205dccd19 Merge branch 'main' into placeholder-stream
add 4ee284afb3 TIKA-4874: add the missing PlaceholderSource and its test
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/tika/io/PlaceholderSource.java | 117 +++++++++++++++++++++
.../org/apache/tika/io/PlaceholderStreamTest.java | 63 +++++++++++
2 files changed, 180 insertions(+)
create mode 100644
tika-core/src/main/java/org/apache/tika/io/PlaceholderSource.java
create mode 100644
tika-core/src/test/java/org/apache/tika/io/PlaceholderStreamTest.java