jakartaee / faces

Jakarta Faces
Other
109 stars 55 forks source link

Clarify who adds the CDI ELResolver #1798

Open tandraschko opened 1 year ago

tandraschko commented 1 year ago

Currently both CDI impls add their ELResolver to Faces (either via Code like Weld or faces-config like OWB)

and we in Faces add them manually, too

IMO CDI should remove their logic, we should integrate CDI, not vice versa