IntelliJ IDEA 2017.1.5
JRebel Agent 7.0.12 (201707101444)
Gradle 4.0.1
Groovy 2.4.11
Spring Boot Gradle Plugin 1.5.4
When I start up the application, breakpoints in my REST methods work fine. When I make a change and recompile using IntelliJ, I see JRebel: Reloading class in my console. Now breakpoints are no longer hit, but my code changes are indeed taking effect.
Other remarks:
Enable hot-swap agent for Groovy code is disabled.