pact-jvm icon indicating copy to clipboard operation
pact-jvm copied to clipboard

JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.

Results 221 pact-jvm issues
Sort by recently updated
recently updated
newest added

``` 4:52:21: Executing 'canIDeploy --stacktrace'... > Task :consumer:canIDeploy FAILED 1 actionable task: 1 executed FAILURE: Build failed with an exception. * What went wrong: You must add a pact broker...

Scala-pact has been deprecated in favour of pact4s.

This is still an issue with Pact-JVM too my consumer tests are written in Pact-JS it logs the value as the correct type ` pact_matching::json: compare_values: Calling match_values for path...

Java 21, dependency version 4.6.5+ from Slack https://pact-foundation.slack.com/archives/C9UN99H24/p1707392044235519 We found an odd issue with the pact jvm consumer dependency update, from version `4.6.5` and up, specifically with query matchers. One...

bug
smartbear-supported

**If `enablePending = false`, the current provider branch name is NOT sent to the Pact Broker when fetching pacts to verify using _consumer version selectors_.** Because of that e.g. the...

bug
smartbear-supported

I'm asking because I observed a behavior where modifying the regex to be incompatible with the example didn't fail the test / didn't prevent the matching. After reading the implementation...

bug
smartbear-supported

The problem I am reporting here is quite specific, so let me explain. At the core the problem case looks something like this. When running `./gradlew pactPublish` on a Java...

***usePreemptiveAuthentication* property doesn't work as expected** **Steps to reproduce:** - set the system property: `pact.pactbroker.httpclient.usePreemptiveAuthentication="true"` - run the provider tests pointing to a Pact Broker with Basic Auth enabled **Results:**...

bug
smartbear-supported

Hi Team, I am trying to create a contract pact at consumer end for a provider which returns **ZIP** file in response. Currently response expectations in my pact method look...

enhancement