|
45 | 45 | <div id="main" class="contained">
|
46 | 46 | <div id="doc" class="doc">
|
47 | 47 | <div id="header">
|
48 |
| -<h1>springdoc-openapi v2.1.0</h1> |
| 48 | +<h1>springdoc-openapi v2.2.0</h1> |
49 | 49 | <div id="toc" class="toc2">
|
50 | 50 | <div id="toctitle">Table of Contents</div>
|
51 | 51 | <ul class="sectlevel1">
|
@@ -303,7 +303,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
|
303 | 303 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
304 | 304 | <groupId>org.springdoc</groupId>
|
305 | 305 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
306 |
| - <version>2.1.0</version> |
| 306 | + <version>2.2.0</version> |
307 | 307 | </dependency></code></pre>
|
308 | 308 | </div>
|
309 | 309 | </div>
|
@@ -412,7 +412,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
|
412 | 412 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
413 | 413 | <groupId>org.springdoc</groupId>
|
414 | 414 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
415 |
| - <version>2.1.0</version> |
| 415 | + <version>2.2.0</version> |
416 | 416 | </dependency></code></pre>
|
417 | 417 | </div>
|
418 | 418 | </div>
|
@@ -464,7 +464,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
|
464 | 464 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
465 | 465 | <groupId>org.springdoc</groupId>
|
466 | 466 | <artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
|
467 |
| - <version>2.1.0</version> |
| 467 | + <version>2.2.0</version> |
468 | 468 | </dependency></code></pre>
|
469 | 469 | </div>
|
470 | 470 | </div>
|
@@ -2247,7 +2247,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
|
2247 | 2247 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency>
|
2248 | 2248 | <groupId>org.springdoc</groupId>
|
2249 | 2249 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
2250 |
| - <version>2.1.0</version> |
| 2250 | + <version>2.2.0</version> |
2251 | 2251 | </dependency></code></pre>
|
2252 | 2252 | </div>
|
2253 | 2253 | </div>
|
@@ -4444,7 +4444,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
|
4444 | 4444 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
|
4445 | 4445 | </div>
|
4446 | 4446 | <div class="paragraph">
|
4447 |
| -<p>In general, <strong>you should only pick the last stable version as per today 2.1.0.</strong></p> |
| 4447 | +<p>In general, <strong>you should only pick the last stable version as per today 2.2.0.</strong></p> |
4448 | 4448 | </div>
|
4449 | 4449 | <div class="paragraph">
|
4450 | 4450 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
|
|
0 commit comments