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/09/23 13:52:59 UTC

[nutch] branch branch-2.4 updated (52188de -> 7550c5a)

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

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


    from 52188de  NUTCH-2734 Upgrade Tika dependency to 1.22 - fall back to default Tika config if custom config file is not found - warn if loading a parser fails (reports potential plugin class loader issues - improve ant build file to download plugin dependencies   (src/plugin/parse-tika/build-ivy.xml) - complete exclusions of dependencies provided also in Nutch core - force same version of xml-apis to be used by tika-core and tika-parsers:   otherwise Tika parsers may fail with a link [...]
     new 508b18a  Add NUTCH-2722 and NUTCH-2734 to CHANGES.txt
     new d0509ef  Add dependency to hbase-common explicitly to ivy.xml to avoid errors during runtime
     new 7550c5a  Update 2.4 release date

The 3 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 +++-
 ivy/ivy.xml | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)


[nutch] 02/03: Add dependency to hbase-common explicitly to ivy.xml to avoid errors during runtime

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

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

commit d0509efa474fc588451a204f49e137c0cdcf3629
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Mon Sep 23 15:40:17 2019 +0200

    Add dependency to hbase-common explicitly to ivy.xml
    to avoid errors during runtime
---
 ivy/ivy.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ivy/ivy.xml b/ivy/ivy.xml
index 48b8c3f..3ea102b 100644
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@ -127,7 +127,8 @@
     -->
     <!-- Uncomment this to use HBase as Gora backend. -->
     <!--     
-    <dependency org="org.apache.gora" name="gora-hbase" rev="0.8" conf="*->default" /> 
+    <dependency org="org.apache.gora" name="gora-hbase" rev="0.8" conf="*->default" />
+    <dependency org="org.apache.hbase" name="hbase-commons" rev="1.2.3" conf="*->default" />
     -->
     <!-- Uncomment this to use Infinispan as Gora backend. -->
     <!--     


[nutch] 03/03: Update 2.4 release date

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

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

commit 7550c5ab3495c3d69f6b9dab060e635f5ed346d5
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Mon Sep 23 15:52:45 2019 +0200

    Update 2.4 release date
---
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index ad7c2e7..f18bd25 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,6 @@
 Nutch Change Log
 
-Nutch 2.4 Release 09032018 (ddmmyyyy)
+Nutch 2.4 Release 23092019 (ddmmyyyy)
 Release Report - https://s.apache.org/bFfL
 
 Sub-task


[nutch] 01/03: Add NUTCH-2722 and NUTCH-2734 to CHANGES.txt

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

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

commit 508b18a184ba9c245357d1d655b2314b86e69e96
Author: Sebastian Nagel <sn...@apache.org>
AuthorDate: Mon Sep 23 13:18:02 2019 +0200

    Add NUTCH-2722 and NUTCH-2734 to CHANGES.txt
---
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index e27e358..ad7c2e7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -53,6 +53,7 @@ Bug
     [NUTCH-2640] - Typo: DbUpdaterJob: updatinging all
     [NUTCH-2641] - ClassCastException in webui
     [NUTCH-2642] - MoreIndexingFilter parses ISO 8601 UTC dates in local time zone
+    [NUTCH-2722] - Fetch dependencies via https
 
 New Feature
 
@@ -89,6 +90,7 @@ Improvement
     [NUTCH-2527] - URL filter: provide rules to exclude localhost and private address spaces
     [NUTCH-2667] - Update Tika and Commons Collections 4
     [NUTCH-2668] - Integrate OWASP dependency checks as ant target
+    [NUTCH-2734] - Upgrade 2.x to use Tika 1.22
 
 Wish