Skip to content

Commit 561c386

Browse files
committed
doc update
1 parent 06862e4 commit 561c386

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

docs/v2/faq.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,6 +1789,17 @@ <h3 id="_customizing_swagger_static_resources"><a class="anchor" href="#_customi
17891789
<div class="paragraph">
17901790
<p>Illustrative example</p>
17911791
</div>
1792+
</div>
1793+
<div class="sect2">
1794+
<h3 id="_is_graalvm_supported"><a class="anchor" href="#_is_graalvm_supported"></a>Is GraalVM supported ?</h3>
1795+
<div class="paragraph">
1796+
<p>The native support available added in spring-boot 3.
1797+
If you have some time, do not hesitate to test it before the next release.</p>
1798+
</div>
1799+
<div class="paragraph">
1800+
<p>For the OpenAPI REST endpoints, you just need to build your application with the spring <code>native</code> profile.
1801+
For the UI, you will have to add <code>springdoc.enable-native-support=true</code>. This is mainly related to <a href="https://github.com/webjars/webjars-locator-core/issues/96" class="bare">https://github.com/webjars/webjars-locator-core/issues/96</a></p>
1802+
</div>
17921803
<div class="imageblock">
17931804
<div class="content">
17941805
<img src="img/static_content_transformation.png" alt="Illustrative example">
@@ -1858,7 +1869,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18581869
</div>
18591870
<div id="footer">
18601871
<div id="footer-text">
1861-
Last updated 2022-11-25 15:05:37 +0100
1872+
Last updated 2022-12-09 23:23:59 +0100
18621873
</div>
18631874
</div>
18641875
</div>

docs/v2/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ <h1>springdoc-openapi v2.0.0</h1>
181181
<li><a href="#how-can-i-define-different-schemas-for-the-same-class">13.74. How can i define different schemas for the same class?</a></li>
182182
<li><a href="#how-can-i-define-different-description-for-a-class-attribute-depending-on-usage">13.75. How can i define different description for a class attribute depending on usage?</a></li>
183183
<li><a href="#customizing-swagger-static-resources">13.76. Customizing swagger static resources</a></li>
184-
<li><a href="#what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">13.77. What is the compatibility matrix of <code>springdoc-openapi</code> with <code>spring-boot</code> ?</a></li>
184+
<li><a href="#is-graalvm-supported">13.77. Is GraalVM supported ?</a></li>
185+
<li><a href="#what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">13.78. What is the compatibility matrix of <code>springdoc-openapi</code> with <code>spring-boot</code> ?</a></li>
185186
</ul>
186187
</li>
187188
</ul>
@@ -4265,14 +4266,25 @@ <h3 id="customizing-swagger-static-resources"><a class="anchor" href="#customizi
42654266
<div class="paragraph">
42664267
<p>Illustrative example</p>
42674268
</div>
4269+
</div>
4270+
<div class="sect2">
4271+
<h3 id="is-graalvm-supported"><a class="anchor" href="#is-graalvm-supported"></a>13.77. Is GraalVM supported ?</h3>
4272+
<div class="paragraph">
4273+
<p>The native support available added in spring-boot 3.
4274+
If you have some time, do not hesitate to test it before the next release.</p>
4275+
</div>
4276+
<div class="paragraph">
4277+
<p>For the OpenAPI REST endpoints, you just need to build your application with the spring <code>native</code> profile.
4278+
For the UI, you will have to add <code>springdoc.enable-native-support=true</code>. This is mainly related to <a href="https://github.com/webjars/webjars-locator-core/issues/96" class="bare">github.com/webjars/webjars-locator-core/issues/96</a></p>
4279+
</div>
42684280
<div class="imageblock">
42694281
<div class="content">
42704282
<img src="img/static_content_transformation.png" alt="Illustrative example">
42714283
</div>
42724284
</div>
42734285
</div>
42744286
<div class="sect2">
4275-
<h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"><a class="anchor" href="#what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"></a>13.77. What is the compatibility matrix of <code>springdoc-openapi</code> with <code>spring-boot</code> ?</h3>
4287+
<h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"><a class="anchor" href="#what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"></a>13.78. What is the compatibility matrix of <code>springdoc-openapi</code> with <code>spring-boot</code> ?</h3>
42764288
<div class="paragraph">
42774289
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
42784290
</div>

src/docs/asciidoc/v2/faq.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,13 @@ public class OpenApiConfig {
913913

914914
Illustrative example
915915

916+
=== Is GraalVM supported ?
917+
The native support available added in spring-boot 3.
918+
If you have some time, do not hesitate to test it before the next release.
919+
920+
For the OpenAPI REST endpoints, you just need to build your application with the spring `native` profile.
921+
For the UI, you will have to add `springdoc.enable-native-support=true`. This is mainly related to https://github.com/webjars/webjars-locator-core/issues/96
922+
916923
image::img/static_content_transformation.png[Illustrative example]
917924

918925
=== What is the compatibility matrix of `springdoc-openapi` with `spring-boot` ?

0 commit comments

Comments
 (0)