PJ Fanning created NUTCH-3104:
---------------------------------
Summary: [SECURITY] please replace use of org.codehaus.jackson
Key: NUTCH-3104
URL: https://issues.apache.org/jira/browse/NUTCH-3104
Project: Nutch
Issue Type: Task
Components: dumpers
Reporter: PJ Fanning
org.codehaus.jackson has long been replaced by com.fasterxml.jackson.
org.codehaus.jackson is full of bugs and security issues that have been fixed
in com.fasterxml.jackson.
Often, you just need to change the imports in the Java code to use the
com.fasterxml.jackson classes. The code is very similar.
Example:
https://github.com/apache/nutch/blob/b52ec9025e40152b3a1dae7c78bb803c7ad298ce/src/java/org/apache/nutch/tools/FileDumper.java#L54
--
This message was sent by Atlassian Jira
(v8.20.10#820010)