|
18 | 18 | <meta property="og:site_name" content="OpenAPI 3 Library for spring-boot" /> |
19 | 19 | <meta property="og:image" content="https://springdoc.org/img/banner-logo.svg" /> |
20 | 20 | <meta name="author" content="Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN"> |
21 | | - <title>springdoc-openapi v2.1.0</title> |
| 21 | + <title>springdoc-openapi v2.5.0</title> |
22 | 22 | <link rel="stylesheet" href="css/site.css"> |
23 | 23 | <style> |
24 | 24 | #header #revnumber { |
|
45 | 45 | <div id="main" class="contained"> |
46 | 46 | <div id="doc" class="doc"> |
47 | 47 | <div id="header"> |
48 | | -<h1>springdoc-openapi v2.4.0</h1> |
| 48 | +<h1>springdoc-openapi v2.5.0</h1> |
49 | 49 | <div id="toc" class="toc2"> |
50 | 50 | <div id="toctitle">Table of Contents</div> |
51 | 51 | <ul class="sectlevel1"> |
@@ -307,7 +307,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin |
307 | 307 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
308 | 308 | <groupId>org.springdoc</groupId> |
309 | 309 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
310 | | - <version>2.4.0</version> |
| 310 | + <version>2.5.0</version> |
311 | 311 | </dependency></code></pre> |
312 | 312 | </div> |
313 | 313 | </div> |
@@ -416,7 +416,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support">< |
416 | 416 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
417 | 417 | <groupId>org.springdoc</groupId> |
418 | 418 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId> |
419 | | - <version>2.4.0</version> |
| 419 | + <version>2.5.0</version> |
420 | 420 | </dependency></code></pre> |
421 | 421 | </div> |
422 | 422 | </div> |
@@ -468,7 +468,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support" |
468 | 468 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
469 | 469 | <groupId>org.springdoc</groupId> |
470 | 470 | <artifactId>springdoc-openapi-starter-webflux-api</artifactId> |
471 | | - <version>2.4.0</version> |
| 471 | + <version>2.5.0</version> |
472 | 472 | </dependency></code></pre> |
473 | 473 | </div> |
474 | 474 | </div> |
@@ -1584,6 +1584,11 @@ <h3 id="springdoc-openapi-core-properties"><a class="anchor" href="#springdoc-op |
1584 | 1584 | <td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td> |
1585 | 1585 | <td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. To enable default OpenAPI endpoint <code>/v3/api-docs</code>.</p></td> |
1586 | 1586 | </tr> |
| 1587 | +<tr> |
| 1588 | +<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.trim-kotlin-indent</p></td> |
| 1589 | +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td> |
| 1590 | +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. Adjust indentation when parsing the <code>@Operation</code> annotation in Kotlin.</p></td> |
| 1591 | +</tr> |
1587 | 1592 | </tbody> |
1588 | 1593 | </table> |
1589 | 1594 | </div> |
@@ -2261,7 +2266,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring |
2261 | 2266 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
2262 | 2267 | <groupId>org.springdoc</groupId> |
2263 | 2268 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
2264 | | - <version>2.4.0</version> |
| 2269 | + <version>2.5.0</version> |
2265 | 2270 | </dependency></code></pre> |
2266 | 2271 | </div> |
2267 | 2272 | </div> |
@@ -4464,7 +4469,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"> |
4464 | 4469 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p> |
4465 | 4470 | </div> |
4466 | 4471 | <div class="paragraph"> |
4467 | | -<p>In general, <strong>you should only pick the last stable version as per today 2.4.0.</strong></p> |
| 4472 | +<p>In general, <strong>you should only pick the last stable version as per today 2.5.0.</strong></p> |
4468 | 4473 | </div> |
4469 | 4474 | <div class="paragraph"> |
4470 | 4475 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p> |
@@ -4577,7 +4582,7 @@ <h3 id="some-parameters-are-not-generated-in-the-resulting-openapi-spec"><a clas |
4577 | 4582 | </div> |
4578 | 4583 | <div id="footer"> |
4579 | 4584 | <div id="footer-text"> |
4580 | | -Last updated 2023-10-15 11:59:39 +0200 |
| 4585 | +Last updated 2024-03-12 19:09:47 +0100 |
4581 | 4586 | </div> |
4582 | 4587 | </div> |
4583 | 4588 |
|
|
0 commit comments