You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For CDI 4.0, we have to add beans_4_0.xsd. I'm filing this issue to highlight that we should adjust the XSD documentation to point out that in CDI Lite environments, only bean-discovery-mode is observed (and all is not a valid value); everything else is ignored.
The XSD documentation also doesn't mention anything about empty beans.xml. If we go with making annotated the default in case of empty beans.xml, maybe we should mention that in the XSD?
The text was updated successfully, but these errors were encountered:
* Add a beans_4_0.xsd file and document changes in CDI Lite and default beans-discovery-mode
Addresses #497
Signed-off-by: Scott M Stark <starksm64@gmail.com>
For CDI 4.0, we have to add
beans_4_0.xsd
. I'm filing this issue to highlight that we should adjust the XSD documentation to point out that in CDI Lite environments, onlybean-discovery-mode
is observed (andall
is not a valid value); everything else is ignored.The XSD documentation also doesn't mention anything about empty
beans.xml
. If we go with makingannotated
the default in case of emptybeans.xml
, maybe we should mention that in the XSD?The text was updated successfully, but these errors were encountered: