Skip to content

Commit 0c8c3f9

Browse files
committed
doc update
1 parent b1e6ecf commit 0c8c3f9

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
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-M3.</strong></p>
1804+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M4.</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-M3</code>+</p></td>
1821+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.0.0-M4</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-07 00:58:43 +0200
1855+
Last updated 2022-08-15 16:54:16 +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-M3&lt;/version&gt;
43+
&lt;version&gt;2.0.0-M4&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-07 00:58:43 +0200
99+
Last updated 2022-08-15 16:54:16 +0200
100100
</div>
101101
</div>
102102
</div>

docs/v2/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="Asciidoctor 2.0.15">
88
<meta name="author" content="Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN">
9-
<title>springdoc-openapi v2.0.0-M3</title>
9+
<title>springdoc-openapi v2.0.0-M4</title>
1010
<link rel="stylesheet" href="css/site.css">
1111
<style>
1212
#header #revnumber {
@@ -33,7 +33,7 @@
3333
<div id="main" class="contained">
3434
<div id="doc" class="doc">
3535
<div id="header">
36-
<h1>springdoc-openapi v2.0.0-M3</h1>
36+
<h1>springdoc-openapi v2.0.0-M4</h1>
3737
<div class="details">
3838
<span id="author" class="author">Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN</span><br>
3939
</div>
@@ -265,7 +265,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
265265
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
266266
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
267267
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
268-
&lt;version&gt;2.0.0-M3&lt;/version&gt;
268+
&lt;version&gt;2.0.0-M4&lt;/version&gt;
269269
&lt;/dependency&gt;</code></pre>
270270
</div>
271271
</div>
@@ -362,7 +362,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
362362
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
363363
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
364364
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
365-
&lt;version&gt;2.0.0-M3&lt;/version&gt;
365+
&lt;version&gt;2.0.0-M4&lt;/version&gt;
366366
&lt;/dependency&gt;</code></pre>
367367
</div>
368368
</div>
@@ -414,7 +414,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
414414
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
415415
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
416416
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
417-
&lt;version&gt;2.0.0-M3&lt;/version&gt;
417+
&lt;version&gt;2.0.0-M4&lt;/version&gt;
418418
&lt;/dependency&gt;</code></pre>
419419
</div>
420420
</div>
@@ -1801,7 +1801,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
18011801
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
18021802
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
18031803
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
1804-
&lt;version&gt;2.0.0-M3&lt;/version&gt;
1804+
&lt;version&gt;2.0.0-M4&lt;/version&gt;
18051805
&lt;/dependency&gt;</code></pre>
18061806
</div>
18071807
</div>
@@ -3905,7 +3905,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
39053905
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
39063906
</div>
39073907
<div class="paragraph">
3908-
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M3.</strong></p>
3908+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M4.</strong></p>
39093909
</div>
39103910
<div class="paragraph">
39113911
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -3922,7 +3922,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
39223922
</tr>
39233923
<tr>
39243924
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.0.x</code></p></td>
3925-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.0.0-M3</code>+</p></td>
3925+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.0.0-M4</code>+</p></td>
39263926
</tr>
39273927
<tr>
39283928
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.6.x</code>, <code>1.5.x</code></p></td>
@@ -3956,7 +3956,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
39563956
</div>
39573957
<div id="footer">
39583958
<div id="footer-text">
3959-
Last updated 2022-08-07 00:58:43 +0200
3959+
Last updated 2022-08-15 16:54:16 +0200
39603960
</div>
39613961
</div>
39623962
<!-- Global site tag (gtag.js) - Google Analytics -->

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-M3&lt;/version&gt;
47+
&lt;version&gt;2.0.0-M4&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-07 00:58:43 +0200
220+
Last updated 2022-08-15 16:54:16 +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-M3&lt;/version&gt;
76+
&lt;version&gt;2.0.0-M4&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-M3&lt;/version&gt;
128+
&lt;version&gt;2.0.0-M4&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-07 00:58:43 +0200
511+
Last updated 2022-08-15 16:54:16 +0200
512512
</div>
513513
</div>
514514
</div>

0 commit comments

Comments
 (0)