Add customizer for jOOQ's DefaultConfiguration #24732
Labels
status: noteworthy
A noteworthy issue to call out in the release notes
type: enhancement
A general enhancement
Milestone
jOOQ has a number of "provider" interface one can implement to tune its behaviour. We've started to look for beans of such type to automatically customise the
DefaultConfiguration
jOOQ is using.Over the years, an increasing number of callback interfaces have been added which makes our auto-configuration a bit verbose. Also, it is unclear if those implementations have to be bean in the first place. It feels like they are registered as beans for the sole purpose of being found by the auto-configuration.
Given the current arrangement, we've decided to provide a customizer and let users tune the configuration going forward.
The text was updated successfully, but these errors were encountered: