Vaadin Flow app as native image

I’m lazy today :sweat_smile:

What’s the state of native images and Vaadin Flow?

Should just work for the basic framework as long as you build using the production profile: Native Image Compilation | Deploying to Production | Vaadin Docs

If you use something that requires reflection (grid, binder etc), add a @RegisterReflectionForBinding annotation.

1 Like

Your second paragraph sounds like the perfect addition for the docs :grin:

1 Like

Indeed. Not sure why I didn’t add it there in the first place :thinking:

1 Like
2 Likes