You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Keval Bhatt (JIRA)" <ji...@apache.org> on 2018/03/12 14:37:00 UTC

[jira] [Commented] (ATLAS-2494) Add jackson.core dependency in intg module

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

Keval Bhatt commented on ATLAS-2494:
------------------------------------

+1 for the patch

> Add jackson.core dependency in intg module
> ------------------------------------------
>
>                 Key: ATLAS-2494
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2494
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-intg
>    Affects Versions: 1.0.0-alpha
>            Reporter: Nixon Rodrigues
>            Assignee: Nixon Rodrigues
>            Priority: Major
>             Fix For: 1.0.0
>
>         Attachments: ATLAS-2494.patch
>
>
> Seen this error on some UT's, need to add jackson-core dependency.
>  
> {noformat}
> java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonMerge
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> 	at com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector.<clinit>(JacksonAnnotationIntrospector.java:50)
> 	at com.fasterxml.jackson.databind.ObjectMapper.<clinit>(ObjectMapper.java:291)
> 	at org.apache.atlas.utils.AtlasJson.<clinit>(AtlasJson.java:62)
> 	at org.apache.atlas.type.AtlasType.toV1Json(AtlasType.java:143)
> 	at org.apache.atlas.notification.AbstractNotification.createNotificationMessages(AbstractNotification.java:149)
> 	at org.apache.atlas.notification.entity.EntityNotificationDeserializerTest.testDeserialize(EntityNotificationDeserializerTest.java:49
> {noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)