-
I am using `pact-jvm-provider-maven` 4.0.10 and running into this incompatibility issue. The stack trace is
```
Caused by: java.lang.NoSuchMethodError: org.fusesource.jansi.AnsiConsole.out()Ljava/io…
-
Hey,
I've got an endpoint that takes value via path param. This value can contain forward slash ie Some/Value.
I'm using pact-jvm in version 4.2.0.
I want to write consumer test against that …
-
Hello,
would be nice to make Unexpected request error message format better, readable to get better understanding why is it not matched
`Response. Status code: 500, body: { "error": "Unexpected re…
-
My only experience with consumer driven contracts is the [Pact framework](https://docs.pact.io/). How does your work compare to [message pact](https://github.com/pact-foundation/pact-specification/tre…
-
I have experienced with the following behavior when some of the tests failed but in reports/logs I can't see details (body diff, etc) what actually wrong. But some time ago it was working fine. But ad…
-
I have a pact test for my project using the following JSON body definition:
```java
private static final PactDslJsonBody BODY_KEY_FAILED = new PactDslJsonBody()
.stringMatcher("keyReq…
-
**Is your feature request related to a problem? Please describe.**
The Pact ecosystem now supports plugins, and PactNet should be part of this. See https://docs.pact.io/plugins/quick_start
**Descr…
-
🙏
-
I have created a package in which DTO transfers from service 1 to service 2. Added application/json to the header. But it does not pass because when checking, it replaces Russian characters with other…
-
When request has binary body (for images) contract is generating to JSON in UTF-8 encoding.
This is error, because UTF-8 irreversible.
You must use Base64 or ISO_8859_1
I found this bug and fix it.…