Skip to content

mockserver: point Java listing at the MockServer-maintained module#184

Open
jamesdbloom wants to merge 1 commit into
testcontainers:mainfrom
jamesdbloom:mockserver-point-to-maintained-module
Open

mockserver: point Java listing at the MockServer-maintained module#184
jamesdbloom wants to merge 1 commit into
testcontainers:mainfrom
jamesdbloom:mockserver-point-to-maintained-module

Conversation

@jamesdbloom

Copy link
Copy Markdown

The mockserver Java listing pointed at the bundled org.testcontainers:testcontainers-mockserver
module. That bundled class has now been deprecated upstream
(testcontainers/testcontainers-java#11833) in favour of the MockServer-maintained Testcontainers
module, org.mock-server:mockserver-testcontainers
(org.mockserver.testcontainers.MockServerContainer).

The maintained module:

  • derives its Docker image tag from the MockServer client jar so the container and client stay in
    version lockstep,
  • adds configuration helpers (DNS, transparent proxy / NET_ADMIN, HTTP/3, initialization JSON, log
    level, arbitrary properties), and
  • provides direct MockServerClient wiring via getClient().

This updates the Java entry's URL, example, installation and maintainer accordingly. The go and
nodejs entries are unchanged.

I set maintainer: official because this module is maintained by the MockServer project (the
vendor of MockServer itself) — happy to change it to community if you prefer. Maintained by the
MockServer project (github.com/mock-server).

…ners module

The Java entry pointed at the bundled org.testcontainers:testcontainers-mockserver module,
which has now been deprecated upstream (testcontainers/testcontainers-java#11833) in favour of
the MockServer-maintained module org.mock-server:mockserver-testcontainers
(org.mockserver.testcontainers.MockServerContainer). The maintained module derives its image
tag from the client jar so container and client stay in version lockstep, adds DNS,
transparent-proxy, HTTP/3, initialization-JSON, log-level and arbitrary-property helpers, and
provides direct MockServerClient wiring via getClient(). Update the listing accordingly.

Signed-off-by: James D Bloom <733179+jamesdbloom@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant