-
Bug
-
Resolution: Done
-
Major
-
2.0.0.SP1
-
None
-
None
We use CDI extensively in our application.
On performance testing, we see a lot of instances of WeldInterceptorClassMetaData retained in the heap.
This is residing in the old generation and does not let the GC reclaim any memory.
The CDI scopes used in the application -
RequestScope
SessionScope
ViewScope