-
Feature Request
-
Resolution: Done
-
Major
-
1.1.PRD
-
None
-
None
-
Release Notes
The current version of the spec introduces support for scanning of enums and injection into enums.
I discussed this with Pete and Stuart this week and the conclusion was that it is probably a mistake.
There is a problem with the injection part if the enum is shared across multiple CDI applications. If we dropped the injection part, the scanning and processing part themselves does not make much sense as the result of scanning would not be processed by CDI anyhow. However, it is convenient for some extensions to have enums scanned.
- relates to
-
CDITCK-288 Remove tests for enum support
- Resolved