You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by gr...@apache.org on 2019/04/23 23:20:30 UTC

[tika] branch master updated (e6d1eed -> e1d565f)

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

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


    from e6d1eed  TIKA-2858 -- add actual unicode password -- thanks to Ross Johnson for the issue and the test files!
     new 231a7e2  Refactored ForkParserTikaBinTest for adding slf4j
     new c797a83  TIKA-2566 -- migrated tika-core to slf4j
     new f9cccab  Cosmetics & reformatting
     new f30f1b8  Acquire read lock before entering try block in XMLReaderUtils
     new 74804c5  Bumped slf4j to v1.7.26
     new e1d565f  Ensure dependecy convergence

The 4470 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:
 .../tika/cli/TikaCLIBatchIntegrationTest.java      | 16 -----
 tika-core/pom.xml                                  | 17 +++++
 .../tika/config/InitializableProblemHandler.java   | 14 ++--
 .../org/apache/tika/config/LoadErrorHandler.java   | 10 +--
 .../apache/tika/detect/NNExampleModelDetector.java | 14 ++--
 .../tika/language/LanguageProfilerBuilder.java     | 29 ++++----
 .../org/apache/tika/utils/AnnotationUtils.java     |  6 +-
 .../java/org/apache/tika/utils/XMLReaderUtils.java | 77 +++++++++++-----------
 .../apache/tika/fork/ForkParserTikaBinTest.java    | 69 +++++++------------
 .../tika/parser/recognition/AgeRecogniser.java     | 24 +++----
 tika-parent/pom.xml                                | 18 ++++-
 .../microsoft/ooxml/AbstractOOXMLExtractor.java    |  2 +-
 .../microsoft/ooxml/OOXMLTikaBodyPartHandler.java  |  4 +-
 .../parser/sentiment/SentimentAnalysisParser.java  |  4 +-
 14 files changed, 141 insertions(+), 163 deletions(-)