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 2019/08/16 20:14:10 UTC

[tika] branch branch_1x updated (dbe8d9e -> df8e6ed)

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

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


    from dbe8d9e  TIKA-2906 -- add examples for textstats
     add 8b47efe  TIKA-2924 -- tika server should return 400 for bad headers, not 500
     add 68c5323  TIKA-2925 upgrade jackson databind to 2.9.9.2
     add a0e87fb  TIKA-2910 -- remove hard coded HTMLParser handling of xml files in tika-server
     add 67abff4  TIKA-2926 -- add property for container exception in RPW
     add 8d533fe  TIKA-2906 -- cleanup and bug fix on entropy
     add df8e6ed  improve logging in tika-server

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |  6 ++++
 .../RecursiveParserWrapperFSConsumerTest.java      |  3 +-
 .../apache/tika/parser/RecursiveParserWrapper.java |  2 +-
 .../sax/AbstractRecursiveParserWrapperHandler.java |  5 +++-
 .../org/apache/tika/eval/AbstractProfiler.java     | 13 ++-------
 .../apache/tika/eval/textstats/TokenEntropy.java   |  2 +-
 .../apache/tika/eval/util/EvalExceptionUtils.java} | 34 ++++++++++++----------
 tika-parent/pom.xml                                |  2 +-
 .../apache/tika/server/ServerStatusWatcher.java    |  8 +++--
 .../apache/tika/server/resource/TikaResource.java  |  9 +++---
 .../org/apache/tika/server/TikaResourceTest.java   |  4 +--
 11 files changed, 49 insertions(+), 39 deletions(-)
 copy tika-eval/src/{test/java/org/apache/tika/eval/util/LanguageIdTest.java => main/java/org/apache/tika/eval/util/EvalExceptionUtils.java} (52%)