]
Martin Kouba commented on CDI-573:
----------------------------------
CDI SE Bootstrap API is not in a usable state since 2.0-EDR2. This is a regression
introduced by this commit:
Note that the bootstrap API will be most probably completely replaced anyway.
Review code of CDI class to switch to ServiceLoader
---------------------------------------------------
Key: CDI-573
URL:
https://issues.jboss.org/browse/CDI-573
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Concepts
Affects Versions: 2.0-EDR1
Reporter: Antoine Sabot-Durand
Assignee: Antoine Sabot-Durand
Fix For: 2.0 (proposed)
Right now {{CDI}} seems to mimics the JDK service loader mechanism in the the private
{{findAllProviders}} method.
In order to get rid of useless code in the API and to limit compatibility issues with
JDK9 and jigsaw, I think we should change this code and use Service Loader instead of
doing something similar.