Hi,
since upgrading from Spring 3.0.6.RELEASE to 3.1.0.RELEASE the startup time of our application has multiplied by 3 or 4 (local, with Tomcat 7). Is anybody else experiencing this?
I suspect the new SpringServletContainerInitializer, because after it hangs for a long time, the output says: INFO: No Spring WebApplicationInitializer types detected on classpath.
Is there a way to disable the scanning?
Best, Thomas.

