
This commit adds a customizer hook point for jOOQ's configuration. When such a bean is present, it is invoked with the auto-configuration `Configuration`. This effectively supersedes checking for a number of jOOQ `*Provider`beans. The existing beans are still honoured, in a deprecated fashion. Closes gh-24732