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 8c81926ff TIKA-4583: Introduce Ignite-based ConfigStore with JSON
configuration support
add 85d1a46b6 TIKA-4583: Introduce Ignite-based ConfigStore with JSON
configuration support
No new revisions were added by this update.
Summary of changes:
.gitignore | 4 +-
.../tika-pipes-plugins/tika-pipes-ignite/pom.xml | 28 ++++++++
.../tika/pipes/ignite/ExtensionConfigDTO.java | 77 ++++++++++++++++++++++
.../tika/pipes/ignite/IgniteConfigStore.java | 11 ++--
4 files changed, 114 insertions(+), 6 deletions(-)
create mode 100644
tika-pipes/tika-pipes-plugins/tika-pipes-ignite/src/main/java/org/apache/tika/pipes/ignite/ExtensionConfigDTO.java