This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch TIKA-4739
in repository https://gitbox.apache.org/repos/asf/tika.git
from aeb2dbc471 fixes recommended by copilot
add 4bfbdf22cf TIKA-4737 -- improve docs for tika-pipes via tika-app
(#2836)
add 0cbdb26e24 TIKA-4740 -- fix flaky windows test
add 1abcd65381 TIKA-4740 -- update docs
add d02dc13903 TIKA-4740 -- tika-server-core fix (#2841)
add b790438b5c Merge branch 'main' into TIKA-4739
No new revisions were added by this update.
Summary of changes:
docs/modules/ROOT/nav.adoc | 1 +
docs/modules/ROOT/pages/migration-to-4x/index.adoc | 2 +-
docs/modules/ROOT/pages/pipes/configuration.adoc | 2 +-
docs/modules/ROOT/pages/pipes/cpu-sizing.adoc | 2 +-
docs/modules/ROOT/pages/pipes/troubleshooting.adoc | 131 +++++++++++++++++++++
docs/modules/ROOT/pages/using-tika/cli/index.adoc | 44 +++++--
.../src/main/java/org/apache/tika/cli/TikaCLI.java | 50 ++++----
.../tika/pipes/core/PerClientServerManager.java | 45 ++++++-
.../apache/tika/pipes/core/ServerProcessIO.java | 112 ++++++++++++++++++
.../tika/pipes/core/SharedServerManager.java | 41 ++++++-
.../apache/tika/pipes/core/server/PipesServer.java | 54 +++++++++
.../tika/server/core/IntegrationTestBase.java | 31 +++++
12 files changed, 469 insertions(+), 46 deletions(-)
create mode 100644 docs/modules/ROOT/pages/pipes/troubleshooting.adoc
create mode 100644
tika-pipes/tika-pipes-core/src/main/java/org/apache/tika/pipes/core/ServerProcessIO.java