mockserver: point Java listing at the MockServer-maintained module#184
Open
jamesdbloom wants to merge 1 commit into
Open
mockserver: point Java listing at the MockServer-maintained module#184jamesdbloom wants to merge 1 commit into
jamesdbloom wants to merge 1 commit into
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
mockserverJava listing pointed at the bundledorg.testcontainers:testcontainers-mockservermodule. 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:
version lockstep,
level, arbitrary properties), and
MockServerClientwiring viagetClient().This updates the Java entry's URL, example, installation and maintainer accordingly. The
goandnodejsentries are unchanged.I set
maintainer: officialbecause this module is maintained by the MockServer project (thevendor of MockServer itself) — happy to change it to
communityif you prefer. Maintained by theMockServer project (github.com/mock-server).