Skip to content

Commit b673632

Browse files
committed
upgrade to version 2.8.6
1 parent 190858f commit b673632

10 files changed

+35
-14
lines changed

docs/core-properties.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,17 @@
313313
<td class="tableblock halign-left valign-top"></td>
314314
<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>
315315
</tr>
316+
<tr>
317+
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-extra-schemas</p></td>
318+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
319+
<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>
320+
</tr>
316321
</tbody>
317322
</table>
318323
</div>
319324
<div id="footer">
320325
<div id="footer-text">
321-
Last updated 2025-01-25 21:28:01 +0100
326+
Last updated 2025-03-23 16:00:03 +0100
322327
</div>
323328
</div>
324329
</div>

docs/faq.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
20052005
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
20062006
</div>
20072007
<div class="paragraph">
2008-
<p>In general, <strong>you should only pick the last stable version as per today 2.8.5.</strong></p>
2008+
<p>In general, <strong>you should only pick the last stable version as per today 2.8.6.</strong></p>
20092009
</div>
20102010
<div class="paragraph">
20112011
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>

docs/getting-started.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
4040
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
4141
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
4242
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
43-
&lt;version&gt;2.8.5&lt;/version&gt;
43+
&lt;version&gt;2.8.6&lt;/version&gt;
4444
&lt;/dependency&gt;</code></pre>
4545
</div>
4646
</div>

docs/index.html

+12-7
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<meta property="og:site_name" content="OpenAPI 3 Library for spring-boot" />
1919
<meta property="og:image" content="https://springdoc.org/img/banner-logo.svg" />
2020
<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>
2222
<link rel="stylesheet" href="css/site.css">
2323
<style>
2424
#header #revnumber {
@@ -55,7 +55,7 @@
5555
<div id="main" class="contained">
5656
<div id="doc" class="doc">
5757
<div id="header">
58-
<h1>springdoc-openapi v2.8.5</h1>
58+
<h1>springdoc-openapi v2.8.6</h1>
5959
<div id="toc" class="toc2">
6060
<div id="toctitle">Table of Contents</div>
6161
<ul class="sectlevel1">
@@ -312,7 +312,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
312312
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
313313
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
314314
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
315-
&lt;version&gt;2.8.5&lt;/version&gt;
315+
&lt;version&gt;2.8.6&lt;/version&gt;
316316
&lt;/dependency&gt;</code></pre>
317317
</div>
318318
</div>
@@ -420,7 +420,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
420420
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
421421
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
422422
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
423-
&lt;version&gt;2.8.5&lt;/version&gt;
423+
&lt;version&gt;2.8.6&lt;/version&gt;
424424
&lt;/dependency&gt;</code></pre>
425425
</div>
426426
</div>
@@ -472,7 +472,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
472472
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
473473
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
474474
&lt;artifactId&gt;springdoc-openapi-starter-webflux-api&lt;/artifactId&gt;
475-
&lt;version&gt;2.8.5&lt;/version&gt;
475+
&lt;version&gt;2.8.6&lt;/version&gt;
476476
&lt;/dependency&gt;</code></pre>
477477
</div>
478478
</div>
@@ -1575,6 +1575,11 @@ <h3 id="springdoc-openapi-core-properties"><a class="anchor" href="#springdoc-op
15751575
<td class="tableblock halign-left valign-top"></td>
15761576
<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>
15771577
</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>
15781583
</tbody>
15791584
</table>
15801585
</div>
@@ -2223,7 +2228,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
22232228
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
22242229
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
22252230
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
2226-
&lt;version&gt;2.8.5&lt;/version&gt;
2231+
&lt;version&gt;2.8.6&lt;/version&gt;
22272232
&lt;/dependency&gt;</code></pre>
22282233
</div>
22292234
</div>
@@ -4540,7 +4545,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
45404545
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
45414546
</div>
45424547
<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>
45444549
</div>
45454550
<div class="paragraph">
45464551
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>

docs/migrating-from-springfox.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
4444
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
4545
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
4646
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
47-
&lt;version&gt;2.8.5&lt;/version&gt;
47+
&lt;version&gt;2.8.6&lt;/version&gt;
4848
&lt;/dependency&gt;</code></pre>
4949
</div>
5050
</div>

docs/modules.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h3 id="_spring_webmvc_support"><a class="anchor" href="#_spring_webmvc_support"
7373
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
7474
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
7575
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
76-
&lt;version&gt;2.8.5&lt;/version&gt;
76+
&lt;version&gt;2.8.6&lt;/version&gt;
7777
&lt;/dependency&gt;</code></pre>
7878
</div>
7979
</div>
@@ -125,7 +125,7 @@ <h3 id="_spring_webflux_support"><a class="anchor" href="#_spring_webflux_suppor
125125
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
126126
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
127127
&lt;artifactId&gt;springdoc-openapi-starter-webflux-api&lt;/artifactId&gt;
128-
&lt;version&gt;2.8.5&lt;/version&gt;
128+
&lt;version&gt;2.8.6&lt;/version&gt;
129129
&lt;/dependency&gt;</code></pre>
130130
</div>
131131
</div>

docs/properties.html

+5
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ <h3 id="_springdoc_openapi_core_properties"><a class="anchor" href="#_springdoc_
321321
<td class="tableblock halign-left valign-top"></td>
322322
<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>
323323
</tr>
324+
<tr>
325+
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-extra-schemas</p></td>
326+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
327+
<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>
328+
</tr>
324329
</tbody>
325330
</table>
326331
</div>

docs/v1/properties.html

+5
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ <h3 id="_springdoc_openapi_core_properties"><a class="anchor" href="#_springdoc_
321321
<td class="tableblock halign-left valign-top"></td>
322322
<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>
323323
</tr>
324+
<tr>
325+
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-extra-schemas</p></td>
326+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
327+
<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>
328+
</tr>
324329
</tbody>
325330
</table>
326331
</div>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>3.1.2-SNAPSHOT</version>
1010

1111
<properties>
12-
<springdoc.version>2.8.5</springdoc.version>
12+
<springdoc.version>2.8.6</springdoc.version>
1313
<springdoc-legacy.version>1.8.0</springdoc-legacy.version>
1414
<java.version>1.8</java.version>
1515
<refdocs.build.directory>${project.basedir}/docs</refdocs.build.directory>

src/docs/asciidoc/core-properties.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@
5757
|springdoc.enable-default-api-docs | `true` | `Boolean`. To enable default OpenAPI endpoint `/v3/api-docs`.
5858
|springdoc.trim-kotlin-indent | `false` | `Boolean`. Adjust indentation when parsing the `@Operation` annotation in Kotlin.
5959
|springdoc.allowed-locales | | `List of Strings`. The list of allowed locales for OpenAPI (comma separated, for example `US,fr-CA`).
60+
|springdoc.enable-extra-schemas | `true` | `Boolean`. To enable default support for extra Schemas, from `java.time` package like `LocalTime`, `Duration`, but also other Java classes like `java.util.Locale` or `java.nio.charset.Charset`
6061
|===
6162

0 commit comments

Comments
 (0)