-
In the official spring-restdocs documentation site all links to github are wrong because slashes were forgotten.
You probably need `/{samples}/rest-notes-spring-hateoas[One sample]` instead of `{samp…
haisi updated
9 years ago
-
The RestDoc of the api should be generated.
-
The links to the sample projects on http://docs.spring.io/spring-restdocs/docs/current/reference/html5/#getting-started-sample-applications are wrong.
The "One sample" link points to https://github.co…
mvitz updated
9 years ago
-
I'm using Gradle 3.0, with `2.10.2` everything works fine, but after upgrading to latest `2.11.0` I got `StackOverflowError`:
```
➜ myapp git:(master) ./gradlew assetCompile --info --stacktrace
Init…
-
## Issue
Create a way to supply an instance of _RestDocumentationRequestBuilders_ to the _rest-assured_. This would enable Spring Rest Docs in all scenarios. Today, it is not possible with _path para…
-
Exception is:
```
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':asciidoctor'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(Execu…
-
When I try to build rest-notes-spring-data-rest project with `mvn clean install` I get FileNotFoundException
```
2016-06-02 14:56:18.026 INFO 47760 --- [ main] o.s.b.test.SpringBootMockS…
-
Hi,
I am using the sample Consul app and getting the following exception:
```
java.lang.IllegalStateException: Error processing condition on org.springframework.cloud.consul.discovery.ConsulDiscover…
-
I've just started using `spring-restdocs`, but I already have several use cases where I would have liked to more easily extend the existing classes, but have been forced into some java-gymnastics to b…
-
\cc @grncdr @saary @zacstewart
Seeing the development of WADL and Swagger, I think we have to choose between two option.
- Giving up RestDoc and moving to the "winner"
- Enhancing the ecosystem of Re…