Skip to content

Commit c0296c2

Browse files
committed
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
1 parent 3410359 commit c0296c2

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/features

1 file changed

+1
-1
lines changed

Diff for: spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testing.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ The following service connection factories are provided in the `spring-boot-test
999999
| Containers of type `JdbcDatabaseContainer`
10001000

10011001
| `KafkaConnectionDetails`
1002-
| Containers of type `KafkaContainer` or `RedpandaContainer`
1002+
| Containers of type `org.testcontainers.containers.KafkaContainer` or `RedpandaContainer`
10031003

10041004
| `LiquibaseConnectionDetails`
10051005
| Containers of type `JdbcDatabaseContainer`

0 commit comments

Comments
 (0)