architecture

2020-11-19T03:35:08.317900Z

I tried it, pretty easy.

2020-11-19T03:35:40.318100Z

There's a few gotchas, and mostly it doesn't support all code that can run on the JVM, so part of it is avoiding using things it can't compile.

Ben Sless 2020-11-19T07:06:53.318600Z

one gotcha is making sure you don't have SSL providers compiled on the heap when building the image (so if you're using httpkit make sure to use version 2.4.0 or greater, for example)

Ben Sless 2020-11-19T07:08:12.318800Z

And remember to direct link your jar