-
The initial problem was actually a documentation issue. Please check the next comment for more info
## Original issue
The rationale behind this issue is that you:
- might now want to create a…
-
I have an endpoint to upload a file and its associated metadata.
It is a multipart request with:
- "file": "application-octect-stream"
- "metadata": application/json
I am able to document the parts…
-
Would it not be easier to have `target/generated-snippets` as the default output directory on the `@AutoConfigureRestDocs` annotation instead of an empty string? Seems like the most sensible default.
-
Hi, I've found regression bug in Spring Boot 1.4.2 version, there is no problem when I'm using 1.4.1.
This exception I caught, when I tried to persist an Entity to DB.
```
[ERROR] - 2016-11-21 …
evser updated
7 years ago
-
Spring cloud contract is now GA with 1.0.0.RELEASE, but initializr generates dependency on old milestone version.
mavenBom "org.springframework.cloud:spring-cloud-contract-dependencies:1.0.0.M1"
I e…
-
I'm having an issue that started since we upgraded restdocs from 1.1.0.RELEASE to 1.1.1.RELEASE and are still having on 1.1.2 SNAPSHOT.
Basically I have a JSON response like this one:
```
[ {
"id"…
-
There seems to be a problem with curl- and http-snippet generation. The request params are doubled:
`$ curl 'http://loclhost/tags/list?page=0&per_page=3?page=0&per_page=3' -i -H 'Accept: application/…
Zasch updated
8 years ago
-
Hi all
I tried to build the project but Maven was complaining about a missing artefact "swagger2markup-spring-restdocs-ext".
I just added the repo to pom.xml and everything was fine:
```
…
-
Ideas so far:
- REST Docs Jackson
- Auto REST Docs
- Lazy REST Docs
- Robo REST Docs
- Slack REST Docs
We need a name before we can register a Maven artifact.
fbenz updated
8 years ago
-
spring-restdocs-core does not need to depend on spring-webmvc. spring-web seems to be sufficient, at least from a compile-time pov.