You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2019/01/04 08:49:03 UTC

[nutch] branch 2.x updated (6adca89 -> add07fa)

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

snagel pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/nutch.git.


    from 6adca89  NUTCH-2668 Integrate OWASP dependency checks as ant target - relax ant build if the OWASP dependency check tool is not installed
     add 7044365  NUTCH-2667 Update Tika and Commons Collections 4 - upgrade to Tika dependencies to version 1.20   (add exclusions of transitive dependencies already    provided as core dependencies) - upgrade Commons Collections 4 to version 4.2 - upgrade Commons Codec to version 3.11 - adapt unit tests to dependency upgrades - add "report" target to plugin builds for debugging
     new add07fa  Merge pull request #423 from sebastian-nagel/NUTCH-2667-upgrade-tika-commons-collections4

The 1 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:
 ivy/ivy.xml                                        |   8 +-
 ivy/ivysettings.xml                                |  10 +-
 src/plugin/build-plugin.xml                        |   4 +
 src/plugin/parse-tika/build-ivy.xml                |   2 +-
 src/plugin/parse-tika/howto_upgrade_tika.txt       |  18 +-
 src/plugin/parse-tika/ivy.xml                      |  12 +-
 src/plugin/parse-tika/plugin.xml                   | 182 ++++++++++++---------
 .../nutch/protocol/http/TestProtocolHttp.java      |   2 +-
 8 files changed, 145 insertions(+), 93 deletions(-)


[nutch] 01/01: Merge pull request #423 from sebastian-nagel/NUTCH-2667-upgrade-tika-commons-collections4

Posted by sn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit add07fa68129039fb277114a8af016404ee78873
Merge: 6adca89 7044365
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Fri Jan 4 09:48:56 2019 +0100

    Merge pull request #423 from sebastian-nagel/NUTCH-2667-upgrade-tika-commons-collections4
    
    NUTCH-2667 Update Tika and Commons Collections 4

 ivy/ivy.xml                                        |   8 +-
 ivy/ivysettings.xml                                |  10 +-
 src/plugin/build-plugin.xml                        |   4 +
 src/plugin/parse-tika/build-ivy.xml                |   2 +-
 src/plugin/parse-tika/howto_upgrade_tika.txt       |  18 +-
 src/plugin/parse-tika/ivy.xml                      |  12 +-
 src/plugin/parse-tika/plugin.xml                   | 182 ++++++++++++---------
 .../nutch/protocol/http/TestProtocolHttp.java      |   2 +-
 8 files changed, 145 insertions(+), 93 deletions(-)