|
55 | 55 | <div id="main" class="contained">
|
56 | 56 | <div id="doc" class="doc">
|
57 | 57 | <div id="header">
|
58 |
| -<h1>springdoc-openapi v2.6.0</h1> |
| 58 | +<h1>springdoc-openapi v2.7.0</h1> |
59 | 59 | <div id="toc" class="toc2">
|
60 | 60 | <div id="toctitle">Table of Contents</div>
|
61 | 61 | <ul class="sectlevel1">
|
@@ -306,7 +306,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
|
306 | 306 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
307 | 307 | <groupId>org.springdoc</groupId>
|
308 | 308 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
309 |
| - <version>2.6.0</version> |
| 309 | + <version>2.7.0</version> |
310 | 310 | </dependency></code></pre>
|
311 | 311 | </div>
|
312 | 312 | </div>
|
@@ -414,7 +414,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
|
414 | 414 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
415 | 415 | <groupId>org.springdoc</groupId>
|
416 | 416 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
417 |
| - <version>2.6.0</version> |
| 417 | + <version>2.7.0</version> |
418 | 418 | </dependency></code></pre>
|
419 | 419 | </div>
|
420 | 420 | </div>
|
@@ -466,7 +466,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
|
466 | 466 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
467 | 467 | <groupId>org.springdoc</groupId>
|
468 | 468 | <artifactId>springdoc-openapi-starter-webflux-api</artifactId>
|
469 |
| - <version>2.6.0</version> |
| 469 | + <version>2.7.0</version> |
470 | 470 | </dependency></code></pre>
|
471 | 471 | </div>
|
472 | 472 | </div>
|
@@ -2212,7 +2212,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
|
2212 | 2212 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
2213 | 2213 | <groupId>org.springdoc</groupId>
|
2214 | 2214 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
2215 |
| - <version>2.6.0</version> |
| 2215 | + <version>2.7.0</version> |
2216 | 2216 | </dependency></code></pre>
|
2217 | 2217 | </div>
|
2218 | 2218 | </div>
|
@@ -4529,7 +4529,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
|
4529 | 4529 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
|
4530 | 4530 | </div>
|
4531 | 4531 | <div class="paragraph">
|
4532 |
| -<p>In general, <strong>you should only pick the last stable version as per today 2.6.0.</strong></p> |
| 4532 | +<p>In general, <strong>you should only pick the last stable version as per today 2.7.0.</strong></p> |
4533 | 4533 | </div>
|
4534 | 4534 | <div class="paragraph">
|
4535 | 4535 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
|
|
0 commit comments