-
When setting JAVA_OPTS in the Dockerfile, variables are not being picked up. I assume the name of the variable is incorrect but cannot see anywhere what this command line argument translates to.
I …
-
Hi,
I tried to launch stubrunner as standalone thanks to spring boot :
```java
@SpringBootApplication
@EnableStubRunnerServer
public class StubRunnerBootApplication {
public static void mai…
-
Hi, I am trying to respond to the following sample request:
[GET] http://localhost/api/update?since=2019-12-01T22:10:25.000Z
using this mapping in a json file:
``` js
{
"Headers": { "Conten…
-
Version 2.24.0
The .equals/hashcode methods for MatchesJsonPathPattern are inherited from StringValuePattern, which simply checks that 'expectedValue' is the same. This ignores the value of 'valueP…
-
In version 2.0 of this bridge (thanks a lot for it) our Wiremock breaks because our projects also contains mappins that specify a content-body instead of a bodyFilename.
In version 1.5 this still w…
-
java 1.8
build command
```
./mvnw clean install -DskipTests=true -Dmaven.javadoc.skip=true -X
```
catch error log
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-en…
-
Hi,
Many times I see the following error when I use wiremock:
"HttpStatusCode set to 500 System.InvalidOperationException: Writing to the response body is invalid for responses with status code …
-
I've noticed that calling DELETE endpoint removes unused mappings by removing files from _mappings_ dir, but does not remove files from ___files_ dir (I keep mapping and body files separately). It wou…
-
hi,
I have a weird behavior for these 2 mappings that I'm adding.
I'm sending the following request:
body:
`555`
headers:
```
SOAPAction ->http://tempuri.org/IService/DecryptByKeyTy…
-
Having an empty object in the the json mapping causes Wiremock to return an `http:200` with an empty body for the stubs previously defined and paths not mapped.
The issue was reproduced with the vers…