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 55c573b  TIKA-2601 -- fixed overlapping tags in WordExtractor (doc 
parser)
     new 2163deb  TIKA-2858 -- add a key to TikaResource to allow base64 utf8 
encoded passwords
     new 3fdddb9  TIKA-2824 -- general upgrades
     new bfab2b7  TIKA-2824/TIKA-2854 -- clean up guava, bump h2, add jackrabbit
     new 1e9591e  TIKA-2858 -- add actual unicode password -- thanks to Ross 
Johnson for the issue and the test files!

The 4385 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                                        |   4 +-
 tika-eval/pom.xml                                  |  18 +----
 .../eval/tools/SlowCompositeReaderWrapper.java     |  77 ++++++++++++++-------
 tika-example/pom.xml                               |   6 +-
 .../java/org/apache/tika/example/RecentFiles.java  |   2 +-
 tika-langdetect/pom.xml                            |   2 +-
 tika-parent/pom.xml                                |  22 ++++--
 tika-parsers/pom.xml                               |  30 ++++----
 .../org/apache/tika/parser/sas/SAS7BDATParser.java |  10 ++-
 .../apache/tika/server/resource/TikaResource.java  |  19 ++++-
 .../org/apache/tika/server/TikaResourceTest.java   |  30 ++++++++
 .../src/test/resources/testPassword4Spaces.pdf     | Bin 0 -> 18285 bytes
 .../src/test/resources/testUnicodePassword.pdf     | Bin 0 -> 18849 bytes
 13 files changed, 152 insertions(+), 68 deletions(-)
 create mode 100644 tika-server/src/test/resources/testPassword4Spaces.pdf
 create mode 100644 tika-server/src/test/resources/testUnicodePassword.pdf

Reply via email to