Eric Deandrea

Results 282 comments of Eric Deandrea

Hi - I know I only created this late last week, but it is somewhat time sensitive. @holly-cummins and I are doing a talk at Devoxx Belgium in a couple...

Thank you for the comments. I will give it a try tomorrow. Unfortunately I can't change the APIs. They are what they are. So for matching a text/plain body my...

But then wouldn't that make it so the consumer understood what the provider's test data was? In a real world situation I'm not sure the consumer would know what text...

Thank you. I will play with this more in the morning!

@rholshausen I did get the body to validate using the regex! > However, Pact understands how to match content-type headers, so you don't need to use matchHeader at all. If...

I think i've moved on past the "hello world" one to something a little more complicated. I have a `GET` endpoint where the provider returns a JSON payload and a...

I was actually able to get this work by doing some stuff in the `@BeforeEach` method. At that point the CDI context is fully available. ```java @QuarkusTest @Provider("rest-villains") @PactBroker(url =...

I already have the latest version of the az cli ```shell ╰─ az version { "azure-cli": "2.40.0", "azure-cli-core": "2.40.0", "azure-cli-telemetry": "1.0.8", "extensions": { "containerapp": "0.3.10", "log-analytics": "0.2.2", "rdbms-connect": "1.0.2" }...

The issue is when I upgrade to 1.0.3 it no longer works. It works fine on 1.0.2.

Thank you. @agoncal have you run into this?