You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: