Skip to content

[Bug]: No modules published for version 2.0.x #11354

@AndreKurait

Description

@AndreKurait

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions