-
I need to handle variables inside the consumer file but I am not finding any documentation on how to do it. I found this reference but it seems it is only available for [java](https://docs.pact.io/imp…
-
I am getting this error while running the Provider test.
`io.pact.plugins.jvm.core.PactPluginValidationForInteractionException: Plugin protobuf failed to validate the interaction: Plugin configurat…
-
Hi,
I have the following gradle configuration for the contract publish task on a Kotlin DSL gradle file in my consumer project:
```
...
plugins {
...
id("au.com.dius.pact") version "4.5.6"…
-
Just a question if this is planned or already happening?
-
Hello there,
I'm migrating from junit4 to junit5 so I'm following the instructions to use `pact-jvm-provider-junit5_2.12` but I'm stuck with the following error:
`org.junit.platform.commons.util…
-
Hi Datadog team,
After adding the Datadog Gradle plugin to our project, it's not possible to sync the project because of the following error:
```
FAILURE: Build failed with an exception.
* What …
-
When running in `quarkus:test` mode, some classes needed for pact metrics are missing. The stack traces are harmless, but annoying. We could either fill in the dependency, or disable metrics in that m…
-
The [fault tolerance example](https://docs.quarkiverse.io/quarkus-langchain4j/dev/fault-tolerance.html) doesn't seem to work. The `@Fallback` annotation doesn't seem to catch any exceptions that are t…
-
I am using the ToFileContractsTransformer in version 3.0.4 to generate a PACT file from a Contract for HTTP as described in the reference documentation : https://docs.spring.io/spring-cloud-contract/d…
-
If you provide system properties in Spring `application.yml` these won't be read by the `@PactBroker` annotation when running with JUnit 5. This works fine if you provide them as normal system propert…