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 2018/11/14 21:29:31 UTC

[tika] branch branch_1x updated (9fd50ed -> 9e2a9bb)

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 9fd50ed  TIKA-2780 -- fix changes.txt
     add c0b594e  TIKA-2782 -- confirm child streams are redirected.  Add workaround (shameless hack) if logger writes before streams are redirected.
     add f9eec83  TIKA-2778 -- Upgrade jaxb-runtime and javax.activation for use in Java > 8
     add 22f5707  TIKA-2776 -- tika-server in legacy mode should ignore oom.
     add 9e2a9bb  TIKA-2776 -- update CHANGES.txt

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |   5 +
 NOTICE.txt                                         | 773 ++++++++++++++++++++-
 tika-langdetect/pom.xml                            |  22 +-
 tika-parent/pom.xml                                |   5 +-
 tika-parsers/pom.xml                               |  22 +-
 tika-server/pom.xml                                |   6 -
 .../java/org/apache/tika/server/ServerStatus.java  |  18 +-
 .../org/apache/tika/server/ServerTimeouts.java     |  10 +
 .../java/org/apache/tika/server/TikaServerCli.java |  29 +-
 .../org/apache/tika/server/TikaServerWatchDog.java |  29 +-
 .../org/apache/tika/server/TikaResourceTest.java   |   7 +
 .../tika/server/TikaServerIntegrationTest.java     | 240 ++++---
 .../src/test/resources/logging/log4j_child.xml     |  29 +
 .../src/test/resources/mock/testStdOutErr.xml      |  75 ++
 14 files changed, 1152 insertions(+), 118 deletions(-)
 create mode 100644 tika-server/src/test/resources/logging/log4j_child.xml
 create mode 100644 tika-server/src/test/resources/mock/testStdOutErr.xml