-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as not planned
Description
Module
ToxiProxy (and all other modules)
Testcontainers version
2.0.x (2.0.0, 2.0.1, 2.0.2)
Using the latest Testcontainers version?
Yes
Host OS
macOS
Host Arch
x86_64
Docker version
N/A - build failure before Docker interaction
What happened?
No modules were published for the entire 2.0.x release line. Only the core org.testcontainers:testcontainers artifact exists on Maven Central.
| Version | testcontainers (core) | junit-jupiter | kafka | toxiproxy | postgresql | mysql |
|---|---|---|---|---|---|---|
| 2.0.0 | ✅ 200 | ❌ 404 | ❌ 404 | ❌ 404 | ❌ 404 | ❌ 404 |
| 2.0.1 | ✅ 200 | ❌ 404 | ❌ 404 | ❌ 404 | ❌ 404 | ❌ 404 |
| 2.0.2 | ✅ 200 | ❌ 404 | ❌ 404 | ❌ 404 | ❌ 404 | ❌ 404 |
The Testcontainers modules page documents version 2.0.1:
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-toxiproxy</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>But this artifact does not exist on Maven Central.
Expected behavior: All modules should be published for 2.0.x versions, or the documentation should be updated to reflect the actual available version (1.21.3).
Relevant log output
Could not find org.testcontainers:toxiproxy:2.0.2.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/testcontainers/toxiproxy/2.0.2/toxiproxy-2.0.2.pom
Could not find org.testcontainers:kafka:2.0.2.
Could not find org.testcontainers:junit-jupiter:2.0.2.
Additional Information
Maven Central confirms no 2.0.x versions exist for any module except core:
Metadata
Metadata
Assignees
Labels
No labels