CamelCookbook / camel-cookbook-examples

Example source code for Apache Camel Developer's Cookbook
http://www.packtpub.com/apache-camel-developers-cookbook/book
Apache License 2.0
262 stars 188 forks source link

Upgarded the camel version to 2.13.x #7

Closed WillemJiang closed 10 years ago

scranton commented 10 years ago

Willem,

Thanks for the update. It looks like you've got 2 changes in here.

1) tracking the 2.13.x-snapshot branch - I'm thinking I'll create a matching 2.13.x branch for this repo and set it up to track camel; I'd rather keep master aligned to latest camel release version

2) the setIncludeHostname add to the unit tests - were you seeing errors or is this a change in 2.13.x+ that requires this change? I think I saw a note that we were dropping the hostname from the JMX stuff, just checking to see if this is the same thing...

Thanks, Scott

WillemJiang commented 10 years ago

Hi Scott,

You are right with my patch, removing the hostname can also fix the tests. BTW, I'm using camel-cookbook-examples to verify the camel-2.13.0 staging artifacts :)

Regards,

Willem