spring-auto-restdocs
spring-auto-restdocs copied to clipboard
Spring Auto REST Docs is an extension to Spring REST Docs
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.61 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...
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...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.2 to 2.12.6.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.1 to 2.12.6.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Spring REST Docs moved to test fixtures and thus we have to adjust our imports and add a base class which is not exposed anymore. Change in Spring REST Docs:...
Are there any plans to support sth like [here](https://www.baeldung.com/jackson-json-view-annotation#using-json-views-with-spring) with spring auto restdocs? at the moment, i don't think that `@JsonView` annotation will be considered. if you could provide some...
JDK 15 is not supported anymore and JDK 17 is a new LTS version. Thus, we should test with JDK 17 in the test step. Compiling with Java 17 leads...
There are quite a few other projects that would benefit from having the Javadoc information for classes and methods available at build time for inclusion in some Asciidoctor files. I.e....
Hey @jmisur, today we've used the [PropertyEditorSupport](https://docs.oracle.com/javase/8/docs/api/java/beans/PropertyEditorSupport.html) in order to pass a complex data structure as a query parameter. Unfortunately the documentation did not behave as we expected. Controller method...
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...