PJ Fanning created AIRAVATA-3592:
------------------------------------
Summary: replace jackson v1 with jackson v2
Key: AIRAVATA-3592
URL: https://issues.apache.org/jira/browse/AIRAVATA-3592
Project: Airavata
Issue Type: Improvement
Reporter: PJ Fanning
Jackson v1 (org.codehaus version) has long been abandoned and has multiple open
security issues.
Airavata already uses Jackson v2 (com.fasterxml version). In most cases, you
just need to change the pom.xml and to change the import in the java class to
use the com.fasterxml ObjectMapper.
One example where old class is used -
https://github.com/apache/airavata/blob/master/modules/airavata-helix/agent-api/src/main/java/org/apache/airavata/agents/api/AdaptorParams.java
--
This message was sent by Atlassian Jira
(v8.20.1#820001)