Navigation Menu

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

Conversation

eddumelendez
Copy link
Contributor

In order to make sure that Jooq is used when flyway and
liquibase beans are created and migrations are done,
DslContextDependsOnPostProcessor was added.

See gh-25055

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
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 15, 2021
@snicoll snicoll changed the title Add DslContextDependsOnPostProcessor jOOQ is not dependent on database migration infrastructure Feb 15, 2021
@snicoll snicoll added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 15, 2021
@snicoll snicoll added this to the 2.3.x milestone Feb 15, 2021
@wilkinsona wilkinsona changed the title jOOQ is not dependent on database migration infrastructure Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ Feb 16, 2021
@wilkinsona wilkinsona self-assigned this Feb 16, 2021
@wilkinsona wilkinsona modified the milestones: 2.3.x, 2.3.9 Feb 16, 2021
@wilkinsona
Copy link
Member

Thanks very much, @eddumelendez.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants