Description
Currently, the parent classloader is not used in the BeanManagerProvider. In certain SE scenarios, when packaging a test with shrinkwrap, the parent classloader is required as the shrinkwrap classloader is only used during packaging and not runtime.
This change adds an extra map entry for the parent classloader so that the app classloader can bring in the provider.
Attachments
Issue Links
- relates to
-
DELTASPIKE-771 BeanManagerProvider#getBeanManagerInfo(ClassLoader) wipes out info for parent CL
- Closed