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
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
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://
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
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