I am working with a Java/Maven/Spring application stack, using Eclipse and m2e integration. Everything works well for the most part but it is slightly annoying that the default behaviour is to restart the whole application context in the servlet container when a class is recompiled.
In previous application stacks I've worked with I've been able to have app contexts remain running and classes hot deploy when running in debug mode (using Jetty, so long as the method signatures don't change).
Is this not something that is readily supported with m2e integration?