Skip to content

Commit 6e186df

Browse files
committed
Doc update for 2.0.0-M6
1 parent df91789 commit 6e186df

9 files changed

+17
-17
lines changed

docs/v2/faq.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18011801
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
18021802
</div>
18031803
<div class="paragraph">
1804-
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M5.</strong></p>
1804+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M6.</strong></p>
18051805
</div>
18061806
<div class="paragraph">
18071807
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -1818,7 +1818,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18181818
</tr>
18191819
<tr>
18201820
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.0.x</code></p></td>
1821-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.0.0-M5</code>+</p></td>
1821+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.0.0-M6</code>+</p></td>
18221822
</tr>
18231823
<tr>
18241824
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.6.x</code>, <code>1.5.x</code></p></td>
@@ -1852,7 +1852,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18521852
</div>
18531853
<div id="footer">
18541854
<div id="footer-text">
1855-
Last updated 2022-08-21 23:56:07 +0200
1855+
Last updated 2022-10-03 11:11:09 +0200
18561856
</div>
18571857
</div>
18581858
</div>

docs/v2/getting-started.html

Lines changed: 2 additions & 2 deletions
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.0.0-M5&lt;/version&gt;
43+
&lt;version&gt;2.0.0-M6&lt;/version&gt;
4444
&lt;/dependency&gt;</code></pre>
4545
</div>
4646
</div>
@@ -96,7 +96,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
9696
</div>
9797
<div id="footer">
9898
<div id="footer-text">
99-
Last updated 2022-08-21 23:56:07 +0200
99+
Last updated 2022-10-03 11:11:09 +0200
100100
</div>
101101
</div>
102102
</div>

docs/v2/migrating-from-springfox.html

Lines changed: 2 additions & 2 deletions
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.0.0-M5&lt;/version&gt;
47+
&lt;version&gt;2.0.0-M6&lt;/version&gt;
4848
&lt;/dependency&gt;</code></pre>
4949
</div>
5050
</div>
@@ -217,7 +217,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
217217
</div>
218218
<div id="footer">
219219
<div id="footer-text">
220-
Last updated 2022-08-21 23:56:07 +0200
220+
Last updated 2022-10-03 11:11:09 +0200
221221
</div>
222222
</div>
223223
</div>

docs/v2/modules.html

Lines changed: 3 additions & 3 deletions
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.0.0-M5&lt;/version&gt;
76+
&lt;version&gt;2.0.0-M6&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-ui&lt;/artifactId&gt;
128-
&lt;version&gt;2.0.0-M5&lt;/version&gt;
128+
&lt;version&gt;2.0.0-M6&lt;/version&gt;
129129
&lt;/dependency&gt;</code></pre>
130130
</div>
131131
</div>
@@ -508,7 +508,7 @@ <h3 id="_javadoc_support"><a class="anchor" href="#_javadoc_support"></a>Javadoc
508508
</div>
509509
<div id="footer">
510510
<div id="footer-text">
511-
Last updated 2022-08-21 23:56:07 +0200
511+
Last updated 2022-10-03 11:11:09 +0200
512512
</div>
513513
</div>
514514
</div>

src/docs/asciidoc/v2/faq.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,13 +918,13 @@ image::img/static_content_transformation.png[Illustrative example]
918918
=== What is the compatibility matrix of `springdoc-openapi` with `spring-boot` ?
919919
`springdoc-openapi 2.x` is compatible with `spring-boot 3`.
920920

921-
In general, **you should only pick the last stable version as per today 2.0.0-M5.**
921+
In general, **you should only pick the last stable version as per today 2.0.0-M6.**
922922

923923
More precisely, this the exhaustive list of spring-boot versions against which `springdoc-openapi` has been built:
924924

925925
|===
926926
| spring-boot Versions | Minimum springdoc-openapi Versions
927-
|`3.0.x` | `2.0.0-M5`+
927+
|`3.0.x` | `2.0.0-M6`+
928928
|`2.6.x`, `1.5.x` | `1.6.0`+
929929
|`2.5.x`, `1.5.x` | `1.5.9`+
930930
|`2.4.x`, `1.5.x` | `1.5.0`+

src/docs/asciidoc/v2/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For the integration between spring-boot and swagger-ui, add the library to the l
88
<dependency>
99
<groupId>org.springdoc</groupId>
1010
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
11-
<version>2.0.0-M5</version>
11+
<version>2.0.0-M6</version>
1212
</dependency>
1313
----
1414

src/docs/asciidoc/v2/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= springdoc-openapi v2.0.0-M5
1+
= springdoc-openapi v2.0.0-M6
22
Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN
33
include::_attributes.adoc[]
44

src/docs/asciidoc/v2/migrating-from-springfox.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<dependency>
99
<groupId>org.springdoc</groupId>
1010
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
11-
<version>2.0.0-M5</version>
11+
<version>2.0.0-M6</version>
1212
</dependency>
1313
----
1414

src/docs/asciidoc/v2/modules.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image::img/common.png[Architecture]
1818
<dependency>
1919
<groupId>org.springdoc</groupId>
2020
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
21-
<version>2.0.0-M5</version>
21+
<version>2.0.0-M6</version>
2222
</dependency>
2323
----
2424

@@ -43,7 +43,7 @@ springdoc.api-docs.path=/api-docs
4343
<dependency>
4444
<groupId>org.springdoc</groupId>
4545
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
46-
<version>2.0.0-M5</version>
46+
<version>2.0.0-M6</version>
4747
</dependency>
4848
----
4949

0 commit comments

Comments
 (0)