-
Hello. Is there a way this plugin could be installed by a build tool (Maven/Gradle for example in the Java space)? I want to use this plugin for an open source sample project, but I can't have any use…
-
Sample (modified) but discovered by the V2 specs from the [terraform client](https://github.com/pactflow/terraform-provider-pact)
```
{
"consumer": {
"name": "terraform-client"
},
"int…
-
Entries for https://github.com/realestate-com-au/pact should be moved to https://github.com/pact-foundation/pact-ruby, there are a few entries and it saves users multiple hops
https://github.com/pa…
-
# DevEx/OpEx
Create an automated end to end test(s) that includes specific callouts to/from TI/RS while making sure SFTP ingestion functionality is accounted for.
## Tasks
- [x] Research and…
-
I would like to better understand what is required for this library to work with an arch based OS like Manjaro.
There are AUR packages to install mongodb from source (v7) or using the binary form t…
-
We are using the maven-plugin (au.com.dius.pact.provider:maven:4.5.10` for most of our PACT Steps during CI & Deployment.
Whenever we try to call `can-i-deploy` for a provider on a **new tag** (no …
-
Hi, i'm having the following issue ¿what am i missing?
> WARN: Ignoring unsupported combine AND for path $['id']
WARN: Ignoring unsupported matchers [{"match"=>"number"}] for path $['amount']
W…
-
I'm using the `pact.content_type.override` system property to override the matchers for text/plain to be xml.
`System.setProperty("pact.content_type.override.text/plain", "xml");` However, this is n…
-
## JVM垃圾回收历险
一句话介绍,垃圾回收就是由程序自动的回收`已死`对象。
`已死`对象就是程序中一定不会再被使用到的对象。
垃圾回收可以分为两个部分,一是如何判断对象`已死`,二是如何清理掉`已死`对象。
### 判断对象已死的方法
#### 引用计数法
引用计数法比较好理解,就是为每个对象分配一个计数器,当一个对象被另一个对象引用时,其对应的计数器+1,当引用…
-
The online documentation https://docs.pact.io/implementation_guides/jvm/consumer/junit5 is an old version.
The [createPact method](https://docs.pact.io/implementation_guides/jvm/consumer/junit5#2-c…