Hacker News new | ask | show | jobs
by fesc 1389 days ago
I think right now this Isn’t possible with “normal” Spring because Spring and various other libraries you’ll normally use make heavy use of reflection.

Frameworks like Quarkus and Micronaut have been written with native in mind and I think Spring is also working on it (Spring Native).

1 comments

Thank you for the suggestions I'll take a peek at them!