This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch TIKA-476x-merge-conflicts
in repository https://gitbox.apache.org/repos/asf/tika.git
from 493814a3de TIKA-476x - fix merge conflicts, simplify tika.proto
add 2c07998b78 TIKA-4763 fix e2e
No new revisions were added by this update.
Summary of changes:
tika-e2e-tests/pom.xml | 9 ++++++
.../pipes/filesystem/FileSystemFetcherTest.java | 2 +-
.../tika/pipes/filesystem/HandlerTypeTest.java | 2 +-
.../tika/pipes/ignite/IgniteConfigStoreTest.java | 2 +-
.../apache/tika/pipes/grpc/TikaGrpcServerImpl.java | 37 ++++++++++------------
tika-grpc/src/main/proto/tika.proto | 5 +--
.../apache/tika/pipes/grpc/TikaGrpcServerTest.java | 14 ++++----
.../tika/pipes/api/fetcher/FetcherFactory.java | 5 +++
.../atlassianjwt/AtlassianJwtFetcherFactory.java | 6 ++++
.../pipes/fetcher/azblob/AZBlobFetcherFactory.java | 6 ++++
.../pipes/fetcher/fs/FileSystemFetcherFactory.java | 5 +++
.../tika/pipes/fetcher/gcs/GCSFetcherFactory.java | 6 ++++
.../googledrive/GoogleDriveFetcherFactory.java | 6 ++++
.../pipes/fetcher/http/HttpFetcherFactory.java | 6 ++++
.../MicrosoftGraphFetcherFactory.java | 6 ++++
.../tika/pipes/fetcher/s3/S3FetcherFactory.java | 6 ++++
16 files changed, 91 insertions(+), 32 deletions(-)