Skip to content

Commit

Permalink
Moving to springdoc 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed Jan 3, 2025
1 parent 51d1cd1 commit 938101e
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions docs/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
</div>
<div class="paragraph">
<p>In general, <strong>you should only pick the last stable version as per today 2.7.0.</strong></p>
<p>In general, <strong>you should only pick the last stable version as per today 2.8.0.</strong></p>
</div>
<div class="paragraph">
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
Expand All @@ -2028,7 +2028,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.4.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code> - <code>2.8.x</code></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.3.x</code></p></td>
Expand Down Expand Up @@ -2126,7 +2126,7 @@ <h3 id="_some_parameters_are_not_generated_in_the_resulting_openapi_spec"><a cla
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-11-26 16:21:53 +0100
Last updated 2025-01-03 22:34:49 +0100
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
&lt;version&gt;2.7.0&lt;/version&gt;
&lt;version&gt;2.8.0&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down
18 changes: 9 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta property="og:site_name" content="OpenAPI 3 Library for spring-boot" />
<meta property="og:image" content="https://springdoc.org/img/banner-logo.svg" />
<meta name="author" content="Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN">
<title>springdoc-openapi v2.6.0</title>
<title>springdoc-openapi v2.8.0</title>
<link rel="stylesheet" href="css/site.css">
<style>
#header #revnumber {
Expand Down Expand Up @@ -55,7 +55,7 @@
<div id="main" class="contained">
<div id="doc" class="doc">
<div id="header">
<h1>springdoc-openapi v2.7.0</h1>
<h1>springdoc-openapi v2.8.0</h1>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
Expand Down Expand Up @@ -309,7 +309,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
&lt;version&gt;2.7.0&lt;/version&gt;
&lt;version&gt;2.8.0&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -417,7 +417,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
&lt;version&gt;2.7.0&lt;/version&gt;
&lt;version&gt;2.8.0&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -469,7 +469,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webflux-api&lt;/artifactId&gt;
&lt;version&gt;2.7.0&lt;/version&gt;
&lt;version&gt;2.8.0&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -2215,7 +2215,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
&lt;version&gt;2.7.0&lt;/version&gt;
&lt;version&gt;2.8.0&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -4535,7 +4535,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
</div>
<div class="paragraph">
<p>In general, <strong>you should only pick the last stable version as per today 2.7.0.</strong></p>
<p>In general, <strong>you should only pick the last stable version as per today 2.8.0.</strong></p>
</div>
<div class="paragraph">
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
Expand All @@ -4552,7 +4552,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.4.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.7.x</code> - <code>2.8.x</code></p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.3.x</code></p></td>
Expand Down Expand Up @@ -4650,7 +4650,7 @@ <h3 id="some-parameters-are-not-generated-in-the-resulting-openapi-spec"><a clas
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-11-28 21:29:47 +0100
Last updated 2024-11-28 21:46:08 +0100
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/migrating-from-springfox.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
&lt;version&gt;2.7.0&lt;/version&gt;
&lt;version&gt;2.8.0&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h3 id="_spring_webmvc_support"><a class="anchor" href="#_spring_webmvc_support"
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
&lt;version&gt;2.7.0&lt;/version&gt;
&lt;version&gt;2.8.0&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h3 id="_spring_webflux_support"><a class="anchor" href="#_spring_webflux_suppor
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
&lt;artifactId&gt;springdoc-openapi-starter-webflux-api&lt;/artifactId&gt;
&lt;version&gt;2.7.0&lt;/version&gt;
&lt;version&gt;2.8.0&lt;/version&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/sponsor.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3 id="_benefits_of_being_a_gold_sponsor"><a class="anchor" href="#_benefits_of
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-11-28 21:30:23 +0100
Last updated 2024-11-28 21:46:08 +0100
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h1>springdoc-openapi v1.8.0</h1>
<img src="img/contrastsecurity.svg" height="10%" width="30%" />
</a>
<a href="https://www.lvm.de/" target="_blank">
<img src="img/LVM_Versicherung_2010_logo.svg.png" height="10%" width="25%" />
<img src="img/LVM_Versicherung_2010_logo.svg.png" height="10%" width="25%"" />
</a>
</p>
</div>
Expand Down Expand Up @@ -4208,7 +4208,7 @@ <h3 id="why-am-i-getting-an-error-swagger-ui-unable-to-render-definition-when-ov
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-11-28 21:29:28 +0100
Last updated 2024-11-28 21:46:08 +0100
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/sponsor.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3 id="_benefits_of_being_a_gold_sponsor"><a class="anchor" href="#_benefits_of
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-11-28 21:30:35 +0100
Last updated 2024-11-28 21:46:08 +0100
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>3.1.2-SNAPSHOT</version>

<properties>
<springdoc.version>2.7.0</springdoc.version>
<springdoc.version>2.8.0</springdoc.version>
<springdoc-legacy.version>1.8.0</springdoc-legacy.version>
<java.version>1.8</java.version>
<refdocs.build.directory>${project.basedir}/docs</refdocs.build.directory>
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ More precisely, this the exhaustive list of spring-boot versions against which `

|===
| Spring Boot Versions | Springdoc OpenAPI Versions
|`3.4.x` | `2.7.x`
|`3.4.x` | `2.7.x` - `2.8.x`
|`3.3.x` | `2.6.x`
|`3.2.x` | `2.3.x` - `2.5.x`
|`3.1.x` | `2.2.x`
Expand Down

0 comments on commit 938101e

Please sign in to comment.