This is an automated email from the ASF dual-hosted git repository.
tallison pushed a change to branch TIKA-4544
in repository https://gitbox.apache.org/repos/asf/tika.git
from 1040b4b9a TIKA-4544 -- first steps to adding a json loader for
TikaConfig
add f2154ea01 TIKA-4544 -- further fixes
No new revisions were added by this update.
Summary of changes:
.../apache/tika/annotation/KebabCaseConverter.java | 4 +-
.../tika/annotation/TikaComponentProcessor.java | 18 +++---
.../java/org/apache/tika/config/TikaComponent.java | 64 ++++++++++++++++++++++
.../apache/tika/config/loader/ParserLoader.java | 28 +++++++++-
.../apache/tika/config/loader/TikaJsonConfig.java | 19 ++-----
.../apache/tika/config/loader/TikaLoaderTest.java | 27 +++++++++
6 files changed, 135 insertions(+), 25 deletions(-)
create mode 100644
tika-core/src/main/java/org/apache/tika/config/TikaComponent.java