spring-kafka documentation calls out the compatibility between Spring and Kafka Clients.
Is it possible to update spring-jooq documentation similarly to explain the compatibility?
I asked the same question about Spring and JOOQ compatibility in JOOQ user group. I was asked to discuss this in the Spring community which makes sense also.
Comment From: wilkinsona
We list our managed versions in an appendix of the reference documentation. You should be able to safely assume that any patch version of jOOQ that's in the same minor generation will be compatible. Upgrading or downgrading to a different minor hasn't been tested and may or may not work depending on jOOQ's forwards and backwards compatibility.
To avoid duplication of information, we choose not to document things beyond what's in the appendix. By looking at the appendix for various versions of Spring Boot, you'll be able to learn which versions of jOOQ are used by default.