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

nick pushed a change to branch multiple-parsers
in repository https://gitbox.apache.org/repos/asf/tika.git.


    from d909b77  Preseve old fallback decorator behaviour with explicit mime 
types override
     new 4665561  Support loading well known enum params
     new be246f1  Pass the params to the composite parser constructors
     new dda50b6  MultipleParser constructor that accepts Params
     new f412d56  TikaConfig loading of Multiple Parsers with Policy
     new 26391d2  Ignore expected warnings, mark TODOs done

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/org/apache/tika/config/Param.java    | 22 ++++++++++++++++-
 .../java/org/apache/tika/config/TikaConfig.java    | 28 +++++++++++++++-------
 .../parser/multiple/AbstractMultipleParser.java    | 25 +++++++++++++++----
 .../tika/parser/multiple/FallbackParser.java       |  8 ++++++-
 .../tika/parser/multiple/SupplementingParser.java  |  8 ++++++-
 .../org/apache/tika/config/TikaConfigTest.java     | 20 +++++++++++++++-
 .../tika/config/TIKA-1509-multiple-fallback.xml    |  2 +-
 7 files changed, 94 insertions(+), 19 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
n...@apache.org.

Reply via email to