Problem with Flyway after upgrade to 2.12.0.Final #27662
Unanswered
luca-bassoricci
asked this question in
Q&A
Replies: 2 comments 12 replies
-
/cc @cristhiank, @gastaldi, @geoand, @gsmet |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @luca-bassoricci, Do you have We probably need to revisit this, Quarkus does not support the Flyway premium settings yet. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I'm sticky to flyway-core 7.15.0 because most recent versions of Flyway doesn't support our MSSQL version.
After upgrading to Quarkus latest version this error shown up:
The problem is at
FlywayCreator#createFlyway()
: this method callsFluentConfiguration#ignoreMigrationPatterns()
which is using a premium feature of Flyway.Which is the right approch to solve the problem?
Should flyway module be aware of Flyway Team version and have a separate management for free and premium settings during configuration creation?
Best regards
Luca
Beta Was this translation helpful? Give feedback.
All reactions