Skip to content

Commit 938101e

Browse files
committed
Moving to springdoc 2.8.0
1 parent 51d1cd1 commit 938101e

10 files changed

+22
-22
lines changed

docs/faq.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
20112011
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
20122012
</div>
20132013
<div class="paragraph">
2014-
<p>In general, <strong>you should only pick the last stable version as per today 2.7.0.</strong></p>
2014+
<p>In general, <strong>you should only pick the last stable version as per today 2.8.0.</strong></p>
20152015
</div>
20162016
<div class="paragraph">
20172017
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -2028,7 +2028,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
20282028
</tr>
20292029
<tr>
20302030
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.4.x</code></p></td>
2031-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code></p></td>
2031+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code> - <code>2.8.x</code></p></td>
20322032
</tr>
20332033
<tr>
20342034
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.3.x</code></p></td>
@@ -2126,7 +2126,7 @@ <h3 id="_some_parameters_are_not_generated_in_the_resulting_openapi_spec"><a cla
21262126
</div>
21272127
<div id="footer">
21282128
<div id="footer-text">
2129-
Last updated 2024-11-26 16:21:53 +0100
2129+
Last updated 2025-01-03 22:34:49 +0100
21302130
</div>
21312131
</div>
21322132
</div>

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.7.0&lt;/version&gt;
43+
&lt;version&gt;2.8.0&lt;/version&gt;
4444
&lt;/dependency&gt;</code></pre>
4545
</div>
4646
</div>

docs/index.html

+9-9
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.6.0</title>
21+
<title>springdoc-openapi v2.8.0</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.7.0</h1>
58+
<h1>springdoc-openapi v2.8.0</h1>
5959
<div id="toc" class="toc2">
6060
<div id="toctitle">Table of Contents</div>
6161
<ul class="sectlevel1">
@@ -309,7 +309,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
309309
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
310310
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
311311
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
312-
&lt;version&gt;2.7.0&lt;/version&gt;
312+
&lt;version&gt;2.8.0&lt;/version&gt;
313313
&lt;/dependency&gt;</code></pre>
314314
</div>
315315
</div>
@@ -417,7 +417,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
417417
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
418418
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
419419
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
420-
&lt;version&gt;2.7.0&lt;/version&gt;
420+
&lt;version&gt;2.8.0&lt;/version&gt;
421421
&lt;/dependency&gt;</code></pre>
422422
</div>
423423
</div>
@@ -469,7 +469,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
469469
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
470470
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
471471
&lt;artifactId&gt;springdoc-openapi-starter-webflux-api&lt;/artifactId&gt;
472-
&lt;version&gt;2.7.0&lt;/version&gt;
472+
&lt;version&gt;2.8.0&lt;/version&gt;
473473
&lt;/dependency&gt;</code></pre>
474474
</div>
475475
</div>
@@ -2215,7 +2215,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
22152215
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
22162216
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
22172217
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
2218-
&lt;version&gt;2.7.0&lt;/version&gt;
2218+
&lt;version&gt;2.8.0&lt;/version&gt;
22192219
&lt;/dependency&gt;</code></pre>
22202220
</div>
22212221
</div>
@@ -4535,7 +4535,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
45354535
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
45364536
</div>
45374537
<div class="paragraph">
4538-
<p>In general, <strong>you should only pick the last stable version as per today 2.7.0.</strong></p>
4538+
<p>In general, <strong>you should only pick the last stable version as per today 2.8.0.</strong></p>
45394539
</div>
45404540
<div class="paragraph">
45414541
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -4552,7 +4552,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
45524552
</tr>
45534553
<tr>
45544554
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.4.x</code></p></td>
4555-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code></p></td>
4555+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code> - <code>2.8.x</code></p></td>
45564556
</tr>
45574557
<tr>
45584558
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.3.x</code></p></td>
@@ -4650,7 +4650,7 @@ <h3 id="some-parameters-are-not-generated-in-the-resulting-openapi-spec"><a clas
46504650
</div>
46514651
<div id="footer">
46524652
<div id="footer-text">
4653-
Last updated 2024-11-28 21:29:47 +0100
4653+
Last updated 2024-11-28 21:46:08 +0100
46544654
</div>
46554655
</div>
46564656
</div>

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.7.0&lt;/version&gt;
47+
&lt;version&gt;2.8.0&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.7.0&lt;/version&gt;
76+
&lt;version&gt;2.8.0&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.7.0&lt;/version&gt;
128+
&lt;version&gt;2.8.0&lt;/version&gt;
129129
&lt;/dependency&gt;</code></pre>
130130
</div>
131131
</div>

docs/sponsor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3 id="_benefits_of_being_a_gold_sponsor"><a class="anchor" href="#_benefits_of
120120
</div>
121121
<div id="footer">
122122
<div id="footer-text">
123-
Last updated 2024-11-28 21:30:23 +0100
123+
Last updated 2024-11-28 21:46:08 +0100
124124
</div>
125125
</div>
126126
</div>

docs/v1/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h1>springdoc-openapi v1.8.0</h1>
226226
<img src="img/contrastsecurity.svg" height="10%" width="30%" />
227227
</a>
228228
<a href="https://www.lvm.de/" target="_blank">
229-
<img src="img/LVM_Versicherung_2010_logo.svg.png" height="10%" width="25%" />
229+
<img src="img/LVM_Versicherung_2010_logo.svg.png" height="10%" width="25%"" />
230230
</a>
231231
</p>
232232
</div>
@@ -4208,7 +4208,7 @@ <h3 id="why-am-i-getting-an-error-swagger-ui-unable-to-render-definition-when-ov
42084208
</div>
42094209
<div id="footer">
42104210
<div id="footer-text">
4211-
Last updated 2024-11-28 21:29:28 +0100
4211+
Last updated 2024-11-28 21:46:08 +0100
42124212
</div>
42134213
</div>
42144214
</div>

docs/v1/sponsor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3 id="_benefits_of_being_a_gold_sponsor"><a class="anchor" href="#_benefits_of
120120
</div>
121121
<div id="footer">
122122
<div id="footer-text">
123-
Last updated 2024-11-28 21:30:35 +0100
123+
Last updated 2024-11-28 21:46:08 +0100
124124
</div>
125125
</div>
126126
</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.7.0</springdoc.version>
12+
<springdoc.version>2.8.0</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/faq.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ More precisely, this the exhaustive list of spring-boot versions against which `
10761076

10771077
|===
10781078
| Spring Boot Versions | Springdoc OpenAPI Versions
1079-
|`3.4.x` | `2.7.x`
1079+
|`3.4.x` | `2.7.x` - `2.8.x`
10801080
|`3.3.x` | `2.6.x`
10811081
|`3.2.x` | `2.3.x` - `2.5.x`
10821082
|`3.1.x` | `2.2.x`

0 commit comments

Comments
 (0)