You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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
+
<divclass="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 <ahref="https://github.com/webjars/webjars-locator-core/issues/96" class="bare">https://github.com/webjars/webjars-locator-core/issues/96</a></p>
<li><ahref="#how-can-i-define-different-schemas-for-the-same-class">13.74. How can i define different schemas for the same class?</a></li>
182
182
<li><ahref="#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>
<li><ahref="#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><ahref="#is-graalvm-supported">13.77. Is GraalVM supported ?</a></li>
185
+
<li><ahref="#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>
<h3id="is-graalvm-supported"><aclass="anchor" href="#is-graalvm-supported"></a>13.77. Is GraalVM supported ?</h3>
4272
+
<divclass="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
+
<divclass="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 <ahref="https://github.com/webjars/webjars-locator-core/issues/96" class="bare">github.com/webjars/webjars-locator-core/issues/96</a></p>
<h3id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"><aclass="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
+
<h3id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"><aclass="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>
4276
4288
<divclass="paragraph">
4277
4289
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
Copy file name to clipboardExpand all lines: src/docs/asciidoc/v2/faq.adoc
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -913,6 +913,13 @@ public class OpenApiConfig {
913
913
914
914
Illustrative example
915
915
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
0 commit comments