Re: New EnumFormat for camel-bindy

2013-05-14 Thread Charles Moulliard
Great patch and thx to contribute to my baby camel-bindy ;-) On Tue, May 14, 2013 at 10:55 AM, Daniel Lorych wrote: > Hi, > > Please take a look at new EnumFormat for the camel-bindy component. Now it > should be possible to marshal/unmarshal enum types the same way as > primitive types or othe

Re: New EnumFormat for camel-bindy

2013-05-14 Thread Claus Ibsen
Hi Thanks for the patch. Its already applied to the code base. Looking forward to more contributions :) On Tue, May 14, 2013 at 10:55 AM, Daniel Lorych wrote: > Hi, > > Please take a look at new EnumFormat for the camel-bindy component. Now it > should be possible to marshal/unmarshal enum ty

New EnumFormat for camel-bindy

2013-05-14 Thread Daniel Lorych
Hi, Please take a look at new EnumFormat for the camel-bindy component. Now it should be possible to marshal/unmarshal enum types the same way as primitive types or other supported formats like BigDecimal, etc. The patch is attached to https://issues.apache.org/jira/browse/CAMEL-6359 Daniel L