|
This happens in e.g WithAnnotationsAppliedToIllegalContainerLifecycleEventParameterTest
Our container blows up with the expected DefinitionException. But if we detect a failure in an Extension, we stop the whole deployment. Thus the CDIInjectionEnricher called a bit later will fail, which is perfectly fine.
|