[GitHub] camel pull request #1018: CAMEL-10029 update default unmarshall type to java...

2016-06-07 Thread adioss
GitHub user adioss opened a pull request: https://github.com/apache/camel/pull/1018 CAMEL-10029 update default unmarshall type to java.lang.Object instea… …d of java.util.Map to be able to unmarshall any valid Json document with the default configuration of Jackson unmarshaller

Re: Consul ServiceCall EIP

2016-06-07 Thread Claus Ibsen
On Tue, Jun 7, 2016 at 11:53 AM, Luca Burgazzoli wrote: > I've pushed some new code and polished the old one to my branch so now > we have service calls for: > > - camel-kubernetes > - camel-consul > - camel-etcd > - camel-dns > - camel-ribbon > > Ribbon work a little bit differently from the othe

Re: Clustered routes in master/slave mode

2016-06-07 Thread Claus Ibsen
Logged a ticket about the health check API https://issues.apache.org/jira/browse/CAMEL-10026 On Mon, Jun 6, 2016 at 12:35 PM, Claus Ibsen wrote: > On Wed, Jun 1, 2016 at 7:34 PM, Matt Pavlovich wrote: >> +1 >> >> Claus- >> >> I could see a lot of value in having this feature for file://, ftp://

Re: Consul ServiceCall EIP

2016-06-07 Thread Luca Burgazzoli
I've pushed some new code and polished the old one to my branch so now we have service calls for: - camel-kubernetes - camel-consul - camel-etcd - camel-dns - camel-ribbon Ribbon work a little bit differently from the others so it does make use of only a small subset of common base classes. Base

Support for attachment headers in Camel 2.x

2016-06-07 Thread Siano, Stephan
Hi, Sorry for bringing this up again, but I have received no feedback at all about this topic yet. The current attachment support in Camel 2.x is essentially a Map. As such it can transport the attachment body (in the DataHandler), the Content-Type (also in the DataHandler and a String value (t