-
It'd be nice not to have to configure the snippet output directory, and certainly not in two places (build script and the tests) as is currently required. The former is used to tell Asciidoctor from w…
-
Hi there,
First of all, thanks for the nice work. I appreciate it.
I could not understand three points regarding the documentation. Maybe you can clarify.
1. Contracts and stubs are generated…
-
There is an issue with the Doclet and how that Doclet and JavaDoc are called from within Gradle.
From my research is understand that Gradle is passing default values from various flags. One of thos…
-
spring-cloud-contract-wiremock RestDocs stub generator uses WireMock equalTo matcher for JSON instead of equalToJson. Which makes the stubs near unusable as different applications can generate complet…
Kaali updated
7 years ago
-
Restdocs fails to generate json output when using with mockMvc.
Using the following code will result in *.adoc fiels instead of a single json file containing the stub.:
```
@RunWith(SpringRunne…
-
I have a response object that contains a nested map of the sort
```
{
"things" : {
"12abf" : {
"type" : "Whale",
"size" : "HUGE"
},
"gzM33" : {
"type" : "Screw",
…
-
As a user, I want to see the application REST-API
in a swagger-ui, like in the example [http://petstore.swagger.io/](http://petstore.swagger.io/)
the endpoint should be [analytics4github.org/rest-a…
-
When running the test in the Slate sample project, some tests are failing.
`ApiDocumentation.indexExample()` for example is failing with
```
org.springframework.restdocs.snippet.SnippetException:…
-
I use only this module as dependency in my tests:
```xml
com.epages
wiremock-spring-boot-starter
0.7.17
test
```
but i catch a dependency resolution error on new version releases (can b…
-
Create an integration branch and bump dependencies there.
see: feature/springboot15