Core concept
native-image -H:Name=app -jar myapp.jarAdvertisement
How it works
Reflection + dynamic loading limits. Build time long.
Advertisement
Trade-offs + gotchas
Serverless (Lambda). CLI tools.
native-image -H:Name=app -jar myapp.jarReflection + dynamic loading limits. Build time long.
Serverless (Lambda). CLI tools.