pnicolucci commented on PR #399:
URL: https://github.com/apache/myfaces/pull/399#issuecomment-1329101260

   > should we leave the old lookup as fallback if ELManager returns null?
   
   @tandraschko I'd prefer not to unless we find that it is necessary this 
keeps the code clean IMO. Looking at the ELManager Java Doc: 
https://jakarta.ee/specifications/expression-language/5.0/apidocs/jakarta.el/jakarta/el/elmanager#getExpressionFactory()
 and the Tomcat implementation for example 
https://github.com/apache/tomcat/blob/main/java/jakarta/el/Util.java#L97 I 
think we'll always get an instance back.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to