jhipster / generator-jhipster-micronaut

Micronaut blueprint for JHipster
Apache License 2.0
98 stars 27 forks source link

JHipster Micronaut can't build native image #115

Open nikoma opened 3 years ago

nikoma commented 3 years ago

It would be great if you could create a GraalVM native image or native config with the generator. (perhaps a flag like --native) GraalVM native images are an incredible low memory footprint and a sub-second startup time. Perfect for Docker as well as serverless functions. I read an article about jHipster with quarkus and GraalVM native. It would be great if we could do the same with micronaut. https://www.linkedin.com/pulse/jhipster-quarkus-demo-app-stephan-janssen/

agilob commented 3 years ago

Can you assign this to me pls? I have a working prototype. I might be able to open PR today

atomfrede commented 3 years ago

:tada: Awesome!

mraible commented 2 years ago

Increased bounty to 500.

mraible commented 2 years ago

FWIW, I plan to fix this in April. If you fix it before I do, you win 500 USD!

kevintanhongann commented 1 year ago

If nobody is looking at this, I'll take it on. I could use some quick cash. But let me double confirm with you guys again. Or are you looking at it these days? @mraible

atomfrede commented 1 year ago

Please go ahead. I guess it should be easier after update to micronaut 3.x, so maybe start after the update is merged or start with your update branch.