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 2786625  update changes.txt
     new f216d84  TIKA-2979 -- tika-server shouldn't throw an exception for a 
file format for which there is no parser.
     new afab2a9  TIKA-2993 -- tika-server's /rmeta endpoint shouldn't throw an 
exception for regular runtime parse exceptions
     new ff93d14  TIKA-2994 -- ExceptionUtils should not extract cause from 
subclasses of TikaException
     new ecf9b95  git add missing test file :(

The 4 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:
 CHANGES.txt                                        |  3 ++
 .../java/org/apache/tika/utils/ExceptionUtils.java |  2 +-
 .../server/resource/RecursiveMetadataResource.java |  8 +++++-
 .../apache/tika/server/resource/TikaResource.java  | 14 ----------
 .../tika/server/RecursiveMetadataResourceTest.java | 18 ++++++++----
 .../org/apache/tika/server/StackTraceOffTest.java  | 32 +++++++++++++++-------
 .../org/apache/tika/server/StackTraceTest.java     | 31 +++++++++++++++------
 .../apache/tika/server/UnpackerResourceTest.java   |  4 +--
 .../src/test/resources}/testDigilite.fdf           |  0
 9 files changed, 69 insertions(+), 43 deletions(-)
 copy {tika-parsers/src/test/resources/test-documents => 
tika-server/src/test/resources}/testDigilite.fdf (100%)

Reply via email to