Subject: Alternative to Spring Loaded for Hot Relo...
# community-support
l
Subject: Alternative to Spring Loaded for Hot Reloading in Grails 6.2.1 with Java 17 and Gradle 7.6.4. Hello Community, I'm currently working on a Grails 6.2.1 project using Java 17 and Gradle 7.6.4. In my previous projects with Grails 5.3.5 and Java 8, I used Spring Loaded for hot reloading, which helped me reflect backend and frontend changes quickly. However, Spring Loaded is not compatible with Java 17. Currently, changes to both the backend and frontend are not reflecting as fast as I would like during development. I was wondering if there is an alternative to Spring Loaded that supports Java 17 and works effectively with Grails 6.2.1 and Gradle 7.6.4. Any suggestions or best practices for achieving fast reload times would be greatly appreciated! Thank you!
c
does your? grails use spring boot? spring boot has hot reloading built in, at least when devtools is on the classpath. There's even a way to push updates to server IIRC
it also suggests JRebel if its support is insufficient. This is really a grails/spring question though. I don't know anything about grails
l
@Caleb Cushing yeah it uses spring boot . any by the way i am facing the issue while development . thanks for your response .