ltkn

Results 5 comments of ltkn

No issues here, Spring boot 2.4.x, jdbcTemplate etc.. Not sure what your problem is though, but might not be related to JDK. My jdk version (using debian): ``` openjdk version...

No idea unfortunately, but it could help to see your entity class, the query and any nested object ;) Do you have some nested objects in Post entity? with "nestedId"...

I don't use kotlin/jooq but with azul jdk16 and sfm-springjdbc/sfm-csv it's still working fine for me (debian+postgresql). `openjdk version "16.0.1" 2021-04-20 OpenJDK Runtime Environment Zulu16.30+15-CA (build 16.0.1+9) OpenJDK 64-Bit Server...

can you try again with (a non headless jdk is required apt install zulu16-jdk) `mvn clean install -Pdev9,jdk19` I've also updated jooq but not using it, not sure if it...

Great news thanks! It's not urgent as it's easy to do with a manual update query, just a nice feature to have ;)