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

Flyway initializer - higher or customizable priority #4011

Closed
konrad-garus opened this issue Sep 23, 2015 · 1 comment
Closed

Flyway initializer - higher or customizable priority #4011

konrad-garus opened this issue Sep 23, 2015 · 1 comment
Milestone

Comments

@konrad-garus
Copy link

Right now FlywayMigrationInitializer is a plain unordered InitializingBean. As a result, we have little control over when it's executed. How about putting a higher priority on it or making it configurable?

For example, my application includes a bean that creates an executor and checks status periodically. Unfortunately it's being initialized before Flyway migration, so it fails to query the database.

@philwebb philwebb added this to the 1.3.0.RC1 milestone Sep 23, 2015
@philwebb philwebb added the status: ideal-for-contribution An issue that a contributor can help us with label Sep 23, 2015
@konrad-garus
Copy link
Author

Awesome, thanks!

@snicoll snicoll removed the status: ideal-for-contribution An issue that a contributor can help us with label Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants