|
45 | 45 | <div id="main" class="contained">
|
46 | 46 | <div id="doc" class="doc">
|
47 | 47 | <div id="header">
|
48 |
| -<h1>springdoc-openapi v2.5.0</h1> |
| 48 | +<h1>springdoc-openapi v2.6.0</h1> |
49 | 49 | <div id="toc" class="toc2">
|
50 | 50 | <div id="toctitle">Table of Contents</div>
|
51 | 51 | <ul class="sectlevel1">
|
@@ -307,7 +307,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
|
307 | 307 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
308 | 308 | <groupId>org.springdoc</groupId>
|
309 | 309 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
310 |
| - <version>2.5.0</version> |
| 310 | + <version>2.6.0</version> |
311 | 311 | </dependency></code></pre>
|
312 | 312 | </div>
|
313 | 313 | </div>
|
@@ -416,7 +416,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
|
416 | 416 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
417 | 417 | <groupId>org.springdoc</groupId>
|
418 | 418 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
419 |
| - <version>2.5.0</version> |
| 419 | + <version>2.6.0</version> |
420 | 420 | </dependency></code></pre>
|
421 | 421 | </div>
|
422 | 422 | </div>
|
@@ -468,7 +468,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
|
468 | 468 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
469 | 469 | <groupId>org.springdoc</groupId>
|
470 | 470 | <artifactId>springdoc-openapi-starter-webflux-api</artifactId>
|
471 |
| - <version>2.5.0</version> |
| 471 | + <version>2.6.0</version> |
472 | 472 | </dependency></code></pre>
|
473 | 473 | </div>
|
474 | 474 | </div>
|
@@ -2275,7 +2275,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
|
2275 | 2275 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
2276 | 2276 | <groupId>org.springdoc</groupId>
|
2277 | 2277 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
2278 |
| - <version>2.5.0</version> |
| 2278 | + <version>2.6.0</version> |
2279 | 2279 | </dependency></code></pre>
|
2280 | 2280 | </div>
|
2281 | 2281 | </div>
|
@@ -4478,7 +4478,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
|
4478 | 4478 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
|
4479 | 4479 | </div>
|
4480 | 4480 | <div class="paragraph">
|
4481 |
| -<p>In general, <strong>you should only pick the last stable version as per today 2.5.0.</strong></p> |
| 4481 | +<p>In general, <strong>you should only pick the last stable version as per today 2.6.0.</strong></p> |
4482 | 4482 | </div>
|
4483 | 4483 | <div class="paragraph">
|
4484 | 4484 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
|
|
0 commit comments