|
18 | 18 | <meta property="og:site_name" content="OpenAPI 3 Library for spring-boot" /> |
19 | 19 | <meta property="og:image" content="https://springdoc.org/img/banner-logo.svg" /> |
20 | 20 | <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> |
22 | 22 | <link rel="stylesheet" href="css/site.css"> |
23 | 23 | <style> |
24 | 24 | #header #revnumber { |
|
55 | 55 | <div id="main" class="contained"> |
56 | 56 | <div id="doc" class="doc"> |
57 | 57 | <div id="header"> |
58 | | -<h1>springdoc-openapi v2.8.8</h1> |
| 58 | +<h1>springdoc-openapi v2.8.9</h1> |
59 | 59 | <div id="toc" class="toc2"> |
60 | 60 | <div id="toctitle">Table of Contents</div> |
61 | 61 | <ul class="sectlevel1"> |
@@ -251,6 +251,9 @@ <h1>springdoc-openapi v2.8.8</h1> |
251 | 251 | <img src="img/gdnext.png" height="10%" width="10%" /> |
252 | 252 | </a> |
253 | 253 | </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> |
254 | 257 | </div> |
255 | 258 | </div> |
256 | 259 | <div class="sect1"> |
@@ -313,7 +316,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin |
313 | 316 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
314 | 317 | <groupId>org.springdoc</groupId> |
315 | 318 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
316 | | - <version>2.8.8</version> |
| 319 | + <version>2.8.9</version> |
317 | 320 | </dependency></code></pre> |
318 | 321 | </div> |
319 | 322 | </div> |
@@ -421,7 +424,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support">< |
421 | 424 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
422 | 425 | <groupId>org.springdoc</groupId> |
423 | 426 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId> |
424 | | - <version>2.8.8</version> |
| 427 | + <version>2.8.9</version> |
425 | 428 | </dependency></code></pre> |
426 | 429 | </div> |
427 | 430 | </div> |
@@ -473,7 +476,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support" |
473 | 476 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
474 | 477 | <groupId>org.springdoc</groupId> |
475 | 478 | <artifactId>springdoc-openapi-starter-webflux-api</artifactId> |
476 | | - <version>2.8.8</version> |
| 479 | + <version>2.8.9</version> |
477 | 480 | </dependency></code></pre> |
478 | 481 | </div> |
479 | 482 | </div> |
@@ -975,7 +978,7 @@ <h3 id="springdoc-openapi-bom"><a class="anchor" href="#springdoc-openapi-bom">< |
975 | 978 | <dependency> |
976 | 979 | <groupId>org.springdoc</groupId> |
977 | 980 | <artifactId>springdoc-openapi-bom</artifactId> |
978 | | - <version>2.8.8</version> |
| 981 | + <version>2.8.9</version> |
979 | 982 | <type>pom</type> |
980 | 983 | <scope>import</scope> |
981 | 984 | </dependency> |
@@ -2261,7 +2264,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring |
2261 | 2264 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
2262 | 2265 | <groupId>org.springdoc</groupId> |
2263 | 2266 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
2264 | | - <version>2.8.8</version> |
| 2267 | + <version>2.8.9</version> |
2265 | 2268 | </dependency></code></pre> |
2266 | 2269 | </div> |
2267 | 2270 | </div> |
@@ -4583,7 +4586,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"> |
4583 | 4586 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p> |
4584 | 4587 | </div> |
4585 | 4588 | <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> |
4587 | 4590 | </div> |
4588 | 4591 | <div class="paragraph"> |
4589 | 4592 | <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 |
4698 | 4701 | </div> |
4699 | 4702 | <div id="footer"> |
4700 | 4703 | <div id="footer-text"> |
4701 | | -Last updated 2025-02-11 21:58:31 +0100 |
| 4704 | +Last updated 2025-06-09 20:17:12 +0200 |
4702 | 4705 | </div> |
4703 | 4706 | </div> |
4704 | 4707 | </div> |
|
0 commit comments