You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2020/07/17 15:56:07 UTC

[tika] branch TIKA-3140 updated (78e5b9a -> eb6e07e)

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a change to branch TIKA-3140
in repository https://gitbox.apache.org/repos/asf/tika.git.


    from 78e5b9a  TIKA-3140 -- initial commit
     add eb6e07e  TIKA-3137 add a list type for Param/configuration to avoid the comma-delimited lists which will get huge and ugly and were a bad idea.

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/tika/config/Param.java    | 70 +++++++++++++++++-----
 .../java/org/apache/tika/config/TikaConfig.java    |  7 ++-
 .../metadata/filter/ClearByMimeMetadataFilter.java |  8 +--
 .../filter/ExcludeFieldMetadataFilter.java         | 15 +++--
 .../filter/IncludeFieldMetadataFilter.java         |  8 +--
 .../java/org/apache/tika/config/ParamTest.java     |  7 +++
 .../tika/parser/ParameterizedParserTest.java       |  3 +-
 .../org/apache/tika/config/TIKA-3137-exclude.xml   |  5 +-
 .../apache/tika/config/TIKA-3137-include-uc.xml    |  5 +-
 .../org/apache/tika/config/TIKA-3137-include.xml   |  5 +-
 .../org/apache/tika/config/TIKA-3137-mimes-uc.xml  |  5 +-
 .../org/apache/tika/parser/TIKA-3137-include.xml   |  5 +-
 12 files changed, 102 insertions(+), 41 deletions(-)