[ 
https://issues.apache.org/jira/browse/ATLAS-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16266061#comment-16266061
 ] 

Madhan Neethiraj commented on ATLAS-2265:
-----------------------------------------

[~davidrad] - each model class that is serialized/deserialized via REST is 
annotated with '@JsonIgnoreProperties(ignoreUnknown=true)', which makes calling 
 mapper.configure(DeserializationConfig.Feature.FAIL_ON_UNKNOWN_PROPERTIES, 
false) unnecessary.

> Update jackson library to newer version
> ---------------------------------------
>
>                 Key: ATLAS-2265
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2265
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core, atlas-intg, atlas-webui
>    Affects Versions: 1.0.0
>            Reporter: Madhan Neethiraj
>            Assignee: Madhan Neethiraj
>             Fix For: 1.0.0
>
>
> Currently Atlas uses jackson library version 1.9.13, which is more than 4 
> years old. This usage should be updated to use latest jackson library 2.9.2. 
> Since version 2, jackson renamed package from org.codehaus.jackson to 
> com.fasterxml.jackson. This would require updates to sources that reference 
> org.codehause.jackson classes.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to