]
nathan dennis commented on CDI-395:
-----------------------------------
Antoine... "bring more problems" .... truer words were never spoken.
Public fields in extensions should not be allowed
-------------------------------------------------
Key: CDI-395
URL:
https://issues.jboss.org/browse/CDI-395
Project: CDI Specification Issues
Issue Type: Clarification
Components: Portable Extensions
Affects Versions: 1.1.PFD
Reporter: Marko Lukša
Since the container must provide an @ApplicationScoped bean for every extension and since
a proxy must be injected into injection points requesting this bean, it should be clear
that extensions should not be allowed to have public fields. The spec doesn't specify
this explicitly, but it should - like it does for non-dependent managed beans.
The container should treat this as a definition error, otherwise people may end up
accessing these public fields of extensions and getting weird errors.
See also WELD-1474
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: