|
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.4</title> |
| 21 | +<title>springdoc-openapi v2.8.5</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.4</h1> |
| 58 | +<h1>springdoc-openapi v2.8.5</h1> |
59 | 59 | <div id="toc" class="toc2">
|
60 | 60 | <div id="toctitle">Table of Contents</div>
|
61 | 61 | <ul class="sectlevel1">
|
@@ -312,7 +312,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
|
312 | 312 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
313 | 313 | <groupId>org.springdoc</groupId>
|
314 | 314 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
315 |
| - <version>2.8.4</version> |
| 315 | + <version>2.8.5</version> |
316 | 316 | </dependency></code></pre>
|
317 | 317 | </div>
|
318 | 318 | </div>
|
@@ -420,7 +420,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
|
420 | 420 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
421 | 421 | <groupId>org.springdoc</groupId>
|
422 | 422 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
423 |
| - <version>2.8.4</version> |
| 423 | + <version>2.8.5</version> |
424 | 424 | </dependency></code></pre>
|
425 | 425 | </div>
|
426 | 426 | </div>
|
@@ -472,7 +472,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
|
472 | 472 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
473 | 473 | <groupId>org.springdoc</groupId>
|
474 | 474 | <artifactId>springdoc-openapi-starter-webflux-api</artifactId>
|
475 |
| - <version>2.8.4</version> |
| 475 | + <version>2.8.5</version> |
476 | 476 | </dependency></code></pre>
|
477 | 477 | </div>
|
478 | 478 | </div>
|
@@ -2223,7 +2223,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
|
2223 | 2223 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
2224 | 2224 | <groupId>org.springdoc</groupId>
|
2225 | 2225 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
2226 |
| - <version>2.8.4</version> |
| 2226 | + <version>2.8.5</version> |
2227 | 2227 | </dependency></code></pre>
|
2228 | 2228 | </div>
|
2229 | 2229 | </div>
|
@@ -4540,7 +4540,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
|
4540 | 4540 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
|
4541 | 4541 | </div>
|
4542 | 4542 | <div class="paragraph">
|
4543 |
| -<p>In general, <strong>you should only pick the last stable version as per today 2.8.4.</strong></p> |
| 4543 | +<p>In general, <strong>you should only pick the last stable version as per today 2.8.5.</strong></p> |
4544 | 4544 | </div>
|
4545 | 4545 | <div class="paragraph">
|
4546 | 4546 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
|
|
0 commit comments