Upgrading Java & JOOQ: Issues and Resolutions

Java & JOOQ is an excellent combination to handle and query the application data. Until recently, my project was running on OpenJDK 1.8.0_321 and JOOQ 3.13.2 libraries and it worked just fine. But, due to organizational push for newer and stable versions of Java & JOOQ, we needed to upgrade them. So, it was decided … Read more