Thanks to <@U07LZCLMQ> we now have Live Reloading ...
# general
s
Thanks to @davydotcom we now have Live Reloading in Grails 7. Here is how to get Grails 7 downloaded and running with the HotSwap Agent

https://youtu.be/Fz_sKuZ-ytg

🚀 12
partygrails 10
g
This is fantastic! Thrilled getting this power back, or why dynamic?
s
@scott @davydotcom would it be possible to have it for Grails 6.x as well?
d
no
it requires removal of micronaut which is part of 7, sorry
s
@davydotcom Ahh thanks! but any workaround solution for Grails 6 ? Spring-dev-tool does restart which is making DEV time alot more.
u
Cool ! That awesome. Hi everyone, I'm currently using Grails 6.x but have been facing some issues, particularly with reloading. I was wondering if Grails 7 has been released, and if so, how can I upgrade to it? I'm hoping that switching to Grails 7 might resolve some of the reloading issues I've been encountering.
o
Fantastic work, it so cool to see this! I am getting excited again!
s
7.0 M1 end of a this month when Spring Boot 3.4 is released
🚀 1
p
@scott what's the "80% EXECUTING" message from? I think in Grails 5 I had that message popping up again and again and the only way of stopping it was by running "./gradlew bootRun --console=plain" though I'm not sure if that will allow the reloading agent to work. Thanks for the great work to all the community!
s
@pablo.pazos offhand, I think it is an artifact of running from inside the wrapper (grailsw). --console plain should not impact live reloading.
p
thanks, I know it doesn't have to do with the reloading thing, it's just a little annoying
though would the reloading work if I run grails with "./gradlew bootRun --console=plain"?
s
yes, it will work with console plain
p
cool, thanks!