This a fork of testcontainers/mockserver that
- fixes the problem that the docker/containerimage is not usable as
- Testcontainers requires that the used image is always provided by original project
- The launch arguments are slightly different now (due to usage of
eclipse-temurin
instead ofdistroless
as base image)
- If no version/tag is specified it tries to automatically detect the used Mockserver version from the classpath.
This way it should be easier to tackle incompatibilities between client and server.
Important
Due to modularity this module doesn't ships with a dependency to software.xdev.mockserver:client
.
You have to add it manually!