This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch ooxml-bigdecimal-dos
in repository https://gitbox.apache.org/repos/asf/tika.git
from 807269b22e fixes recommended by copilot
add 0cbdb26e24 TIKA-4740 -- fix flaky windows test
add 1abcd65381 TIKA-4740 -- update docs
add d02dc13903 TIKA-4740 -- tika-server-core fix (#2841)
add eaf842a5b0 Merge remote-tracking branch 'origin/main' into
ooxml-bigdecimal-dos
No new revisions were added by this update.
Summary of changes:
docs/modules/ROOT/nav.adoc | 1 +
docs/modules/ROOT/pages/pipes/troubleshooting.adoc | 131 +++++++++++++++++++++
.../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 +++++
7 files changed, 412 insertions(+), 3 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