Hacker News new | ask | show | jobs
by doliveira 1663 days ago
My (admittedly not huge) experience with Quarkus would tell me that GraalVM is nowhere near ready, most specifically because of reflection.
1 comments

You either plan your work around zero reflection Java or pray to whatever god that your code passes.

At that point why even bother with Java or native images.