Fully-qualify KafkaContainer to make it clear which one we support

Testcontainers now has org.testcontainers.containers.KafkaContainer
(that we support) and org.testcontainers.kafka.KafkaContainer (that
we don't yet support). This commit fully-qualifies the name so that
it's clear which KafkaContainer we're referring to.

Closes gh-40699
This commit is contained in:
Andy Wilkinson 2024-05-13 17:12:29 +01:00
parent 341035903a
commit c0296c28bb

View File

@ -999,7 +999,7 @@ The following service connection factories are provided in the `spring-boot-test
| Containers of type `JdbcDatabaseContainer`
| `KafkaConnectionDetails`
| Containers of type `KafkaContainer` or `RedpandaContainer`
| Containers of type `org.testcontainers.containers.KafkaContainer` or `RedpandaContainer`
| `LiquibaseConnectionDetails`
| Containers of type `JdbcDatabaseContainer`