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

When using Flyway 9.20.0, auto-configuration fails with a NoSuchMethodError due to the removal of Oracle-related methods from FluentConfiguration #36029

Closed
bseeger opened this issue Jun 22, 2023 · 1 comment
Labels
type: bug A general bug
Milestone

Comments

@bseeger
Copy link

bseeger commented Jun 22, 2023

This doesn't fall into the categories described in your issue template, so hopefully this is okay.

I wanted to let you know about a flyway issue with their new minor release (9.20.0). They removed some methods that requires a change in Spring Boot.

Their comment about it being a Teams level feature is interesting and I wanted to share that with you.
Details here: flyway/flyway#3694

For reference, I tried Spring Boot version 3.1.0 with Flyway 9.20.0 and my code still fails to compile.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 22, 2023
@wilkinsona
Copy link
Member

Thanks for the report, @bseeger. We fixed a somewhat similar problem in 2.7.3. Let's see if we can do something similar in 2.7.x and later here.

@wilkinsona wilkinsona added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 22, 2023
@wilkinsona wilkinsona added this to the 2.7.x milestone Jun 22, 2023
@wilkinsona wilkinsona changed the title Flyway release 9.20.0 requires Spring Boot code change When using Flway 9.20.0, auto-configuration fails with a NoSuchMethodError due to the removal of FluentConfiguration.oracleSqlplus(boolean) Jun 22, 2023
@wilkinsona wilkinsona changed the title When using Flway 9.20.0, auto-configuration fails with a NoSuchMethodError due to the removal of FluentConfiguration.oracleSqlplus(boolean) When using Flway 9.20.0, auto-configuration fails with a NoSuchMethodError due to the removal of Oracle-related methods from FluentConfiguration Jun 22, 2023
@wilkinsona wilkinsona changed the title When using Flway 9.20.0, auto-configuration fails with a NoSuchMethodError due to the removal of Oracle-related methods from FluentConfiguration When using Flyway 9.20.0, auto-configuration fails with a NoSuchMethodError due to the removal of Oracle-related methods from FluentConfiguration Jun 27, 2023
@wilkinsona wilkinsona modified the milestones: 2.7.x, 2.7.14 Jun 27, 2023
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

No branches or pull requests

3 participants