-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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
Transparently integrate Flyway 6.0's support JavaMigration instances created by DI frameworks #15446
Comments
Is there still no assignee? If so, I'd like to work on that task |
@SammyVimes Thanks for the offer, but Flyway 6 has not yet been released so nothing can be done here at the moment. |
@wilkinsona Yes, but it's possible to use Java migrations in Flyway Beta, so I thought I can add support for it and merge when the release comes out :) |
Cool. If you'd like to prepare something against the beta, ready to be updated to the GA when it's released and then merged, that'd be much appreciated. |
Done! Waiting for GA (looks like it will happen in the beginning of april). Also, there has been slight API changes in Flyway6, so I had to fix the compatibility. |
Great! Thanks very much. Would you mind splitting the changes into two separate commits? One that does the upgrade and makes the necessary changes for breaking API changes, and one that adds support for Java migrations? |
Ofcourse! |
To clarify: I've put them to different branches, so I can rebase and squash |
This looks great. Thanks very much @SammyVimes. We'll look forward to Flyway 6's release so that we can get those changes merged. |
Flyway 6.0 is now GA. |
Yay, thanks for the notice, I'll have merge request ready today! |
Looks like we'll have to wait for 6.0.1 which is currently scheduled for 27/8: https://github.com/flyway/flyway/milestone/37. |
Flyway 6.0.1 released https://github.com/flyway/flyway/releases/tag/flyway-6.0.1. |
Good, I will update my code later this day |
Closing in favour of #17993. |
Starting with Flyway 6.0 (due out in Q1 2019), Spring users can use this to automatically use all
JavaMigration
Spring beans with Flyway:Spring Boot is most certainly able to make this fully transparent for its users.
References:
The text was updated successfully, but these errors were encountered: