-
Notifications
You must be signed in to change notification settings - Fork 41k
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
App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #38164
Comments
Thanks for the report. The fix for this is low-risk and straightforward (it's just a matter of replacing some method references with lambdas) so it's tempting to apply it in 3.0.x or possibly even 2.7.x and later. We'll discuss it as a team. |
1 task
Do you have plans to apply this fix also for spring-boot 3.0.X and 3.1.X? |
Thank you @wilkinsona |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as resolved.
This comment was marked as resolved.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flyway 10.0.0 has removed the following methods from FluentConfiguration
licenseKey
undoSqlMigrationPrefix
cherryPick
The text was updated successfully, but these errors were encountered: