This is an automated email from the ASF dual-hosted git repository.
tallison pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git.
from 4625f19 TIKA-3542 -- add optional range parameters to FetchKey
new b5b38fd TIKA-3542 -- add setters
new 68a4272 TIKA-3543 -- improve robustness and feature set of HttpFetcher
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 +
.../tika/pipes/emitter/fs/FileSystemEmitter.java | 7 +
tika-pipes/tika-fetchers/tika-fetcher-http/pom.xml | 7 +
.../tika/pipes/fetcher/http/HttpFetcher.java | 257 +++++++++++++++++++--
.../tika/pipes/fetcher/http/HttpFetcherTest.java | 19 +-
.../src/test/resources/tika-config-http.xml | 5 +
.../pipesiterator/jdbc/JDBCPipesIterator.java | 10 +
7 files changed, 289 insertions(+), 18 deletions(-)