-
Notifications
You must be signed in to change notification settings - Fork 585
Native image
Tomas Langer edited this page Nov 5, 2019
·
17 revisions
Helidon supports ahead of time compilation using GraalVM native image.
The following table shows support of native-image in Helidon modules (all module names are prefixed with helidon-).
Status:
✅ - native-image is supported and tested
👍 - native-image should work, not part of regular tests (yet)
⏳ - native-image does not work (and we are working on it!)
🛑 - native-image does not work (and will not work for now)
| Module | Description |
native-image status |
|---|---|---|
webserver |
HTTP server | ✅ |
config |
Configuration | ✅ |
config-yaml |
YAML file support | ✅ |
config-object-mapping |
Object mapping support | 🛑 |
tracing |
Tracing builder | ✅ |
tracing-zipkin |
Zipkin tracing support | 👍 |
tracing-jaeger |
Jaeger tracing support | 👍 |
microprofile-server |
MicroProfile server | ⏳ |