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

Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ #25279

Closed
wants to merge 1 commit into from

Commits on Feb 15, 2021

  1. Add DslContextDependsOnPostProcessor

    In order to make sure that `Jooq` is used when `flyway` and
    `liquibase` beans are created and migrations are done,
    `DslContextDependsOnPostProcessor` was added.
    
    See spring-projectsgh-25055
    eddumelendez committed Feb 15, 2021
    Copy the full SHA
    ee685c7 View commit details
    Browse the repository at this point in the history