-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Known GraalVM Native Image Limitations
Andy Wilkinson edited this page Nov 17, 2022
·
8 revisions
This page documents known limitations of generating native images with GraalVM .
-
Signed JARs are not supported, see spring-framework#29019
-
Mockito is not supported yet, see #32195
-
Buildpacks do not yet have official support for building images for ARM. Instructions for creating your own ARM-compatible builder are available.