|
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.8.5</title> |
| 21 | +<title>springdoc-openapi v2.8.6</title> |
22 | 22 | <link rel="stylesheet" href="css/site.css">
|
23 | 23 | <style>
|
24 | 24 | #header #revnumber {
|
|
55 | 55 | <div id="main" class="contained">
|
56 | 56 | <div id="doc" class="doc">
|
57 | 57 | <div id="header">
|
58 |
| -<h1>springdoc-openapi v2.8.5</h1> |
| 58 | +<h1>springdoc-openapi v2.8.6</h1> |
59 | 59 | <div id="toc" class="toc2">
|
60 | 60 | <div id="toctitle">Table of Contents</div>
|
61 | 61 | <ul class="sectlevel1">
|
@@ -312,7 +312,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
|
312 | 312 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
313 | 313 | <groupId>org.springdoc</groupId>
|
314 | 314 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
315 |
| - <version>2.8.5</version> |
| 315 | + <version>2.8.6</version> |
316 | 316 | </dependency></code></pre>
|
317 | 317 | </div>
|
318 | 318 | </div>
|
@@ -420,7 +420,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
|
420 | 420 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
421 | 421 | <groupId>org.springdoc</groupId>
|
422 | 422 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
423 |
| - <version>2.8.5</version> |
| 423 | + <version>2.8.6</version> |
424 | 424 | </dependency></code></pre>
|
425 | 425 | </div>
|
426 | 426 | </div>
|
@@ -472,7 +472,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
|
472 | 472 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
473 | 473 | <groupId>org.springdoc</groupId>
|
474 | 474 | <artifactId>springdoc-openapi-starter-webflux-api</artifactId>
|
475 |
| - <version>2.8.5</version> |
| 475 | + <version>2.8.6</version> |
476 | 476 | </dependency></code></pre>
|
477 | 477 | </div>
|
478 | 478 | </div>
|
@@ -1575,6 +1575,11 @@ <h3 id="springdoc-openapi-core-properties"><a class="anchor" href="#springdoc-op
|
1575 | 1575 | <td class="tableblock halign-left valign-top"></td>
|
1576 | 1576 | <td class="tableblock halign-left valign-top"><p class="tableblock"><code>List of Strings</code>. The list of allowed locales for OpenAPI (comma separated, for example <code>US,fr-CA</code>).</p></td>
|
1577 | 1577 | </tr>
|
| 1578 | +<tr> |
| 1579 | +<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-extra-schemas</p></td> |
| 1580 | +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td> |
| 1581 | +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. To enable default support for extra Schemas, from <code>java.time</code> package like <code>LocalTime</code>, <code>Duration</code>, but also other Java classes like <code>java.util.Locale</code> or <code>java.nio.charset.Charset</code></p></td> |
| 1582 | +</tr> |
1578 | 1583 | </tbody>
|
1579 | 1584 | </table>
|
1580 | 1585 | </div>
|
@@ -2223,7 +2228,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
|
2223 | 2228 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
2224 | 2229 | <groupId>org.springdoc</groupId>
|
2225 | 2230 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
2226 |
| - <version>2.8.5</version> |
| 2231 | + <version>2.8.6</version> |
2227 | 2232 | </dependency></code></pre>
|
2228 | 2233 | </div>
|
2229 | 2234 | </div>
|
@@ -4540,7 +4545,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
|
4540 | 4545 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
|
4541 | 4546 | </div>
|
4542 | 4547 | <div class="paragraph">
|
4543 |
| -<p>In general, <strong>you should only pick the last stable version as per today 2.8.5.</strong></p> |
| 4548 | +<p>In general, <strong>you should only pick the last stable version as per today 2.8.6.</strong></p> |
4544 | 4549 | </div>
|
4545 | 4550 | <div class="paragraph">
|
4546 | 4551 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
|
|
0 commit comments