javalin / website

Javalin website source code
https://javalin.io
36 stars 88 forks source link

fix graalvm tutorial #187

Open tipsy opened 1 year ago

zugazagoitia commented 1 year ago

I finally had a look into it today, and there's no way I'm supporting windows 🥵. It will have to be docker only

tipsy commented 1 year ago

Fair enough 😅

zugazagoitia commented 1 year ago

Fair enough 😅

I don't know what's your opinion, but users would need to both install the Visual Studio SDK/Windows SDK and use a specific terminal to achieve it. I might just support some dockerfiles that automate everything, and mention that Linux makes it easier.

tipsy commented 1 year ago

I might just support some dockerfiles that automate everything, and mention that Linux makes it easier.

I really do think that's fair, if it wasn't clear. Anything you can do to improve this tutorial is welcome :)

tipsy commented 1 year ago

I just spoke to the GraalVM lead yesterday, he said he would look at updating the tutorial 🤞

pompiuses commented 1 year ago

Oracle just announced a new Oracle GraalVM distribution. It's released under the GraalVM Free Terms and Conditions (GFTC) license. This means that you can use all features previous available only for the enterprise edition for free. It'd be nice if the tutorial includes the Oracle GraalVM Native Image since it has much better performance than the previous GraalVM CE Native Image.

Source: https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5