JOOQ added a ConverterProvider SPI in version 3.14, which is now supported by default in Spring Boot's dependency

For now it's easy enough to work around this by setting up a bean post-processor, but it would be great if the JooqAutoConfiguration could detect beans of this type and add them to the DefaultConfiguration bean.

I'll try to put together a PR for this since it seems at first glance to be fairly trivial to add alongside the other customizations.

Comment From: chrisrhut

Oops, I see this is already addressed by PR: https://github.com/spring-projects/spring-boot/pull/24485

Thank you to @vkuzel :pray: