-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
9.0.0.Final
-
None
Trigger: http://stackoverflow.com/q/31263272/157882
The below example bean whose unqualified name starts with more than two capitals
@Named public class FOOBean {}
is incorrectly registered with managed bean name of "fOOBean" instead of "FOOBean".
It worked fine in 9.0.0.CR2.
- is related to
-
WELD-1983 Document org.jboss.weld.bean.defaultNamesFollowJavaBeanRules configuration property
- Resolved