]
Sebastian Łaskawiec updated ISPN-6595:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Simplify CDI default bean implementation
----------------------------------------
Key: ISPN-6595
URL:
https://issues.jboss.org/browse/ISPN-6595
Project: Infinispan
Issue Type: Enhancement
Components: CDI Integration
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Fix For: 9.0.0.Alpha3, 9.0.0.Final
The main idea is to remove {{DefaultEmbeddedCacheManagerProducer}} and add them only if
necessary (we can check that by {{BeanManager.getBeans(EmbeddedCacheManager.class)}} ) in
{{AfterBeanDiscovery}}.