Florian LOPES
Florian LOPES
Dear @poikilotherm, Of course 😃, I will commit my changes soon (https://github.com/f-lopes/spring-mvc-test-utils/issues/4) to make sure you work on the latest codebase.
Hi @poikilotherm, I saw your work on the fork. Multi-dimensional Map parameters need to be separated by dots "." to instantiate nested properties. The smoke test is passing when adding...
Hi @poikilotherm, Sorry, I didn't find the unit test at first ;) Of course, your solution may be to use a List to model your data. Is the problem related...
Thanks for the issue. I've created a pull-request for the next release (https://github.com/f-lopes/spring-mvc-test-utils/pull/7). Feel free to add your suggestions. Thanks.
I'm having this issue while running this command: ``` java -cp wiremock-standalone-2.21.0.jar;wiremock-webhooks-extension-1.0.0.jar;httpclient-4.5.6.jar;httpcore-4.4.13.jar com.github.tomakehurst.wiremock.standalone.WireMockServerRunner --extensions org.wiremock.webhooks.Webhooks ``` ``` Exception in thread "main" java.lang.NoSuchMethodError: com.github.tomakehurst.wiremock.http.HttpClientFactory.createClient()Lorg/apache/http/impl/client/CloseableHttpClient; at org.wiremock.webhooks.Webhooks.(Webhooks.java:46) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ``` `wiremock-webhooks-extensions`...
I am also facing the same issue (inside a Docker container or not): https://github.com/wiremock/wiremock-webhooks-extension/issues/15#issuecomment-577176485 To avoid rebuilding a fat jar, you simply need to add `http-client` and `http-core` to your...
Have you had the chance to review this pull request? Thank you.
If your GitHub repository is private, does your API token include full control of private repositories?
Hi @mohan08p The GitHub PR Coverage status plugin will get the PR ID either from the GitHub PR Builder plugin or from the MultiBranch plugin. If you're not using the...
@dependabot rebase