Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[faces-dev] Javadoc: javax.el.ELResolver Injection Removed

Hello,

Our team noticed that "javax.el.ELResolver" was removed from the "Jakarta Faces Artifacts Eligible for Injection" list.

4.0: https://jakarta.ee/specifications/faces/4.0/jakarta-faces-4.0#jakarta-faces-managed-classes-and-jakarta-ee-annotations (Removed)

3.0: https://jakarta.ee/specifications/faces/3.0/jakarta-faces-3.0#jakarta-faces-managed-classes-and-jakarta-ee-annotations (Included)

I'd like to confirm this was not intentional (doesn't appear to us).  Both ExpressionLanguageFacility and ExpressionLanguageAndManagedBeanFacility contain a list of these classes, but is only included in the latter.

This change that caused this is looks to be a document change to https://github.com/jakartaee/faces/blob/master/spec/src/main/asciidoc/faces.adoc where ExpressionLanguageFacility was used over ExpressionLanguageAndManagedBeanFacility.

Thanks,

Volodymyr

Back to the top