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: 3 additions & 3 deletions docs/v2/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -2025,11 +2025,11 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
</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>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.8.9</code> - <code>2.9.x</code></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.4.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code> - <code>2.8.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code> - <code>2.8.8</code></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.3.x</code></p></td>
Expand Down Expand Up @@ -2127,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 2026-07-31 14:13:41 +0200
Last updated 2026-08-03 17:55:44 +0900
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4705,11 +4705,11 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
</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>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.8.9</code> - <code>2.9.x</code></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.4.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code> - <code>2.8.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code> - <code>2.8.8</code></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.3.x</code></p></td>
Expand Down Expand Up @@ -4807,7 +4807,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 2026-07-30 23:57:46 +0200
Last updated 2026-08-03 17:16:11 +0900
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/docs/asciidoc/v2/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1072,8 +1072,8 @@ More precisely, this the exhaustive list of spring-boot versions against which `
|===
| Spring Boot Versions | Springdoc OpenAPI Versions
|`4.x.x` | `3.x.x`
|`3.5.x` | `2.8.x`
|`3.4.x` | `2.7.x` - `2.8.x`
|`3.5.x` | `2.8.9` - `2.9.x`
|`3.4.x` | `2.7.x` - `2.8.8`
|`3.3.x` | `2.6.x`
|`3.2.x` | `2.3.x` - `2.5.x`
|`3.1.x` | `2.2.x`
Expand Down