Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit d24bb59

Browse files
authored
Be more precise on the supported versions and add a FAQ entry (#403)
1 parent dd6a3d4 commit d24bb59

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

spring-auto-restdocs-docs/getting-started.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66

77
Spring Auto REST Docs has the following minimum requirements:
88

9-
* Java 8 or Kotlin 1.2
9+
* Java 8 or Kotlin 1.3
1010
* Spring REST Docs ${spring-restdocs.version} (see http://docs.spring.io/spring-restdocs/docs/${spring-restdocs.version}/reference/html5/[documentation])
1111
* Jackson has to be used for creating and parsing JSON
1212

1313
For Java 7 and Spring REST Docs 1.2.x support,
1414
please use the 1.0.x version of Spring Auto REST Docs.
1515

16-
For Java 9/10/11 support, use `spring-auto-restdocs-json-doclet-jdk9` as doclet dependency.
16+
For Java 9+ support, use `spring-auto-restdocs-json-doclet-jdk9` as doclet dependency.
17+
Our support is focused on the latest Kotlin version, Java 8 and 11.
18+
In addition, we try to support the latest Java version that is supported by Spring.
1719

1820
[[gettingstarted-usage]]
1921
=== Usage

spring-auto-restdocs-docs/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Can I regenerate the final HTML without running all tests?::
7575
in your setup. You might have to remove `dependsOn test` depending on your setup to run it standalone.
7676
Is HATEOAS supported?::
7777
Yes, there is basic support for <<snippets-links,links>> and <<snippets-embedded,embedded>> resources.
78+
What should I do if I get a `NoSuchBeanDefinitionException: No bean named 'webHandler' available` exception?::
79+
This means that the servlet stack instead if the reactive one is active. Make sure that `@EnableWebFlux` is used.
7880

7981
include::getting-started.adoc[]
8082

0 commit comments

Comments
 (0)