Recently jrebel has started reloading all of the classes in our project when we make a jersey request as well as when we shut down. It doesn't seem to be every request but if you wait a while between requests it is almost guaranteed to happen.
It just loops over every class in the project and reloads it - I had to bump the permgen because it was blowing past that.
Any ideas on what to check that may have changed that would cause this to happen all of the sudden?