
Update reference documentation with a new "native image" section. This commit includes some work derived from the "Spring Native" project documentation written by Andy Clement, Sébastien Deleuze, Filip Hanik, Dave Syer, Esteban Ginez, Jay Bryant, Brian Clozel, Stéphane Nicoll, and Josh Long. Closes gh-32582 Co-authored-by: Moritz Halbritter <mkammerer@vmware.com>
17 lines
617 B
Plaintext
17 lines
617 B
Plaintext
[[native-image]]
|
|
= GraalVM Native Image Support
|
|
include::attributes.adoc[]
|
|
|
|
https://www.graalvm.org/native-image/[GraalVM Native Images] are standalone executables that can be generated by processing compiled Java applications ahead-of-time.
|
|
Native Images generally have a smaller memory footprint and start faster than their JVM counterparts.
|
|
|
|
include::native-image/introducing-graalvm-native-images.adoc[]
|
|
|
|
include::native-image/developing-your-first-application.adoc[]
|
|
|
|
include::native-image/testing-native-applications.adoc[]
|
|
|
|
include::native-image/advanced-topics.adoc[]
|
|
|
|
include::native-image/whats-next.adoc[]
|