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

Flyway 10.21.0 #108

Merged
merged 3 commits into from
Nov 16, 2024
Merged

Flyway 10.21.0 #108

merged 3 commits into from
Nov 16, 2024

Conversation

mkurz
Copy link
Member

@mkurz mkurz commented Nov 16, 2024

Starting with 10.0.0 the setup changed:

Modularized database support in Flyway to allow greater flexibility. This includes; DB2, Derby, HSQLDB, Informix, PostgreSQL, CockroachDB, Redshift, SAP HANA, Snowflake and Sybase ASE. See Database Support page for your database for module dependency. If you are including Flyway in your project, either as a dependency or via the maven and gradle plugins please include the respective database module in your project configuration.

See

Seems adding the db module dependency is not enough as the tests fail.

I don't have time to work on this.

If someone wants to help out, feel free to push to this PR or open a new one.

@@ -3,7 +3,8 @@ enablePlugins(FlywayPlugin)
name := "flyway-sbt-test1"

libraryDependencies ++= Seq(
"org.hsqldb" % "hsqldb" % "2.5.0"
"org.hsqldb" % "hsqldb" % "2.5.0",
"org.flywaydb" % "flyway-database-hsqldb" % "10.21.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xuwei-k
Copy link
Member

xuwei-k commented Nov 16, 2024

sbt:c075a33...xuwei-k:b2675e6

@mkurz mkurz marked this pull request as ready for review November 16, 2024 10:39
@mkurz
Copy link
Member Author

mkurz commented Nov 16, 2024

Thanks @xuwei-k!

@mkurz mkurz merged commit 2ca2c29 into sbt:main Nov 16, 2024
4 checks passed
@mkurz mkurz deleted the flyway-10.21.0 branch November 16, 2024 10:39
@mkurz mkurz changed the title Flyway 10.21.0 (help needed) Flyway 10.21.0 Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants