This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch TIKA-4735
in repository https://gitbox.apache.org/repos/asf/tika.git
from bd497f5867 TIKA-4735 -- fix content-only
add da1801a84c TIKA-4733 -- improve release artifact robustness and
documentation (#2825)
add 4ddb7390a3 fix merge conflicts
No new revisions were added by this update.
Summary of changes:
.../integration-testing/run-uat-script.adoc | 10 ++---
.../advanced/integration-testing/tika-server.adoc | 18 ++++----
.../pages/maintainers/release-guides/docker.adoc | 4 +-
.../release-guides/release-artifacts.adoc | 10 +++--
.../pages/maintainers/release-guides/tika.adoc | 2 +-
docs/modules/ROOT/pages/pipes/parse-modes.adoc | 6 +--
docs/modules/ROOT/pages/using-tika/cli/index.adoc | 35 ++++++++++++---
.../ROOT/pages/using-tika/server/index.adoc | 4 +-
docs/modules/ROOT/pages/using-tika/server/tls.adoc | 2 +-
pom.xml | 52 +++++++++++++++++++++-
tika-app/pom.xml | 4 ++
.../src/main/java/org/apache/tika/cli/TikaCLI.java | 32 +++++++++++--
tika-e2e-tests/tika-server/pom.xml | 3 +-
.../tika/server/e2e/TikaServerHttp2Test.java | 25 +++++++++--
tika-eval/tika-eval-app/pom.xml | 4 ++
tika-server/README.md | 10 ++---
tika-server/docker-build/CHANGES.md | 4 +-
tika-server/docker-build/README.md | 8 ++--
.../docker-build/docker-compose-tika-customocr.yml | 10 +++--
.../docker-build/docker-compose-tika-grobid.yml | 10 +++--
tika-server/docker-build/full/Dockerfile | 24 +++++-----
tika-server/docker-build/full/Dockerfile.snapshot | 2 +-
tika-server/docker-build/minimal/Dockerfile | 24 +++++-----
.../docker-build/minimal/Dockerfile.snapshot | 2 +-
.../server/core/benchmark/TikaServerBenchmark.java | 2 +-
.../bin/install_tika_service.sh | 21 ++++++---
tika-server/tika-server-standard/bin/tika | 10 ++++-
tika-server/tika-server-standard/bin/tika.in.sh | 2 +-
tika-server/tika-server-standard/pom.xml | 45 +++++++++++++++++++
.../src/main/assembly/assembly.xml | 5 ++-
30 files changed, 292 insertions(+), 98 deletions(-)