The latest release of jOOQ, a Java database-mapping software library, now fully supports CockroachDB, allowing developers to leverage SQL capabilities while coding in Java. Previously, some jOOQ users employed the Postgres dialect with CockroachDB due to their wire compatibility for simple integrations. With the release of version 3.13.0, the CockroachDB SQL dialect is now fully integration tested and supported, facilitating the creation of Java applications that benefit from CockroachDB's automatic sharding and high availability without the usual challenges of scaling and downtime. Users can begin utilizing this support by downloading jOOQ or following a tutorial on building a Java application with CockroachDB and jOOQ.