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

Fix Testcontainers project name #3585

Merged
merged 1 commit into from Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,7 +1,7 @@
---
subtitle: TestContainers
subtitle: Testcontainers
---
# TestContainers
# Testcontainers

## Support Level

Expand Down Expand Up @@ -57,11 +57,11 @@ Dependencies: <br/>
</tr>
</table>

- 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

Expand All @@ -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 <code>com.ibm.db2.jcc:11.5.0.0</code>
- 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 <code>com.ibm.db2.jcc:11.5.0.0</code>
2 changes: 1 addition & 1 deletion documentation/Flyway CLI and API/Welcome To Flyway.md
Expand Up @@ -52,7 +52,7 @@ title: Welcome To Flyway
<a href="Supported Databases/aurora-mysql">Aurora MySQL</a>,
<a href="Supported Databases/mariadb">MariaDB</a>,
<a href="Supported Databases/Percona XtraDB Cluster">Percona XtraDB Cluster</a>,
<a href="Supported Databases/testcontainers">TestContainers</a>,
<a href="Supported Databases/testcontainers">Testcontainers</a>,
<a href="Supported Databases/postgresql">PostgreSQL</a> (including Amazon RDS, Azure Database, Google Cloud SQL, TimescaleDB, YugabyteDB &amp; Heroku),
<a href="Supported Databases/aurora-postgresql">Aurora PostgreSQL</a>,
<a href="Supported Databases/redshift">Redshift</a>,
Expand Down
Expand Up @@ -3037,7 +3037,7 @@ <h3>Bug fixes</h3>
</li>
<li>
<a href="https://github.com/flyway/flyway/issues/2736" target="_blank">Issue 2736</a>
Reintroduce TestContainers support
Reintroduce Testcontainers support

</li>
<li>
Expand Down Expand Up @@ -6343,7 +6343,7 @@ <h3>New features</h3>
</li>
<li>
<a href="https://github.com/flyway/flyway/pull/1663" target="_blank">Issue 1663</a>
Support TestContainers JDBC connection string
Support Testcontainers JDBC connection string
</li>
<li>
<a href="https://github.com/flyway/flyway/issues/1693" target="_blank">Issue 1693</a>
Expand Down