[
https://issues.apache.org/jira/browse/AIRAVATA-3592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17956001#comment-17956001
]
ASF subversion and git services commented on AIRAVATA-3592:
-----------------------------------------------------------
Commit 2df922af786b4337721e850d6b5ebbd8a674e7fb in airavata's branch
refs/heads/cybershuttle-dev from PJ Fanning
[ https://gitbox.apache.org/repos/asf?p=airavata.git;h=2df922af78 ]
AIRAVATA-3592 use jackson2 (#288)
> 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
> Priority: Major
>
> 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.10#820010)