Re: Bindy dataformat and ZonedDateTime

2020-05-06 Thread Alberto
Ok, the patch is ready. I will try to create a PR. On Tue, 2020-05-05 at 10:15 +0200, Claus Ibsen wrote: > Hi > > I am not sure if there is a reason not. You are welcome to create a > JIRA and work on a PR to add this to Camel. > Mind it has to be on master branch for Camel 3.x. > > > On

Re: Bindy dataformat and ZonedDateTime

2020-05-05 Thread Claus Ibsen
Hi I am not sure if there is a reason not. You are welcome to create a JIRA and work on a PR to add this to Camel. Mind it has to be on master branch for Camel 3.x. On Tue, May 5, 2020 at 10:11 AM Alberto wrote: > > Hello, > > I need to handle a ZonedDateTime attribute in a pojo with bindy

Bindy dataformat and ZonedDateTime

2020-05-05 Thread Alberto
Hello, I need to handle a ZonedDateTime attribute in a pojo with bindy dataformat. I found that ZonedDateTime is not handled wheras LocalDateTime is. Is there any particular reason for that? I solved writing a specific Format and using a @BindyConverter annotation but in that way I'm unable to