Skip to content

Commit b268c7f

Browse files
committed
update to version 2.0.0-M3
1 parent 4d0a4e5 commit b268c7f

File tree

8 files changed

+41
-19
lines changed

8 files changed

+41
-19
lines changed

docs/v2/faq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18061806
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
18071807
</div>
18081808
<div class="paragraph">
1809-
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M2.</strong></p>
1809+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M3.</strong></p>
18101810
</div>
18111811
<div class="paragraph">
18121812
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -1857,7 +1857,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18571857
</div>
18581858
<div id="footer">
18591859
<div id="footer-text">
1860-
Last updated 2022-05-27 20:23:11 +0200
1860+
Last updated 2022-05-27 22:17:37 +0200
18611861
</div>
18621862
</div>
18631863
</div>

docs/v2/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2929
<meta name="generator" content="Asciidoctor 2.0.15">
3030
<meta name="author" content="Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN">
31-
<title>springdoc-openapi v2.0.0-M2</title>
31+
<title>springdoc-openapi v2.0.0-M3</title>
3232
<link rel="stylesheet" href="css/site.css">
3333
<style>
3434
#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.0.0-M2</h1>
58+
<h1>springdoc-openapi v2.0.0-M3</h1>
5959
<div class="details">
6060
<span id="author" class="author">Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN</span><br>
6161
</div>
@@ -286,7 +286,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
286286
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
287287
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
288288
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
289-
&lt;version&gt;2.0.0-M2&lt;/version&gt;
289+
&lt;version&gt;2.0.0-M3&lt;/version&gt;
290290
&lt;/dependency&gt;</code></pre>
291291
</div>
292292
</div>
@@ -383,7 +383,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
383383
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
384384
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
385385
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
386-
&lt;version&gt;2.0.0-M2&lt;/version&gt;
386+
&lt;version&gt;2.0.0-M3&lt;/version&gt;
387387
&lt;/dependency&gt;</code></pre>
388388
</div>
389389
</div>
@@ -435,7 +435,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
435435
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
436436
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
437437
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
438-
&lt;version&gt;2.0.0-M2&lt;/version&gt;
438+
&lt;version&gt;2.0.0-M3&lt;/version&gt;
439439
&lt;/dependency&gt;</code></pre>
440440
</div>
441441
</div>
@@ -1817,7 +1817,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
18171817
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
18181818
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
18191819
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
1820-
&lt;version&gt;2.0.0-M2&lt;/version&gt;
1820+
&lt;version&gt;2.0.0-M3&lt;/version&gt;
18211821
&lt;/dependency&gt;</code></pre>
18221822
</div>
18231823
</div>
@@ -3904,7 +3904,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
39043904
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
39053905
</div>
39063906
<div class="paragraph">
3907-
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M2.</strong></p>
3907+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M3.</strong></p>
39083908
</div>
39093909
<div class="paragraph">
39103910
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -3955,7 +3955,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
39553955
</div>
39563956
<div id="footer">
39573957
<div id="footer-text">
3958-
Last updated 2022-05-01 23:03:45 +0200
3958+
Last updated 2022-05-27 22:17:37 +0200
39593959
</div>
39603960
</div>
39613961
<!-- Global site tag (gtag.js) - Google Analytics -->

docs/v2/modules.html

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<!--
2+
~ /*
3+
~ *
4+
~ * *
5+
~ * * * Copyright 2019-2022 the original author or authors.
6+
~ * * *
7+
~ * * * Licensed under the Apache License, Version 2.0 (the "License");
8+
~ * * * you may not use this file except in compliance with the License.
9+
~ * * * You may obtain a copy of the License at
10+
~ * * *
11+
~ * * * https://www.apache.org/licenses/LICENSE-2.0
12+
~ * * *
13+
~ * * * Unless required by applicable law or agreed to in writing, software
14+
~ * * * distributed under the License is distributed on an "AS IS" BASIS,
15+
~ * * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
~ * * * See the License for the specific language governing permissions and
17+
~ * * * limitations under the License.
18+
~ * *
19+
~ *
20+
~ */
21+
-->
22+
123
<!DOCTYPE html>
224
<html lang="en">
325
<head>
@@ -73,7 +95,7 @@ <h3 id="_spring_webmvc_support"><a class="anchor" href="#_spring_webmvc_support"
7395
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
7496
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
7597
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
76-
&lt;version&gt;2.0.0-M2&lt;/version&gt;
98+
&lt;version&gt;2.0.0-M3&lt;/version&gt;
7799
&lt;/dependency&gt;</code></pre>
78100
</div>
79101
</div>
@@ -125,7 +147,7 @@ <h3 id="_spring_webflux_support"><a class="anchor" href="#_spring_webflux_suppor
125147
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
126148
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
127149
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
128-
&lt;version&gt;2.0.0-M2&lt;/version&gt;
150+
&lt;version&gt;2.0.0-M3&lt;/version&gt;
129151
&lt;/dependency&gt;</code></pre>
130152
</div>
131153
</div>
@@ -508,7 +530,7 @@ <h3 id="_javadoc_support"><a class="anchor" href="#_javadoc_support"></a>Javadoc
508530
</div>
509531
<div id="footer">
510532
<div id="footer-text">
511-
Last updated 2022-05-01 00:07:55 +0200
533+
Last updated 2022-05-27 22:17:37 +0200
512534
</div>
513535
</div>
514536
</div>

src/docs/asciidoc/v2/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ image::img/static_content_transformation.png[Illustrative example]
909909
=== What is the compatibility matrix of `springdoc-openapi` with `spring-boot` ?
910910
`springdoc-openapi 2.x` is compatible with `spring-boot 3`.
911911

912-
In general, **you should only pick the last stable version as per today 2.0.0-M2.**
912+
In general, **you should only pick the last stable version as per today 2.0.0-M3.**
913913

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

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-M2</version>
11+
<version>2.0.0-M3</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-M2
1+
= springdoc-openapi v2.0.0-M3
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-M2</version>
11+
<version>2.0.0-M3</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-M2</version>
21+
<version>2.0.0-M3</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-M2</version>
46+
<version>2.0.0-M3</version>
4747
</dependency>
4848
----
4949

0 commit comments

Comments
 (0)