diff --git a/docs/faq.html b/docs/faq.html index 8c5dcf2..68526f2 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -2020,6 +2020,10 @@
Springdoc OpenAPI Versions
4.x.x
3.x.x
3.5.x
2.8.x
Springdoc OpenAPI Versions
4.x.x
3.x.x
3.5.x
2.8.x
OpenAPI 3
Spring-boot (v1, v2 and v3)
+Spring-boot (v1 and v2)
JSR-303, specifically for @NotNull, @Min, @Max, and @Size.
diff --git a/docs/v1/intro.html b/docs/v1/intro.html index 143a00e..7849ec7 100644 --- a/docs/v1/intro.html +++ b/docs/v1/intro.html @@ -49,7 +49,7 @@Spring-boot (v1, v2 and v3)
+Spring-boot (v1 and v2)
JSR-303, specifically for @NotNull, @Min, @Max, and @Size.
diff --git a/src/docs/asciidoc/faq.adoc b/src/docs/asciidoc/faq.adoc index 61ce963..4624cae 100644 --- a/src/docs/asciidoc/faq.adoc +++ b/src/docs/asciidoc/faq.adoc @@ -1071,7 +1071,8 @@ More precisely, this the exhaustive list of spring-boot versions against which ` |=== | Spring Boot Versions | Springdoc OpenAPI Versions -|`3.5.x` | `2.8.x` +|`4.x.x` | `3.x.x` +|`3.5.x` | `2.8.x` |`3.4.x` | `2.7.x` - `2.8.x` |`3.3.x` | `2.6.x` |`3.2.x` | `2.3.x` - `2.5.x` diff --git a/src/docs/asciidoc/v1/intro.adoc b/src/docs/asciidoc/v1/intro.adoc index 151b53b..89c4f32 100644 --- a/src/docs/asciidoc/v1/intro.adoc +++ b/src/docs/asciidoc/v1/intro.adoc @@ -10,7 +10,7 @@ This documentation can be completed by comments using swagger-api annotations. This library supports: * OpenAPI 3 -* Spring-boot (v1, v2 and v3) +* Spring-boot (v1 and v2) * JSR-303, specifically for @NotNull, @Min, @Max, and @Size. * Swagger-ui * Scalar