Skip to content

Commit 14e3016

Browse files
committed
docs update
1 parent 8b6e836 commit 14e3016

File tree

8 files changed

+20
-23
lines changed

8 files changed

+20
-23
lines changed

docs/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
20102010
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
20112011
</div>
20122012
<div class="paragraph">
2013-
<p>In general, <strong>you should only pick the last stable version as per today 2.8.8.</strong></p>
2013+
<p>In general, <strong>you should only pick the last stable version as per today 2.8.9.</strong></p>
20142014
</div>
20152015
<div class="paragraph">
20162016
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
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.8.8&lt;/version&gt;
43+
&lt;version&gt;2.8.9&lt;/version&gt;
4444
&lt;/dependency&gt;</code></pre>
4545
</div>
4646
</div>

docs/index.html

Lines changed: 12 additions & 9 deletions
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.8.8</title>
21+
<title>springdoc-openapi v2.8.9</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.8.8</h1>
58+
<h1>springdoc-openapi v2.8.9</h1>
5959
<div id="toc" class="toc2">
6060
<div id="toctitle">Table of Contents</div>
6161
<ul class="sectlevel1">
@@ -251,6 +251,9 @@ <h1>springdoc-openapi v2.8.8</h1>
251251
<img src="img/gdnext.png" height="10%" width="10%" />
252252
</a>
253253
</p>
254+
<div class="paragraph">
255+
<p><a href="https://github.com/springdoc/springdoc-openapi" target="_blank" rel="noopener">View project on GitHub</a> <span class="image"><a class="image" href="https://github.com/springdoc/springdoc-openapi"><img src="img/github-logo.png" alt="github logo"></a></span></p>
256+
</div>
254257
</div>
255258
</div>
256259
<div class="sect1">
@@ -313,7 +316,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
313316
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
314317
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
315318
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
316-
&lt;version&gt;2.8.8&lt;/version&gt;
319+
&lt;version&gt;2.8.9&lt;/version&gt;
317320
&lt;/dependency&gt;</code></pre>
318321
</div>
319322
</div>
@@ -421,7 +424,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
421424
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
422425
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
423426
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
424-
&lt;version&gt;2.8.8&lt;/version&gt;
427+
&lt;version&gt;2.8.9&lt;/version&gt;
425428
&lt;/dependency&gt;</code></pre>
426429
</div>
427430
</div>
@@ -473,7 +476,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
473476
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
474477
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
475478
&lt;artifactId&gt;springdoc-openapi-starter-webflux-api&lt;/artifactId&gt;
476-
&lt;version&gt;2.8.8&lt;/version&gt;
479+
&lt;version&gt;2.8.9&lt;/version&gt;
477480
&lt;/dependency&gt;</code></pre>
478481
</div>
479482
</div>
@@ -975,7 +978,7 @@ <h3 id="springdoc-openapi-bom"><a class="anchor" href="#springdoc-openapi-bom"><
975978
&lt;dependency&gt;
976979
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
977980
&lt;artifactId&gt;springdoc-openapi-bom&lt;/artifactId&gt;
978-
&lt;version&gt;2.8.8&lt;/version&gt;
981+
&lt;version&gt;2.8.9&lt;/version&gt;
979982
&lt;type&gt;pom&lt;/type&gt;
980983
&lt;scope&gt;import&lt;/scope&gt;
981984
&lt;/dependency&gt;
@@ -2261,7 +2264,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
22612264
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
22622265
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
22632266
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
2264-
&lt;version&gt;2.8.8&lt;/version&gt;
2267+
&lt;version&gt;2.8.9&lt;/version&gt;
22652268
&lt;/dependency&gt;</code></pre>
22662269
</div>
22672270
</div>
@@ -4583,7 +4586,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
45834586
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
45844587
</div>
45854588
<div class="paragraph">
4586-
<p>In general, <strong>you should only pick the last stable version as per today 2.8.8.</strong></p>
4589+
<p>In general, <strong>you should only pick the last stable version as per today 2.8.9.</strong></p>
45874590
</div>
45884591
<div class="paragraph">
45894592
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -4698,7 +4701,7 @@ <h3 id="some-parameters-are-not-generated-in-the-resulting-openapi-spec"><a clas
46984701
</div>
46994702
<div id="footer">
47004703
<div id="footer-text">
4701-
Last updated 2025-02-11 21:58:31 +0100
4704+
Last updated 2025-06-09 20:17:12 +0200
47024705
</div>
47034706
</div>
47044707
</div>

