[
https://issues.apache.org/jira/browse/TIKA-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18044486#comment-18044486
]
Hudson commented on TIKA-4566:
------------------------------
SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk17 #1099 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk17/1099/])
TIKA-4566 - allow non-config elements to standalone in array (#2442) (github:
[https://github.com/apache/tika/commit/bee7682711bf5e967ffdaaabf902788bdc673437])
* (add)
tika-serialization/src/test/java/org/apache/tika/config/loader/TikaJsonConfigTest.java
* (edit)
tika-serialization/src/main/java/org/apache/tika/config/loader/TikaJsonConfig.java
> Allow config-less friendly named items in json
> ----------------------------------------------
>
> Key: TIKA-4566
> URL: https://issues.apache.org/jira/browse/TIKA-4566
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Trivial
>
> We currently have empty maps on all objects if there's no config desired. We
> should maybe allow the option of not including the object wrapper so that
> we'd have something like this:
> {noformat}
> "detectors": [
> "poifs-container-detector",
> {
> "mime-types": { "markLimit":10000}
> }
> ... {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)