Quick question as Grails 7 is totally spring boot ...
# questions
g
Quick question as Grails 7 is totally spring boot based, can it be using GraalVM to build a native image?
j
I don't think being totally Spring based solves the challenges. Grails depends on a lot of Groovy's dynamic dispatch and reflection for example.
g
@jeffscottbrown Thanks, @James Fredley Thanks.