Camel.trunk.notest - Build # 2486 - Still Failing

2015-08-24 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2486) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2486/ to view the results.

New camel-hystrix component

2015-08-24 Thread Raul Kripalani
Hi team, Hystrix [1] is a powerful toolbox framework based on RxJava for building JVM-based fault-tolerant distributed systems, made OSS by Netflix. Due to the nature of Camel, our users inherently deal with distributed systems and therefore I thought integrating this framework into Camel would b

Re: Validating features fails

2015-08-24 Thread Christian Müller
Hi Bilgin! Same for me. The issue is the outdated Spring DM stuff... :-( I don't know whether Claus/Dan/... has a plan how to resolve it. It's really annoying... Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache

Re: Usefulness of the current Map or List to String conversion in Camel

2015-08-24 Thread Henryk Konsek
+1 Actually we could remove toString() conversion at all, as it is useless from the message handling point of view. Instead we could add the proper conversions to the jackson or gson modules. Cheers! pon., 24.08.2015 o 13:54 użytkownik Aki Yoshida napisał: > Hi, > Currently, the default conver

Usefulness of the current Map or List to String conversion in Camel

2015-08-24 Thread Aki Yoshida
Hi, Currently, the default conversion from Map or List to String is based on the JDK's default serialization. So, if you have a map having entries "name"="peach", "taste"="sweet", you get {name=peach, taste=sweet} This representation is somewhat useless except for the logging purpose. This format