-
Multipe github pact documentation links seems to be broken (404 Page Not Found):
-https://github.com/DiUS/pact-jvm/blob/master/pact-jvm-provider-spring/README.md
- https://github.com/DiUS/pact-jvm/t…
-
Hi there,
in my Pact, I am using (among others) "id" of type integer in the request body.
final DslPart body = new PactDslJsonBody()
.integerType("id")
When doing my requests agai…
-
Hi. I am trying out the Pact framework, and I am trying to configure the build.gradle plugins. I am working behind a firewall, so all plugins need to be downloaded to my local maven repo.
Since I …
-
I see there is a configuration to enable/ disable RedirectHandling `pact.verifier.enableRedirectHandling` for Provider Verification in Pact JVM. Wondering, if there is similar configuration is Pact Ne…
-
I have a consumer test
`PactDslWithProvider pact = ConsumerPactBuilder.consumer("yyy").hasPactWith("xxx");
PactFragment fragment = pact.given(...)
...
.willRespondWith()
.status(200)
.body(new P…
-
When the broker errors with a 5xx status code the HTTP client should attempt, up to a configurable limit, to retry the request.
We currently use the `DefaultHttpRequestRetryStrategy` here: https://…
-
`{
"Conditions":[
"conditionA",
"conditionB",
"conditionC"
]
}`
Consider above example, and there is no implementation to use **eachAr…
-
using below dependency but got error
au.com.dius
pact-jvm-provider-spring_2.12
3.6.7
17:28:15.451 [main] DEBUG au.com.dius.pact.provider.spr…
-
Hi,
I am updating pact due to groovy and spring-boot 3 updates. We were at 4.1.34 and now we would like to go to 4.6.3
Unfortunately this breaks the pact.
We have our mochServer set up like t…
-
This issue will be open and closed dependent on the state of https://github.com/quarkusio/quarkus-super-heroes building against Quarkus main snapshot.
If you have interest in being notified of this…