[Hawkular-dev] gson->jackson

Lucas Ponce lponce at redhat.com
Mon Jul 13 03:55:25 EDT 2015


You are right John,

There is a missing dependency on the bus as well.

I'm going to fix it and send a PR ASAP.

Thanks,
Lucas

----- Original Message -----
> From: "John Mazzitelli" <mazz at redhat.com>
> To: "Lucas Ponce" <lponce at redhat.com>
> Cc: "Discussions around Hawkular development" <hawkular-dev at lists.jboss.org>
> Sent: Friday, July 10, 2015 7:13:26 PM
> Subject: gson->jackson
> 
> 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.
> 


More information about the hawkular-dev mailing list