-
Swagger2Markup CLI version 1.0.1
A couple of issues with generated examples.
- Request path examples have `json :` prepended.
```
json :
"/categories"
```
- My response examples are always just:
`…
-
The advantages are less annotation pollution in Controller impls, less third-party dependencies, and build time (i.e., test failures) feedback from incorrect documentation (as in fluid style assertion…
-
Spring-restdocs-restassured uses an old version of restassured.
For instance `RestAssuredRestDocumentationConfigurer` implements `Filter` from `package com.jayway.restassured.filter`, instead of `i…
-
When using the operation macro in a .adoc file with the asciidoctor PDF backend configuration to generate a pdf, the actual request and response payloads are not being rendered in the PDF. Though the …
-
`API` links in Maven Site are now returning HTTP/1.1 404 response status due to update to Spring RestDocs.
-
There is a typo in spring-boot-dependencies 1.5.7 Release POM file:
see y> in line 2724
-
According to http://docs.spring.io/spring-restdocs/docs/current/reference/html5/#configuration it is possible to configure default snippets which are supposed to be always generated.
However, these…
-
i tried to apply this plugin to a project where the resources are in one project (A) and the domain-classes are in another project (B).
restdoc-tests are in A, so javadoc is only read for these cla…
-
What do you think about idea of using swagger-springmvc only to generate swagger jsons? In Spring Boot it is extremely easy to start embedded servlet container in integration test in order to generate…
-
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…