Skip to content

Commit ae12e36

Browse files
committed
Update documentation for release 1.5.9
1 parent f72d674 commit ae12e36

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

docs/features.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,10 @@ <h3 id="_exposing_swagger_ui_on_the_actuator_port">Exposing swagger-ui on the Ac
430430
<div class="sect2">
431431
<h3 id="_graalvm_and_spring_native_for_native_images">GraalVM and spring-native for native images</h3>
432432
<div class="paragraph">
433-
<p><code>springdoc-openapi</code>, supports out of the box <a href="https://www.graalvm.org/">GraalVM</a> native images.
434-
If the application uses <a href="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 <a href="https://www.graalvm.org/">GraalVM</a> native images.</p>
434+
</div>
435+
<div class="paragraph">
436+
<p>If the application uses <a href="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>
435437
</div>
436438
<div class="admonitionblock note">
437439
<table>
@@ -441,7 +443,6 @@ <h3 id="_graalvm_and_spring_native_for_native_images">GraalVM and spring-native
441443
</td>
442444
<td class="content">
443445
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 <a href="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>.
445446
</td>
446447
</tr>
447448
</table>
@@ -471,7 +472,7 @@ <h3 id="_integration_with_wildfly">Integration with WildFly</h3>
471472
</div>
472473
<div id="footer">
473474
<div id="footer-text">
474-
Last updated 2021-05-23 15:43:16 +0200
475+
Last updated 2021-05-23 15:48:25 +0200
475476
</div>
476477
</div>
477478
<link rel="stylesheet" href="js/highlight/styles/github.min.css">

docs/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,10 @@ <h3 id="exposing-swagger-ui-on-the-actuator-port"><a class="anchor" href="#expos
906906
<div class="sect2">
907907
<h3 id="graalvm-and-spring-native-for-native-images"><a class="anchor" href="#graalvm-and-spring-native-for-native-images"></a>4.9. GraalVM and spring-native for native images</h3>
908908
<div class="paragraph">
909-
<p><code>springdoc-openapi</code>, supports out of the box <a href="https://www.graalvm.org/">GraalVM</a> native images.
910-
If the application uses <a href="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 <a href="https://www.graalvm.org/">GraalVM</a> native images.</p>
910+
</div>
911+
<div class="paragraph">
912+
<p>If the application uses <a href="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>
911913
</div>
912914
<div class="admonitionblock note">
913915
<table>
@@ -917,7 +919,6 @@ <h3 id="graalvm-and-spring-native-for-native-images"><a class="anchor" href="#gr
917919
</td>
918920
<td class="content">
919921
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 <a href="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>.
921922
</td>
922923
</tr>
923924
</table>

src/docs/asciidoc/features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ Note: The naming of these new endpoints beneath the actuator base path cannot be
238238

239239
=== GraalVM and spring-native for native images
240240
`springdoc-openapi`, supports out of the box https://www.graalvm.org/[GraalVM] native images.
241+
241242
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.
242243

243244
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`.
245245

246246
=== Integration with WildFly
247247

0 commit comments

Comments
 (0)