Michael Bornholdt Nielsen

Results 6 comments of Michael Bornholdt Nielsen

I have created this PR https://github.com/OpenAPITools/openapi-generator/pull/21373 @Tiim Thank for pointing me in the right direction.

I have an idea of it being Spring to blame for error using the [`RestClient`](https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-restclient) -> https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/http/converter/FormHttpMessageConverter.java#L508

Had a look at `./CI/circle_parallel.sh` as I can see it fails on `samples/client/others/java/okhttp-gson-streaming` - I do not bring any changes to `samples/client/others/java/okhttp-gson-streaming`. For now my PR only update `java/restclient` and...

@wing328 - It should be ok now. I have update the samples with ``` bash bin/generate-samples.sh ``` where i previous used ``` ./bin/generate-samples.sh ./bin/configs/*.yaml ```

This PR complements https://github.com/wiremock/wiremock-docker/pull/138 very nicely.