Skip to content

Commit 159c94a

Browse files
committed
Update docs.
1 parent 41c779f commit 159c94a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/modules/ROOT/pages/server/aot-and-native-image-support.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
= AOT and Native Image Support
33
:page-section-summary-toc: 1
44

5-
Since `4.0.0`, Spring Cloud Config Server supports Spring AOT transformations. As of `4.1.0` it also supports GraalVM native images.
5+
Since `4.0.0`, Spring Cloud Config Server supports Spring AOT transformations. As of `4.1.0` it also supports GraalVM native images, however it requires the user to add some workarounds for known GraalVM issues, as described below.
66

77
====
88
@@ -19,6 +19,7 @@ Since handling `FileSystemProvider` has not yet been properly addressed in Graal
1919
--initialize-at-run-time=org.bouncycastle.jcajce.provider.drbg.DRBG$NonceAndIV
2020
----
2121
22+
NOTE:: Adding the additional build time initializations can affect performance, but it still may offer gains as compared to a regular JVM run. Make sure to measure and compare for your application.
2223
2324
====
2425

0 commit comments

Comments
 (0)