Is it possible to use jOOQ with Quarkus?

I found this repo with an example of using jOOQ and Quarkus which got me past the above error: https://github.com/jean-merelis/jOOQ-mcve.

Changes I made were:

  1. Added a class similar to https://github.com/jean-merelis/jOOQ-mcve/blob/master/src/main/java/org/jooq/mcve/JooqContextProducer.java

  2. Added a similar config file like https://github.com/jean-merelis/jOOQ-mcve/blob/master/src/main/resources/reflection-config.json

Update 2022-01-13

There's an "official" jOOQ extension for Quarkus at https://github.com/quarkiverse/quarkus-jooq that started in February 2021.