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: spring-graphql-docs/modules/ROOT/pages/graalvm-native.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
4
4
Spring Framework 6.0 introduced the support infrastructure for compiling Spring applications to https://www.graalvm.org/22.3/reference-manual/native-image/[GraalVM Native images].
5
5
If you are not familiar with GraalVM in general, how this differs from applications deployed on the JVM and what it means for Spring application,
6
-
please refer to the dedicated {spring-boot-ref-docs}/reference/native-image/introducing-graalvm-native-images.html[Spring Boot 3.x GraalVM Native Image support documentation].
6
+
please refer to the dedicated {spring-boot-ref-docs}/reference/packaging/native-image/introducing-graalvm-native-images.html[Spring Boot 3.x GraalVM Native Image support documentation].
7
7
Spring Boot also documents the https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-with-GraalVM[know limitations with the GraalVM support in Spring].
8
8
9
9
10
10
[[graalvm.graphql-java]]
11
11
== GraphQL Java metadata
12
12
13
-
Since the {spring-boot-ref-docs}/reference/native-image/introducing-graalvm-native-images.html#native-image.introducing-graalvm-native-images.key-differences-with-jvm-deployments[static analysis of your application is done at build time],
13
+
Since the {spring-boot-ref-docs}/reference/packaging/native-image/introducing-graalvm-native-images.html#native-image.introducing-graalvm-native-images.key-differences-with-jvm-deployments[static analysis of your application is done at build time],
14
14
GraalVM might need extra hints if your application is looking up static resources, performing reflection or creating JDK proxies at runtime.
15
15
16
16
GraphQL Java is performing three tasks at runtime that Native Images are sensible to:
0 commit comments