[
https://issues.apache.org/jira/browse/NUTCH-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648877#comment-16648877
]
Hudson commented on NUTCH-1678:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch-nutchgora #1618 (See
[https://builds.apache.org/job/Nutch-nutchgora/1618/])
NUTCH-1678 Remove dependency on org.apache.oro - replace oro with (snagel:
[https://github.com/apache/nutch/commit/b2d9058b9258909f67e0dfec2113119213fbf04e])
* (edit) ivy/ivy.xml
* (edit) src/java/org/apache/nutch/parse/OutlinkExtractor.java
* (edit)
src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java
* (edit) src/plugin/parse-js/plugin.xml
* (edit) src/plugin/urlnormalizer-regex/sample/regex-normalize-scope1.xml
* (edit) src/plugin/urlnormalizer-regex/sample/regex-normalize-default.xml
* (edit) conf/parse-plugins.xml
* (edit)
src/plugin/parse-js/src/java/org/apache/nutch/parse/js/JSParseFilter.java
* (add) src/plugin/parse-js/sample/parse_pure_js_test.js
* (edit) conf/regex-normalize.xml.template
* (edit) LICENSE.txt
* (edit)
src/plugin/parse-js/src/test/org/apache/nutch/parse/js/TestJSParseFilter.java
> Remove dependency on org.apache.oro
> -----------------------------------
>
> Key: NUTCH-1678
> URL: https://issues.apache.org/jira/browse/NUTCH-1678
> Project: Nutch
> Issue Type: Improvement
> Components: parser
> Affects Versions: 2.2
> Reporter: James Sullivan
> Priority: Minor
> Labels: newbie, patch
> Fix For: 2.5
>
> Attachments: 2.x.patch
>
>
> org.apache.oro has been archived for three years and it may be good to remove
> the dependency as Java has had built in regexes for quite some time now.
> There don't seem to have been any specific Perl5 functionality needed in the
> regexes so unless there are specific threading or performance reasons for
> continuing to use oro it may be time to lose the dependency. Attached patch
> needs to be checked thoroughly as I am rusty with Java and the unit tests are
> sparse.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)