-
## Issue Classification
- [ ] Feature request
- [x] Bug report
## Bug Report
Might be related to #435 but currently it's not possible to use the term matcher with integers.
### Software …
-
Since
```
@PactBroker(url="....
consumerVersionSelectors ={
@VersionSelector(tag = "develop")
})
```
is deprecated.
I tried using
```
@PactBroker…
-
The latest release [4.3.11](https://github.com/pact-foundation/pact-jvm/releases/tag/4_3_11) is not added to the [maven repository](https://mvnrepository.com/artifact/au.com.dius.pact.provider/junit5)…
-
# 🗣 Context
We want to have pact tests in separate source files that describe interactions for the same consumer/provider
PactSwift seems to overwrite any existing pact file. It would be nice i…
-
## Software versions
* **OS: Mac OSX 12.3.1**
* **Consumer Pact library: v2.0.0-beta.11**
* **Provider Pact library: v2.0.0-beta.11**
* **Golang Version: go version go1.18.3 darwin/arm6**
* **G…
-
Hi,
I started to migrate the `@Deprecated` `consumerVersionSelectors = [ ]` in the `@PactBroker` annotation by the new way, using `@PactBrokerConsumerVersionSelectors` method like this. See bottom…
-
This looks related to #1429 and #1374.
Using a Gradle wrapper at 7.1 and version 4.1.26 of the "au.com.dius.pact" Gradle plugin, the `canIDeploy` task fails as shown below.
```bash
$ ./gradlew…
-
Currently pact-jvm only supports providerVersionTag and not providerVersionBranches.
-
I tried using `pactbroker.providerBranches` (replacing `pactbroker.providerTags`) on my provider with latest release `4.3.8`. It is not able to fetch pending and wip pacts using branches. It was able…
-
Hey!
**Steps to reproduce:**
Sent a get request to endpoint:
`Method:GET
Path:/shipping/v1
Headers:
{
"Accept": "application/json",
"site": "US",
"Content-Type": "application/js…