This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch TIKA-4846
in repository https://gitbox.apache.org/repos/asf/tika.git
from d8133b5b47 review fixes
add 5893ffa27c review fixes, take 2
No new revisions were added by this update.
Summary of changes:
.../ROOT/pages/pipes/plugins/filesystem.adoc | 6 +-
docs/modules/ROOT/pages/pipes/reporters.adoc | 2 +
docs/modules/ROOT/pages/using-tika/cli/index.adoc | 2 +-
.../org/apache/tika/async/cli/PluginsWriter.java | 11 +++
.../tika/async/cli/TikaConfigAsyncWriterTest.java | 24 +++++
.../tika/pipes/core/async/AsyncProcessor.java | 40 ++++++--
.../core/reporter/CompositePipesReporter.java | 41 ++++++++-
.../core/reporter/CompositePipesReporterTest.java | 101 +++++++++++++++++++++
.../pipes/reporter/fs/FileSystemJsonlReporter.java | 32 +++++--
.../apache/tika/pipes/fs/ConfigExamplesTest.java | 21 ++++-
10 files changed, 257 insertions(+), 23 deletions(-)
create mode 100644
tika-pipes/tika-pipes-core/src/test/java/org/apache/tika/pipes/core/reporter/CompositePipesReporterTest.java