Ronald Holshausen

Results 215 comments of Ronald Holshausen

Not sure if this is an actual error. You need to use the content type header to determine the content type of the body. If the header is different, what...

During the header check, if the content type header was expected, the message will be ``` Expected header 'Content-Type' to have value 'application/json; charset=utf-8' but was 'text/plain; charset=utf-8' ``` In...

We could change it to: Could not compare the bodies because the content-type headers were different: expected ... received ...

There are two options to implement this: 1. Do it in the TS code. Just need to detect when a string value is used, and then parse it into the...

There is not much I can do about `alpn-api`, that is a transitive dependency of `io.ktor:ktor-server-netty`. You can try add an exclusion and see if Pact-JVM still works without it...

Looks like there is already a issue for it: https://github.com/ktorio/ktor/issues/1307

Damn Android, they have different versions of the Apache HTTP libraries.

Depends if you need HTTPS or not. If not, we can just use reflection to check the SSLSocketFactory method signature and not set up the factory if it is not...

@andreroggeri I don't use Roboelectric or Android, so I am unable to diagnose or test this. A PR would be awesome.