Thomas K
03/03/2022, 12:23 PMbuilder.given()...
) no longer is applied in the same way in V4 ? looking for example for setting consumer side expectationsNathan Deamer
03/03/2022, 12:46 PM@Pact(consumer = CONSUMER_NAME)
public V4Pact getOrderById(PactBuilder builder) {
return builder
.usingLegacyDsl() // Here
.given("An order exists")
I fell back to using the legacyDsl() but also would be interested in some example whether should use v4 for http pacts? Or is it more for the plugins?Thomas K
03/03/2022, 12:47 PMuseLegacyDsl
as well as specifying to explicitly use V3 spec, but would love to see a proper V4 DSL example 🙂uglyog
uglyog