diff --git a/documentation/Flyway CLI and API/Supported Databases/TestContainers.md b/documentation/Flyway CLI and API/Supported Databases/TestContainers.md index 4d22c0f100..3cb307ef44 100644 --- a/documentation/Flyway CLI and API/Supported Databases/TestContainers.md +++ b/documentation/Flyway CLI and API/Supported Databases/TestContainers.md @@ -1,7 +1,7 @@ --- -subtitle: TestContainers +subtitle: Testcontainers --- -# TestContainers +# Testcontainers ## Support Level @@ -57,11 +57,11 @@ Dependencies:
-- See the [TestContainers documentation](https://www.testcontainers.org/modules/databases/jdbc/) for more information +- See the [Testcontainers documentation](https://www.testcontainers.org/modules/databases/jdbc/) for more information ### Compatibility -- See [TestContainers list of supported databases](https://www.testcontainers.org/modules/databases/) to check if your chosen database is compatible +- See [Testcontainers list of supported databases](https://www.testcontainers.org/modules/databases/) to check if your chosen database is compatible ### Example URL @@ -71,4 +71,4 @@ jdbc:tc:postgresql:11-alpine://localhost:5432/databasename ## Limitations -- If Flyway doesn't ship with a database driver for your chosen database, you will still need to provide one in order to use it with TestContainers. For example, if you want to connect to a DB2 database with TestContainers you will still need to provide a DB2 driver whose Maven Central coordinates are com.ibm.db2.jcc:11.5.0.0 +- If Flyway doesn't ship with a database driver for your chosen database, you will still need to provide one in order to use it with Testcontainers. For example, if you want to connect to a DB2 database with TestContainers you will still need to provide a DB2 driver whose Maven Central coordinates are com.ibm.db2.jcc:11.5.0.0 diff --git a/documentation/Flyway CLI and API/Welcome To Flyway.md b/documentation/Flyway CLI and API/Welcome To Flyway.md index a19469ba98..ee0947e5be 100644 --- a/documentation/Flyway CLI and API/Welcome To Flyway.md +++ b/documentation/Flyway CLI and API/Welcome To Flyway.md @@ -52,7 +52,7 @@ title: Welcome To Flyway Aurora MySQL, MariaDB, Percona XtraDB Cluster, - TestContainers, + Testcontainers, PostgreSQL (including Amazon RDS, Azure Database, Google Cloud SQL, TimescaleDB, YugabyteDB & Heroku), Aurora PostgreSQL, Redshift, diff --git a/documentation/Release notes and older versions/Release Notes for Flyway Engine.html b/documentation/Release notes and older versions/Release Notes for Flyway Engine.html index 8d7cc0c60e..ec39fad1a9 100644 --- a/documentation/Release notes and older versions/Release Notes for Flyway Engine.html +++ b/documentation/Release notes and older versions/Release Notes for Flyway Engine.html @@ -3061,7 +3061,7 @@

Bug fixes

  • Issue 2736 - Reintroduce TestContainers support + Reintroduce Testcontainers support
  • @@ -6367,7 +6367,7 @@

    New features

  • Issue 1663 - Support TestContainers JDBC connection string + Support Testcontainers JDBC connection string
  • Issue 1693