Details
-
Type:
Enhancement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2.3.4.Final, 3.0.0.Alpha16
-
Component/s: None
-
Labels:None
Description
Sometimes it's really hard to find a problem if multiple extensions participate during bootstrap. Therefore, it might be useful to add some debug logging for important actions performed by extensions:
- ProcessAnnotatedType.setAnnotatedType()
- ProcessBeanAttributes.setBeanAttributes()
- ProcessInjectionPoint.setInjectionPoint()
- ProcessInjectionTarget.setInjectionTarget()
- ProcessProducer.setProducer()
- AfterTypeDiscovery.addAnnotatedType()
- AfterBeanDiscovery.add*()
- BeforeBeanDiscovery.add*()