From c0296c28bb0ded363e35c73c64a7b4751d330501 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 17:12:29 +0100 Subject: [PATCH] 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 --- .../spring-boot-docs/src/docs/asciidoc/features/testing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testing.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testing.adoc index 7e24391e137..403c3c8d7ad 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testing.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testing.adoc @@ -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`