I'm trying to figure out why JRebel doesnt reload @Controllers/ @RequestMappings. Whenever i change a requestmapping, or add a new one, JRebel does pick up the change:
JRebel: Reloading class 'apps.myapp.controllers.SomeController'.
But the change is not propagated to the JRebel Spring plugin.
What might be causing this?