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

@@ -2123,7 +2127,7 @@

diff --git a/docs/index.html b/docs/index.html index afaa484..de0b45f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4708,6 +4708,10 @@

Springdoc OpenAPI Versions

+

4.x.x

+

3.x.x

+ +

3.5.x

2.8.x

@@ -4811,7 +4815,7 @@

diff --git a/docs/v1/index.html b/docs/v1/index.html index 385b3f4..70413c7 100644 --- a/docs/v1/index.html +++ b/docs/v1/index.html @@ -254,7 +254,7 @@

1. Introduction

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 @@

    IntroductionOpenAPI 3

  • -

    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