[Hawkular-dev] gson->jackson

Gary Brown gbrown at redhat.com
Mon Jul 13 03:13:14 EDT 2015


Hi John

For the later versions of jackson, you would need to use the modules "com.fasterxml.jackson.core.jackson-core/annotations/databind".

Regards
Gary

----- Original Message -----
> Lucas,
> 
> https://github.com/hawkular/hawkular-agent/pull/21
> 
> Can you look at that? I'm confused how you got the bus stuff to work because:
> 
> a) I do not see you adding any additional dependencies to the bus WildFly
> extension module.xml
> b) I do not see any additional jackson jars added.
> 
> The agent has:
> 
>  <module name="org.codehaus.jackson.jackson-core-asl"/>
> 
> but that still fails:
> 
> Caused by: java.lang.ClassNotFoundException:
> com.fasterxml.jackson.core.JsonProcessingException
> 
> I see the org.codehaus.jackson modules in WildFly, but all of them have Java
> packages of org.codehaus, not org.fasterxml...
> 
> So, I'm not sure what magic I'm missing. I should have all the code in there
> now, I just need to know what runtime dependencies the agent needs to have
> to get those classes.
> _______________________________________________
> hawkular-dev mailing list
> hawkular-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hawkular-dev
> 


More information about the hawkular-dev mailing list