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
Copy file name to clipboardExpand all lines: docs/features.html
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -430,8 +430,10 @@ <h3 id="_exposing_swagger_ui_on_the_actuator_port">Exposing swagger-ui on the Ac
430
430
<divclass="sect2">
431
431
<h3id="_graalvm_and_spring_native_for_native_images">GraalVM and spring-native for native images</h3>
432
432
<divclass="paragraph">
433
-
<p><code>springdoc-openapi</code>, supports out of the box <ahref="https://www.graalvm.org/">GraalVM</a> native images.
434
-
If the application uses <ahref="https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/">spring-native</a>, there is no additional configuration required to enable the support of native images.</p>
433
+
<p><code>springdoc-openapi</code>, supports out of the box <ahref="https://www.graalvm.org/">GraalVM</a> native images.</p>
434
+
</div>
435
+
<divclass="paragraph">
436
+
<p>If the application uses <ahref="https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/">spring-native</a>, there is no additional configuration required to enable the support of native images.</p>
435
437
</div>
436
438
<divclass="admonitionblock note">
437
439
<table>
@@ -441,7 +443,6 @@ <h3 id="_graalvm_and_spring_native_for_native_images">GraalVM and spring-native
441
443
</td>
442
444
<tdclass="content">
443
445
The url of the swagger-ui using native images, contains the version of the swagger-ui as well. This is related to the following enhancement request in GraalVM <ahref="https://github.com/oracle/graal/issues/1108">#1108</a>:
444
-
This will help <code>webjars-locator</code> find assets in <code>/META-INF/resources/webjars</code>.
445
446
</td>
446
447
</tr>
447
448
</table>
@@ -471,7 +472,7 @@ <h3 id="_integration_with_wildfly">Integration with WildFly</h3>
<h3id="graalvm-and-spring-native-for-native-images"><aclass="anchor" href="#graalvm-and-spring-native-for-native-images"></a>4.9. GraalVM and spring-native for native images</h3>
908
908
<divclass="paragraph">
909
-
<p><code>springdoc-openapi</code>, supports out of the box <ahref="https://www.graalvm.org/">GraalVM</a> native images.
910
-
If the application uses <ahref="https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/">spring-native</a>, there is no additional configuration required to enable the support of native images.</p>
909
+
<p><code>springdoc-openapi</code>, supports out of the box <ahref="https://www.graalvm.org/">GraalVM</a> native images.</p>
910
+
</div>
911
+
<divclass="paragraph">
912
+
<p>If the application uses <ahref="https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/">spring-native</a>, there is no additional configuration required to enable the support of native images.</p>
The url of the swagger-ui using native images, contains the version of the swagger-ui as well. This is related to the following enhancement request in GraalVM <ahref="https://github.com/oracle/graal/issues/1108">#1108</a>:
920
-
This will help <code>webjars-locator</code> find assets in <code>/META-INF/resources/webjars</code>.
Copy file name to clipboardExpand all lines: src/docs/asciidoc/features.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,10 +238,10 @@ Note: The naming of these new endpoints beneath the actuator base path cannot be
238
238
239
239
=== GraalVM and spring-native for native images
240
240
`springdoc-openapi`, supports out of the box https://www.graalvm.org/[GraalVM] native images.
241
+
241
242
If the application uses https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/[spring-native], there is no additional configuration required to enable the support of native images.
242
243
243
244
NOTE: The url of the swagger-ui using native images, contains the version of the swagger-ui as well. This is related to the following enhancement request in GraalVM https://github.com/oracle/graal/issues/1108[#1108]:
244
-
This will help `webjars-locator` find assets in `/META-INF/resources/webjars`.
0 commit comments