-
Hi, I wrote a passing message pact consumer test that has the following lines
```
import au.com.dius.pact.core.model.messaging.MessagePact;
@Test
@PactTestFor(pactMethod = "createPact")
void …
-
Hi,
I found this issue pact-foundation/pact-specification/issues/73 and I was wondering how I can set this in pact-jvm. I could find that the model contains the value:
https://github.com/pact-founda…
-
If the broker rejects verification results (might happen if the version used to publish is not semver compliant), the maven plugin only prints out a message.
It should (conditionally?) fail the bu…
-
I think the problem is that the rest-heroes is using hibernate reactive and then needs some config like:
```
#%prod.quarkus.datasource.reactive.url = vertx-reactive:postgresql://postgresql.app:54…
-
Hello,
I'm trying to verify my Reactive RestContoller in a spring boot application with no success.
Basically, my consumer (consumer1-app) expects a 200 OK success response when posting to the pro…
-
I have a question in relation to PactDSLJsonArray. I have a json array response like:
```
[
{"fieldA": 1, "fieldB": "2", "fieldC": 3, "field4":[{"name": "q", "value": "a"},{"name": "b", "val…
-
When using Pact-JVM 4.6.2, I am able to run _can-i-deploy_, receiving the PactFlow's response.
However, afterwards, when I run _create-version-tag_, I receive the following error:
> Failed to fe…
-
For the projects where we've implemented use of the gRPC plugin, we're seeing big red "SEVERE" warning messages that look like the following, whenever we run pact tests:
```java
Dec 05, 2022 5:42:…
-
We updated from 4.3.15 to 4.3.16 and now see this issue
`You must add a pact publish configuration to your build before you can use the pactPublish task`
Altough we have a pact publish configurat…
-
**Describe the bug**
Configuration validation failed on startup of rest-fights.
**To Reproduce**
Steps to reproduce the behavior:
1. Download quarkus-super-heroes
2. Execute "cd rest-fights"
3…