Skip to content
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

Auto-configure jOOQ to use an ExecutorProvider bean if available #14471

Closed

Commits on Sep 14, 2018

  1. feat(jooq): support auto-configuration of executor if provided as bean

    This improvement allow to define a custom Executor for Jooq. To provide it, you have to wrap it under a org.jooq.ExecutorProvider. This is useful in multiple case, especially for testing in my case when I want to run my @Sql() test inside a transaction with `fetchAsync` which wasn't compatible. Thanks to this, we can in our test use the SyncTaskExecutor to use the `main` thread for all our tests.
    davinkevin committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    0d859bc View commit details
    Browse the repository at this point in the history