I&#39;ve been playing with weld-test, and it&#39;d be neat if a test could specify which Extensions it&#39;d like to use (in an annotation or via dsl-ish config).  <br><br>But it seems WeldBootstrap is directly using a DefaultServiceLoader to find them.<br>
<br>So, could this be abstracted into an ExtensionLoaderService interface / DefaultServiceExtensionLoaderService impl?  Then tests could set up their own ExtensionLoaderService.<br><br>-Matt<br>