You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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
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.
The text was updated successfully, but these errors were encountered: