Hi Team - Could anyone working on this combination...
# pact-net
m
Hi Team - Could anyone working on this combination suggest? My consumer is JVM pact version 4.1.7 and my provider is DotNet pact version 3.0.2. The matchers and generators made from consumer is being ignored at provider layer. Does the provider need to upgrade to 4.0.0-beta.3 to get this supported?
m
You can set the pact specification to version 2 in Pact JVM so it only serialises a compatible contract
You can't use v3 matchers of generators
Or you can upgrade to the beta .NET which supports up to be spec contracts
m
Thanks @Matt (pactflow.io / pact-js / pact-go). Will try both options. Bending a bit towards the beta .Net :)
👍 2