|
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.7</title> |
| 21 | +<title>springdoc-openapi v2.8.8</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.7</h1> |
| 58 | +<h1>springdoc-openapi v2.8.8</h1> |
59 | 59 | <div id="toc" class="toc2">
|
60 | 60 | <div id="toctitle">Table of Contents</div>
|
61 | 61 | <ul class="sectlevel1">
|
@@ -313,7 +313,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
|
313 | 313 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
314 | 314 | <groupId>org.springdoc</groupId>
|
315 | 315 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
316 |
| - <version>2.8.7</version> |
| 316 | + <version>2.8.8</version> |
317 | 317 | </dependency></code></pre>
|
318 | 318 | </div>
|
319 | 319 | </div>
|
@@ -421,7 +421,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
|
421 | 421 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
422 | 422 | <groupId>org.springdoc</groupId>
|
423 | 423 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
424 |
| - <version>2.8.7</version> |
| 424 | + <version>2.8.8</version> |
425 | 425 | </dependency></code></pre>
|
426 | 426 | </div>
|
427 | 427 | </div>
|
@@ -473,7 +473,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
|
473 | 473 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
474 | 474 | <groupId>org.springdoc</groupId>
|
475 | 475 | <artifactId>springdoc-openapi-starter-webflux-api</artifactId>
|
476 |
| - <version>2.8.7</version> |
| 476 | + <version>2.8.8</version> |
477 | 477 | </dependency></code></pre>
|
478 | 478 | </div>
|
479 | 479 | </div>
|
@@ -975,7 +975,7 @@ <h3 id="springdoc-openapi-bom"><a class="anchor" href="#springdoc-openapi-bom"><
|
975 | 975 | <dependency>
|
976 | 976 | <groupId>org.springdoc</groupId>
|
977 | 977 | <artifactId>springdoc-openapi-bom</artifactId>
|
978 |
| - <version>2.8.7</version> |
| 978 | + <version>2.8.8</version> |
979 | 979 | <type>pom</type>
|
980 | 980 | <scope>import</scope>
|
981 | 981 | </dependency>
|
@@ -2261,7 +2261,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
|
2261 | 2261 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
2262 | 2262 | <groupId>org.springdoc</groupId>
|
2263 | 2263 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
2264 |
| - <version>2.8.7</version> |
| 2264 | + <version>2.8.8</version> |
2265 | 2265 | </dependency></code></pre>
|
2266 | 2266 | </div>
|
2267 | 2267 | </div>
|
@@ -4583,7 +4583,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
|
4583 | 4583 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
|
4584 | 4584 | </div>
|
4585 | 4585 | <div class="paragraph">
|
4586 |
| -<p>In general, <strong>you should only pick the last stable version as per today 2.8.7.</strong></p> |
| 4586 | +<p>In general, <strong>you should only pick the last stable version as per today 2.8.8.</strong></p> |
4587 | 4587 | </div>
|
4588 | 4588 | <div class="paragraph">
|
4589 | 4589 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
|
|
0 commit comments