This is an automated email from the ASF dual-hosted git repository.
ndipiazza pushed a change to branch TIKA-4583-ignite-config-store
in repository https://gitbox.apache.org/repos/asf/tika.git
from 03a2b58a6 TIKA-4583: Introduce Ignite-based ConfigStore with JSON
configuration support
add 0f89e2b4e fix race condition in flaky tika-eval-app profiler test
(#2472)
add ce7de1d90 TIKA-4587: Add pf4j development mode support to
TikaPluginManager
add effc490fc TIKA-4587: Add development mode documentation to tika-grpc
README
add 2bfa70ae0 TIKA-4587: Add IntelliJ IDEA setup guide for loading all
plugins in dev mode
add a192e531e TIKA-4587: Clarify that plugin-roots is in Tika config JSON
add 0c574d9d2 Add Distributed Configuration with Apache Ignite section to
tika-grpc README
add e74d3d14d TIKA-4587: Fix development mode to prevent scanning
subdirectories
add 47b098312 TIKA-4587: Fix ignite plugin compilation and improve dev mode
add 4bf8a11f5 TIKA-4587: Add development mode support for tika-grpc with
plugin hot-reloading
add 89b2bf9cf TIKA-4587: Add pf4j development mode support to
TikaPluginManager (#2473)
add f3f631b9c Bump software.amazon.awssdk:bom from 2.40.11 to 2.40.13
(#2480)
add 6cbbb23d0 Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3
(#2477)
add e57c1d151 Bump org.ow2.asm:asm from 9.9 to 9.9.1 (#2479)
add 44fa18b0e Bump org.apache.maven:maven-model from 3.9.11 to 3.9.12
(#2476)
add 879517579 Bump org.codelibs:jhighlight from 1.1.0 to 1.1.1 (#2475)
add a05f9ac22 Bump eu.maveniverse.maven.nisse:extension from 0.6.2 to
0.7.0 (#2478)
add d920b10e8 Merge branch 'main' of github.com:apache/tika into TIKA-4587
add 5b4c7270a Fix README: Remove invalid ${project.basedir} examples and
use correct relative paths
add c195ceaa8 Expand IntelliJ development guide in README
add 797cc5c85 Update TikaGrpcServer run configuration to use development
config file
add 889638455 Remove commented code for properties-based plugin descriptor
finder in development mode
add 5d672da5e Remove unused path for Ignite plugin in development
configuration, not yet merged
add 51a6d5b32 Remove unused path for Ignite plugin in development
configuration, not yet merged
add 845e2cbf4 Fix TikaPluginManager to configure PF4J mode in constructor
add 9eba41977 TIKA-4588: Downgrade jakarta.websocket-api from 2.3.0-M1 to
2.2.0 (#2482)
add 12269b8e1 Merge branch 'main' of github.com:apache/tika into TIKA-4587
add 22111d5fe Merge TIKA-4587 dev mode support for testing Ignite plugin
add 42923c35b TIKA-4583 - Add Ignite configuration and dependencies for
Tika pipes
No new revisions were added by this update.
Summary of changes:
.mvn/extensions.xml | 2 +-
.run/TikaGrpcServer.run.xml | 5 +-
.../apache/tika/eval/app/ProfilerBatchTest.java | 12 +-
tika-grpc/README.md | 342 +++++++++++++++++++--
tika-grpc/dev-tika-config.json | 39 +++
tika-grpc/pom.xml | 116 +++++++
tika-grpc/run-dev.sh | 20 ++
tika-parent/pom.xml | 8 +-
.../tika-parsers-ml/tika-parser-nlp-module/pom.xml | 2 +-
.../org/apache/tika/plugins/TikaPluginManager.java | 97 +++++-
.../apache/tika/plugins/TikaPluginManagerTest.java | 57 ++++
tika-translate/pom.xml | 2 +-
12 files changed, 652 insertions(+), 50 deletions(-)
create mode 100644 tika-grpc/dev-tika-config.json
create mode 100755 tika-grpc/run-dev.sh
create mode 100644
tika-plugins-core/src/test/java/org/apache/tika/plugins/TikaPluginManagerTest.java