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 0ccc3bf5e TIKA-3917: update spring
new c8b4c697c downgrade logging from info -> debug in PipesClient
new 95445d6dd Merge remote-tracking branch 'origin/main'
new 46901964b TIKA-3929 -- add a crash option for PipesReporter
The 3 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 | 4 +++
.../apache/tika/pipes/CompositePipesReporter.java | 14 +++++++++
.../apache/tika/pipes/LoggingPipesReporter.java | 10 +++++++
.../java/org/apache/tika/pipes/PipesClient.java | 4 +--
.../java/org/apache/tika/pipes/PipesReporter.java | 24 +++++++++++++++
.../apache/tika/pipes/async/AsyncProcessor.java | 3 +-
.../org/apache/tika/pipes/async/AsyncStatus.java | 18 ++++++++---
.../org/apache/tika/pipes/async/MockReporter.java | 10 +++++++
.../reporters/fs/FileSystemStatusReporter.java | 35 ++++++++++++++++++++--
.../opensearch/OpenSearchPipesReporter.java | 10 +++++++
10 files changed, 123 insertions(+), 9 deletions(-)