|
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.0</title> |
| 21 | +<title>springdoc-openapi v2.8.1</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.0</h1> |
| 58 | +<h1>springdoc-openapi v2.8.1</h1> |
59 | 59 | <div id="toc" class="toc2">
|
60 | 60 | <div id="toctitle">Table of Contents</div>
|
61 | 61 | <ul class="sectlevel1">
|
@@ -309,7 +309,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
|
309 | 309 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
310 | 310 | <groupId>org.springdoc</groupId>
|
311 | 311 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
312 |
| - <version>2.8.0</version> |
| 312 | + <version>2.8.1</version> |
313 | 313 | </dependency></code></pre>
|
314 | 314 | </div>
|
315 | 315 | </div>
|
@@ -417,7 +417,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
|
417 | 417 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
418 | 418 | <groupId>org.springdoc</groupId>
|
419 | 419 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
420 |
| - <version>2.8.0</version> |
| 420 | + <version>2.8.1</version> |
421 | 421 | </dependency></code></pre>
|
422 | 422 | </div>
|
423 | 423 | </div>
|
@@ -469,7 +469,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
|
469 | 469 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
470 | 470 | <groupId>org.springdoc</groupId>
|
471 | 471 | <artifactId>springdoc-openapi-starter-webflux-api</artifactId>
|
472 |
| - <version>2.8.0</version> |
| 472 | + <version>2.8.1</version> |
473 | 473 | </dependency></code></pre>
|
474 | 474 | </div>
|
475 | 475 | </div>
|
@@ -2215,7 +2215,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
|
2215 | 2215 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
2216 | 2216 | <groupId>org.springdoc</groupId>
|
2217 | 2217 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
2218 |
| - <version>2.8.0</version> |
| 2218 | + <version>2.8.1</version> |
2219 | 2219 | </dependency></code></pre>
|
2220 | 2220 | </div>
|
2221 | 2221 | </div>
|
@@ -4535,7 +4535,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
|
4535 | 4535 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
|
4536 | 4536 | </div>
|
4537 | 4537 | <div class="paragraph">
|
4538 |
| -<p>In general, <strong>you should only pick the last stable version as per today 2.8.0.</strong></p> |
| 4538 | +<p>In general, <strong>you should only pick the last stable version as per today 2.8.1.</strong></p> |
4539 | 4539 | </div>
|
4540 | 4540 | <div class="paragraph">
|
4541 | 4541 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
|
|
0 commit comments