Re: Generating code from JPA annotated entities is broken

2016-12-02 Thread Lukas Eder
Hi Ahmed, Thanks for your report. This is a regression that came in with https://github.com/jOOQ/jOOQ/issues/5607 (merged via https://github.com/jOOQ/jOOQ/issues/5611). In jOOQ 3.9, the Hibernate dependency was upgraded to 5.2, where the code you've replaced works as expected. I've created

Re: Caused by: org.jooq.exception.DataTypeException: Cannot convert from 1479365948726 (class java.lang.Long) to class java.time.ZonedDateTime

2016-12-02 Thread Lukas Eder
I'm sorry for the delay. You're right, I missed that, of course. Your data type is probably a "timestamp with time zone", not a "timestamp", which is why the previous regex didn't match. Sorry, I should've seen that. But I'm glad the converters are now applied correctly. Lukas 2016-11-19 1:01