Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -2020,6 +2020,10 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
<td class="tableblock halign-left valign-top"><p class="tableblock">Springdoc OpenAPI Versions</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>4.x.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.x.x</code></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.5.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.8.x</code></p></td>
</tr>
Expand Down Expand Up @@ -2123,7 +2127,7 @@ <h3 id="_some_parameters_are_not_generated_in_the_resulting_openapi_spec"><a cla
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-07 14:59:24 +0200
Last updated 2025-12-28 11:43:35 +0100
</div>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4708,6 +4708,10 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
<td class="tableblock halign-left valign-top"><p class="tableblock">Springdoc OpenAPI Versions</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>4.x.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.x.x</code></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.5.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.8.x</code></p></td>
</tr>
Expand Down Expand Up @@ -4811,7 +4815,7 @@ <h3 id="some-parameters-are-not-generated-in-the-resulting-openapi-spec"><a clas
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-08-22 14:10:33 +0200
Last updated 2025-12-28 11:35:50 +0100
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h2 id="Introduction"><a class="anchor" href="#Introduction"></a>1. Introduction
<p>OpenAPI 3</p>
</li>
<li>
<p>Spring-boot (v1, v2 and v3)</p>
<p>Spring-boot (v1 and v2)</p>
</li>
<li>
<p>JSR-303, specifically for @NotNull, @Min, @Max, and @Size.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2 id="Introduction"><a class="anchor" href="#Introduction"></a>Introduction</h
<p>OpenAPI 3</p>
</li>
<li>
<p>Spring-boot (v1, v2 and v3)</p>
<p>Spring-boot (v1 and v2)</p>
</li>
<li>
<p>JSR-303, specifically for @NotNull, @Min, @Max, and @Size.</p>
Expand Down
3 changes: 2 additions & 1 deletion src/docs/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/v1/intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down