We have an application that uses weld-se for CDI. For our JUnit tests, we fire up a new weld container using the following trick: WeldJUnit4Runner
Since we have a lot of tests, running them gets to take a long time every time Weld has to startup and initialize itself. Is there any way to "reset" weld, so that we can get a fresh WeldContainer without Weld having to re-scan the whole classpath every time?