-
I know there is an issue (https://github.com/spring-projects/spring-restdocs/issues/600) which was declined, but still want to bring this to the front to open a discussion why this shouldn't be suppor…
-
Hey.
Not sure if you still maintain it (or give help on it), but I currently was wondering, if there is a updated version of a doclet like this?
The reason I ask is, that I tried to use yours, b…
-
Maybe this is already a feature?
If I have a controller method like:
`fun create(@RequestBody body: FooSpec) : Any`
Then it seems like to generate REST docs we have to hand copy every propert…
-
It looks impossible to use your lib in jpms (Java Platform Module System ) modular app because of next error:
`error: module custom.module reads package capital.scalable.restdocs.jackson from both …
-
My integration tests often fail with the error `source database "uqlipbuiagmk" is being accessed by other users`. The issue is not easy to reproduce since it happens non-deterministically. In between …
-
I see you are working on a [json format extension for Dokka](https://github.com/ScaCap/spring-auto-restdocs/tree/master/spring-auto-restdocs-dokka-json), which I think is an incredibly valuable tool f…
-
Hi, is there any plan to support Kotlin 1.5 and Gradle 7 respectively? I've tried to upgrade our project and faced issues at spring-auto-restdocs. As I understood, it would either be necessary to prov…
-
Is there a way to prevent multi-line block tags from being partially interpreted as a part of the method description? As a sanity check, I easily reproduced this issue using `java-webmvc` sample proje…
-
Dear ScaCap team,
I want to use spring-auto-restdocs with following versions
spring-restdocs-mockmvc.version 3.0.0
spring-boot 3.0.6
spring-auto-rest-docs-core.version 2.0.11
and there is a pro…
-
Hey guys,
I am trying to use Spring Auto REST Docs to generate OpenAPI 3 YAML.
Since I am using maven I integrated https://github.com/BerkleyTechnologyServices/restdocs-spec maven plugin with e…