docs/migrating-from-springfox.html

Lines changed: 1 addition & 1 deletion
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.8.8&lt;/version&gt;
47+
&lt;version&gt;2.8.9&lt;/version&gt;
4848
&lt;/dependency&gt;</code></pre>
4949
</div>
5050
</div>

docs/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.8.8&lt;/version&gt;
76+
&lt;version&gt;2.8.9&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.8.8&lt;/version&gt;
128+
&lt;version&gt;2.8.9&lt;/version&gt;
129129
&lt;/dependency&gt;</code></pre>
130130
</div>
131131
</div>
@@ -627,7 +627,7 @@ <h3 id="_springdoc_openapi_bom"><a class="anchor" href="#_springdoc_openapi_bom"
627627
&lt;dependency&gt;
628628
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
629629
&lt;artifactId&gt;springdoc-openapi-bom&lt;/artifactId&gt;
630-
&lt;version&gt;2.8.8&lt;/version&gt;
630+
&lt;version&gt;2.8.9&lt;/version&gt;
631631
&lt;type&gt;pom&lt;/type&gt;
632632
&lt;scope&gt;import&lt;/scope&gt;
633633
&lt;/dependency&gt;

docs/v1/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,9 +2078,6 @@ <h3 id="additional-resources-to-get-started"><a class="anchor" href="#additional
20782078
<div class="ulist">
20792079
<ul>
20802080
<li>
2081-
<p><a href="https://github.com/springdoc/springdoc-openapi" target="_blank" rel="noopener">View project on GitHub</a> <span class="image"><a class="image" href="https://github.com/springdoc/springdoc-openapi"><img src="img/github-logo.png" alt="github logo"></a></span></p>
2082-
</li>
2083-
<li>
20842081
<p><a href="https://prezi.com/view/r4DP4TCmYUJk1eaqjKG4/" target="_blank" rel="noopener">Springdoc-openapi presentation</a></p>
20852082
</li>
20862083
<li>

docs/v1/other-resources.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ <h3 id="_additional_resources_to_get_started"><a class="anchor" href="#_addition
3737
<div class="ulist">
3838
<ul>
3939
<li>
40-
<p><a href="https://github.com/springdoc/springdoc-openapi" target="_blank" rel="noopener">View project on GitHub</a> <span class="image"><a class="image" href="https://github.com/springdoc/springdoc-openapi"><img src="img/github-logo.png" alt="github logo"></a></span></p>
41-
</li>
42-
<li>
4340
<p><a href="https://prezi.com/view/r4DP4TCmYUJk1eaqjKG4/" target="_blank" rel="noopener">Springdoc-openapi presentation</a></p>
4441
</li>
4542
<li>
@@ -92,7 +89,7 @@ <h3 id="_dependencies_repository"><a class="anchor" href="#_dependencies_reposit
9289
</div>
9390
<div id="footer">
9491
<div id="footer-text">
95-
Last updated 2025-05-04 16:32:34 +0200
92+
Last updated 2025-06-09 20:16:50 +0200
9693
</div>
9794
</div>
9895
</div>

pom.xml

Lines changed: 1 addition & 1 deletion
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.8.8</springdoc.version>
12+
<springdoc.version>2.8.9</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>

0 commit comments

Comments
 (0)