-
Notifications
You must be signed in to change notification settings - Fork 40.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polish #24862
Polish #24862
Conversation
Ah ha. Good catch there @izeye, I forgot that one. |
Actually, let me take that back. I did that on purpose, but didn't do it properly anyway. The plan with the customizer was to only customise things that have been defined externally. I didn't configure Re-reading the code, I noticed we also auto-configure a Would you be willing to review your PR in that direction? |
@snicoll Thanks for the feedback! I missed it. I updated as you suggested. |
Thanks for the quick feedback Johnny! I've polished by adding assertions outside of that deprecated test to make it more obvious those two providers will be honoured once we remove the customizer (see dcc0ca0). |
This PR changes to configure jOOQ
ConnectionProvider
via customizer as it seems to be the original intention based on #24732.