Hi all! I would like to ask what is the status of ...
# questions
l
Hi all! I would like to ask what is the status of hot reloading in Grails 7? I think it was using SpringLoaded before M4 and in M4 spring-boot-devtools were added and now the app is being restarted after every controller change. Is this intentional?
j
SpringLoaded was not in generated applications for 6.2.x or 7.0.x, including snapshots. https://github.com/spring-projects/spring-loaded - I believe it was abandoned due to a legal threat from a commercial vendor. spring-boot-devtools is a non-default, optional feature on start.grails.org. I have used it in 5 & 6 extensively and it works well until you have a very large Grails apps. It should work the same in Grails 7. https://docs.spring.io/spring-boot/reference/using/devtools.html Hotswap agent, which is likely the most powerful solution, still needs some work. We need someone to iron out the details, update the docs and create PRs for any changes in forge and profile generators for the optional features. https://github.com/orgs/apache/projects/487/views/1?filterQuery=hotswap
👍 1