-
Same error coming very frequently:
```
10:16:25.851 [WARN ] [.eclipse.jetty.servlet.ServletHandler] -
javax.servlet.ServletException: java.lang.UnsupportedOperationException: Asynchronous processin…
-
Reorder the docs
What is CDC
- elimiates E2E via contracts
Show contract
- example of a generated test
- show the created stub
Show the producer / consumer part
- what is @AutoConfigureSt…
-
I am getting the following error:
```
Error:(66, 0) Could not find capital.scalable:spring-auto-restdocs-json-doclet:1.0.6-SNAPSHOT.
Required by:
capital.scalable:spring-auto-restdocs-exampl…
-
There's a minor incompatibility with MockMvc's cookie handling in Spring Framework 5: https://github.com/spring-projects/spring-restdocs/issues/390
-
Hi,
spring-restdocs-core, spring-restdocs-mockmvc and spring-restdocs-asciidoctor 1.2.0.RC1 can all be found in the Alfresco public maven repository, but there's no published spring-restdocs-restassu…
-
This isn't the typical RESTDocs approach since it is a passthrough to the Metrics Collector server.
Perhaps embedd the Metrics Collector for the test in order to get accurate results?
-
When I try to run `grails test-app`or `gradle test`I get the following exception:
````
$ gradle test
Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details
FA…
-
I'm trying to insert some rows in my entities for testing on developer machine using `H2` Database. I'm using `data.sql` for this.
It works fine, entities are created and then `data.sql` is run to …
-
Subj. Example of code:
@GetMapping("/classes")
List searchClasses(@Validated @ModelAttribute SearchClassesRequest searchClassesRequest) {
return groupXClassBriefService.searchClasses(s…
-
### To Reproduce ###
clean .m2 repo. Clone project. Attempt build/package.
```sh
$ m -rf ~/.m2/repository/
$ git clone https://github.com/spring-projects/spring-restdocs.git
$ cd spring-restdocs/…