-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
2.0.0.Final
-
None
Micro benchmarks on EJB local session beans have regressed by 30% because of implicit CDI.
The problem is that the WeldListener requestInitialized() and requestDestroyed() methods are consuming large amounts of CPU. These are all simple requests to call a business method on a stateless bean.