-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
When using @Dependent scoped CDI beans as tasks or events we need to properly destroy them via Bean<T>#destroy. This will invoke any @PreDestroy methods on those beans and also eventually cleanup all interceptors, decorators and subsequently injected @Dependent scoped beans.
The same might happen to Spring beans as well, but have not yet checked.
This is the controller panel for Smart Panels app
- depends on
-
CAM-2394 Replace homegrown ProgrammaticBeanLookup with DeltaSpike BeanProvider
- Closed