Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0-RC4
-
None
-
None
Description
EL 5.0 Spec Change:
Explicitly document that ELResolver.getType() must return null if either the ELResolver or the resolved property is read-only.
We do not check if the property is read-only in our overridden method.
This was discovered in our tests as RC4 disabled USE_LAMBDA_METAFACTORY.