-
I am trying to start the transformer with wiremock standalone in proxy mode using the following command -
java -cp "wiremock-body-transformer-1.1.1.jar:wiremock-standalone-2.1.12.jar:./lib/*" com.g…
-
### Proposal
Hello,
since version 3.2.0 of Spring Boot, it includes Jetty-BOM version 12.0.3.
Unfortunately, this version is not supported by WireMock (uses Jetty version 11.0.18) , and as a r…
-
### Proposal
The `Readme.md` file should document proper usage in docker.
### Reproduction steps
Having `Dockerfile` with contents:
```
FROM wiremock/wiremock:3.5.2
COPY ./extensions /var/wire…
-
### Proposal
# Summary
Domain name and domain name wildcards are not currently supported when allowing/denying proxy targets. Eventhough they are referenced in documentation.
# Description
Ip ad…
-
### Proposal
One can use Testcontainers for Java to deploy multiple instances in Docker Compose, and we have a concept for that but not existing demo. It would be nice to have an API service provisio…
-
### Proposal
Since version 3.7.0, stub mappings may no longer use the same Id. I understand the background, but for us this is a breaking change. We work a lot with json stub mapping. When creating n…
-
### Proposal
Using wiremock-jetty12. Doesn't happen in wiremock-standalone.
After the first test (that is, mockServer.start() -> stubFor() -> resetAll() -> stop() -> start() -> stubFor()), WireM…
-
### Proposal
Java 21 LTS is coming out soon, and it would be great to ensure that WireMock is fully compatible with it. WireMock may work out of the box, but we would still need official images, do…
-
### Proposal
It seems that the `matches` helper, which accepts regular expressions, does not match if the regular expression contains backslash+character, such as `\w`.
### Reproduction steps
The f…
-
Looking at [the documentation here](http://wiremock.org/docs/running-standalone/) the `--extensions` flag is explained as "Extension class names e.g. com.mycorp.HeaderTransformer,com.mycorp.BodyTransf…