|
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.11</title> |
| 21 | +<title>springdoc-openapi v2.8.12</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.11</h1> |
| 58 | +<h1>springdoc-openapi v2.8.12</h1> |
59 | 59 | <div id="toc" class="toc2"> |
60 | 60 | <div id="toctitle">Table of Contents</div> |
61 | 61 | <ul class="sectlevel1"> |
@@ -316,7 +316,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin |
316 | 316 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
317 | 317 | <groupId>org.springdoc</groupId> |
318 | 318 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
319 | | - <version>2.8.11</version> |
| 319 | + <version>2.8.12</version> |
320 | 320 | </dependency></code></pre> |
321 | 321 | </div> |
322 | 322 | </div> |
@@ -424,7 +424,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support">< |
424 | 424 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
425 | 425 | <groupId>org.springdoc</groupId> |
426 | 426 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId> |
427 | | - <version>2.8.11</version> |
| 427 | + <version>2.8.12</version> |
428 | 428 | </dependency></code></pre> |
429 | 429 | </div> |
430 | 430 | </div> |
@@ -476,7 +476,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support" |
476 | 476 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
477 | 477 | <groupId>org.springdoc</groupId> |
478 | 478 | <artifactId>springdoc-openapi-starter-webflux-api</artifactId> |
479 | | - <version>2.8.11</version> |
| 479 | + <version>2.8.12</version> |
480 | 480 | </dependency></code></pre> |
481 | 481 | </div> |
482 | 482 | </div> |
@@ -978,7 +978,7 @@ <h3 id="springdoc-openapi-bom"><a class="anchor" href="#springdoc-openapi-bom">< |
978 | 978 | <dependency> |
979 | 979 | <groupId>org.springdoc</groupId> |
980 | 980 | <artifactId>springdoc-openapi-bom</artifactId> |
981 | | - <version>2.8.11</version> |
| 981 | + <version>2.8.12</version> |
982 | 982 | <type>pom</type> |
983 | 983 | <scope>import</scope> |
984 | 984 | </dependency> |
@@ -2267,7 +2267,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring |
2267 | 2267 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
2268 | 2268 | <groupId>org.springdoc</groupId> |
2269 | 2269 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
2270 | | - <version>2.8.11</version> |
| 2270 | + <version>2.8.12</version> |
2271 | 2271 | </dependency></code></pre> |
2272 | 2272 | </div> |
2273 | 2273 | </div> |
@@ -4589,7 +4589,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"> |
4589 | 4589 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p> |
4590 | 4590 | </div> |
4591 | 4591 | <div class="paragraph"> |
4592 | | -<p>In general, <strong>you should only pick the last stable version as per today 2.8.11.</strong></p> |
| 4592 | +<p>In general, <strong>you should only pick the last stable version as per today 2.8.12.</strong></p> |
4593 | 4593 | </div> |
4594 | 4594 | <div class="paragraph"> |
4595 | 4595 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p> |
|
0 commit comments