|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <meta name="generator" content="Asciidoctor 2.0.15"> |
8 | | -<title>springdoc-openapi v3.0.0-RC1</title> |
| 8 | +<title>springdoc-openapi v3.0.0</title> |
9 | 9 | <link rel="stylesheet" href="css/site.css"> |
10 | 10 | <style> |
11 | 11 | #header #revnumber { |
|
42 | 42 | <div id="main" class="contained"> |
43 | 43 | <div id="doc" class="doc"> |
44 | 44 | <div id="header"> |
45 | | -<h1>springdoc-openapi v3.0.0-RC1</h1> |
| 45 | +<h1>springdoc-openapi v3.0.0</h1> |
46 | 46 | <div id="toc" class="toc2"> |
47 | 47 | <div id="toctitle">Table of Contents</div> |
48 | 48 | <ul class="sectlevel1"> |
@@ -293,7 +293,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin |
293 | 293 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
294 | 294 | <groupId>org.springdoc</groupId> |
295 | 295 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
296 | | - <version>3.0.0-RC1</version> |
| 296 | + <version>3.0.0</version> |
297 | 297 | </dependency></code></pre> |
298 | 298 | </div> |
299 | 299 | </div> |
@@ -401,7 +401,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support">< |
401 | 401 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
402 | 402 | <groupId>org.springdoc</groupId> |
403 | 403 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId> |
404 | | - <version>3.0.0-RC1</version> |
| 404 | + <version>3.0.0</version> |
405 | 405 | </dependency></code></pre> |
406 | 406 | </div> |
407 | 407 | </div> |
@@ -453,7 +453,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support" |
453 | 453 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
454 | 454 | <groupId>org.springdoc</groupId> |
455 | 455 | <artifactId>springdoc-openapi-starter-webflux-api</artifactId> |
456 | | - <version>3.0.0-RC1</version> |
| 456 | + <version>3.0.0</version> |
457 | 457 | </dependency></code></pre> |
458 | 458 | </div> |
459 | 459 | </div> |
@@ -1028,7 +1028,7 @@ <h3 id="springdoc-openapi-bom"><a class="anchor" href="#springdoc-openapi-bom">< |
1028 | 1028 | <dependency> |
1029 | 1029 | <groupId>org.springdoc</groupId> |
1030 | 1030 | <artifactId>springdoc-openapi-bom</artifactId> |
1031 | | - <version>3.0.0-RC1</version> |
| 1031 | + <version>3.0.0</version> |
1032 | 1032 | <type>pom</type> |
1033 | 1033 | <scope>import</scope> |
1034 | 1034 | </dependency> |
@@ -2133,7 +2133,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring |
2133 | 2133 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
2134 | 2134 | <groupId>org.springdoc</groupId> |
2135 | 2135 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
2136 | | - <version>3.0.0-RC1</version> |
| 2136 | + <version>3.0.0</version> |
2137 | 2137 | </dependency></code></pre> |
2138 | 2138 | </div> |
2139 | 2139 | </div> |
@@ -4449,7 +4449,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"> |
4449 | 4449 | <p><code>springdoc-openapi 3.x</code> is compatible with <code>spring-boot 4</code>.</p> |
4450 | 4450 | </div> |
4451 | 4451 | <div class="paragraph"> |
4452 | | -<p>In general, <strong>you should only pick the last stable version as per today 3.0.0-RC1.</strong></p> |
| 4452 | +<p>In general, <strong>you should only pick the last stable version as per today 3.0.0.</strong></p> |
4453 | 4453 | </div> |
4454 | 4454 | <div class="paragraph"> |
4455 | 4455 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p> |
|
0 commit comments