pact4s icon indicating copy to clipboard operation
pact4s copied to clipboard

Results 11 pact4s issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates * [dev.zio:zio](https://github.com/zio/zio) * [dev.zio:zio-test](https://github.com/zio/zio) * [dev.zio:zio-test-sbt](https://github.com/zio/zio) from `2.0.22` to `2.1.1` 📜 [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v2.1.1) - [Version Diff](https://github.com/zio/zio/compare/v2.0.22...v2.1.1) ## Usage ✅ **Please merge!** I'll automatically...

When changing the state parameters of one contract from a `Int` to a `Seq[Int]`, I've got the following exception on the consumer: ``` [info] kotlin.reflect.full.IllegalCallableAccessException: java.lang.IllegalAccessException: class kotlin.reflect.jvm.internal.calls.CallerImpl$FieldGetter cannot access...

As mentioned in #549, I no longer feel able to maintain this project by myself. Let me know here if you'd like to be considered as a collaborator. @gaeljw has...

We should add a section in the README to document usage with each test framework.

documentation
good first issue

I think it's nice for a community maintained small-project to have an idea of its adopters. Let's add such a section in the README!

documentation

## Context - [Why we are getting rid of tags (2021-07)](https://docs.pact.io/blog/2021/07/04/why-we-are-getting-rid-of-tags) - [Pact Broker Tags documentation](https://docs.pact.io/pact_broker/tags) ## When can we drop support - [ ] https://github.com/jbwheatley/pact4s/issues/520 need to be merged...

In some simple cases, it would be nice to support automatic generation of a DSL given a case class. Similar to what the Kotlin implementation offers with [`basedOnRequiredConstructorFields`](https://github.com/pact-foundation/pact-jvm/blob/master/consumer/src/main/kotlin/au/com/dius/pact/consumer/dsl/DslJsonBodyBuilder.kt#L19). Expected usage...

enhancement

When trying to upgrade to pact4s 0.10.0 I'm encounting this compile problem ``` [error] /Users/domdorn/work/project-service/pactTests/src/test/scala/com/acme/project/pact/TimeseriesClientPactSpec.scala:43:6: ambiguous reference to overloaded definition, [error] both method integerType in class PactDslJsonBody of type (x$1:...

enhancement
good first issue

what do we need to add to pact4s to support protobufs - pact-jvm already appears to have support, so should be doable

enhancement

Hello, I am facing some challenges while using generators with Pact4s on the Provider side for verification. My current issue is that I am using `withStateChangeFunction`, which is `ProviderState =>...

help wanted