javaee / javaee-spec

Java EE Platform Specification
https://javaee.github.io/javaee-spec
Other
389 stars 69 forks source link

Update for JSF in JAVAEE 8 Platform Specification Table EE.5-1 #62

Open pnicolucci opened 6 years ago

pnicolucci commented 6 years ago

The JAVAEE 8 Platform Specification Table EE.5-1 lists the following:

JSF managed classesb Standard

b.See the JSF specification section “JSF Managed Classes and Java EE Annotations” for a list of these managed classes.

However, this should list the JSF managed classes as "Limited" as they do not support constructor injection.

See the following JSF spec issue: https://github.com/javaee/javaserverfaces-spec/issues/1455 As well as the following JSF spec discussion: https://javaee.groups.io/g/jsf-spec/message/24

Let me know if further details are required.