Re: [ANNOUNCEMENT] Apache Camel 3.0.0 Released

2019-12-01 Thread Andrea Cosentino
Why asking this on the announcement thread? Can't you start a different thread? Il lun 2 dic 2019, 06:21 Ron Cecchini ha scritto: > TL;DR: unmarshalling JSON to POJO with Jackson is no longer working on a > java.time.OffsetDateTime since migrating to Camel 3.0. java.util.Date > still works fine

Re: [ANNOUNCEMENT] Apache Camel 3.0.0 Released

2019-12-01 Thread Ron Cecchini
TL;DR: unmarshalling JSON to POJO with Jackson is no longer working on a java.time.OffsetDateTime since migrating to Camel 3.0. java.util.Date still works fine though. Ok, after 2 days of googling and trying all manner of sorcery (except for sacrificing a chicken... maybe I should?), I'm wavin