-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
11.0.0.Beta1
-
None
Doing CDI.current().select(MyDependentBean.class) gives you a bean which might not always be correctly destroyed on shutdown.
The spec does not clearly state what should happen with these instances but it makes sense to properly dispose of them on shutdown. See WELD-2413 for background information.
- relates to
-
WELD-2413 @Dependent bean instance created through javax.enterprise.inject.spi.CDI not always destroyed during shutdown
- Open