Hi Sergey, > 2. Operation AbstractRecord.into failed to copy member with type > java.sql.Date (from record), to the member with type java.util.Date (in some > bean). In our hot fix we replaced rows TypeUtils.convert:177 [...]
I could reproduce the issue and I have checked your hot fix. It won't break any integration tests and seems reasonable to me. However, the convert method should really convert objects to the target type, so the implemented fix will be slightly different (as fixed on trunk): https://github.com/lukaseder/jOOQ/commit/37d9435b30f994d2c0e28ae403669e8a4992f0ef#diff-4 This will be merged to 1.6.x Cheers Lukas
