Skip to content

Commit 9a434e0

Browse files
committed
update for release 2.0.4
1 parent 5ed73a2 commit 9a434e0

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

docs/v2/index.html

Lines changed: 8 additions & 8 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.3</title>
9+
<title>springdoc-openapi v2.0.4</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.3</h1>
36+
<h1>springdoc-openapi v2.0.4</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>
@@ -295,7 +295,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
295295
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
296296
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
297297
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
298-
&lt;version&gt;2.0.3&lt;/version&gt;
298+
&lt;version&gt;2.0.4&lt;/version&gt;
299299
&lt;/dependency&gt;</code></pre>
300300
</div>
301301
</div>
@@ -404,7 +404,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
404404
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
405405
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
406406
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
407-
&lt;version&gt;2.0.3&lt;/version&gt;
407+
&lt;version&gt;2.0.4&lt;/version&gt;
408408
&lt;/dependency&gt;</code></pre>
409409
</div>
410410
</div>
@@ -456,7 +456,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
456456
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
457457
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
458458
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
459-
&lt;version&gt;2.0.3&lt;/version&gt;
459+
&lt;version&gt;2.0.4&lt;/version&gt;
460460
&lt;/dependency&gt;</code></pre>
461461
</div>
462462
</div>
@@ -2149,7 +2149,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
21492149
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
21502150
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
21512151
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
2152-
&lt;version&gt;2.0.3&lt;/version&gt;
2152+
&lt;version&gt;2.0.4&lt;/version&gt;
21532153
&lt;/dependency&gt;</code></pre>
21542154
</div>
21552155
</div>
@@ -4315,7 +4315,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
43154315
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
43164316
</div>
43174317
<div class="paragraph">
4318-
<p>In general, <strong>you should only pick the last stable version as per today 2.0.3.</strong></p>
4318+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.4.</strong></p>
43194319
</div>
43204320
<div class="paragraph">
43214321
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -4384,7 +4384,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
43844384
</div>
43854385
<div id="footer">
43864386
<div id="footer-text">
4387-
Last updated 2023-03-10 07:16:18 +0100
4387+
Last updated 2023-03-15 00:51:13 +0100
43884388
</div>
43894389
</div>
43904390

src/docs/asciidoc/v2/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ For the UI, you will have to add `springdoc.enable-native-support=true`. This is
925925
=== What is the compatibility matrix of `springdoc-openapi` with `spring-boot` ?
926926
`springdoc-openapi 2.x` is compatible with `spring-boot 3`.
927927

928-
In general, **you should only pick the last stable version as per today 2.0.3.**
928+
In general, **you should only pick the last stable version as per today 2.0.4.**
929929

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

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.3</version>
11+
<version>2.0.4</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.3
1+
= springdoc-openapi v2.0.4
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.3</version>
11+
<version>2.0.4</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.3</version>
21+
<version>2.0.4</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.3</version>
46+
<version>2.0.4</version>
4747
</dependency>
4848
----
4949

0 commit comments

Comments
 (0)