tandraschko commented on PR #927:
URL: https://github.com/apache/myfaces/pull/927#issuecomment-3254877704

   actually there is no big difference
   4.1 was EL5 compatible, so we should not break it. This means that we dont 
remove `getFeatureDescriptors` but just remove/comment `@Override` from it
   
   and it should work on both EL5 and EL6, right?
   
   If we wanna have EL5 compile dependency, we can lookup OptionalELResolver 
via reflection and it add
   Or we use EL6 as dependency add `if (el6)` around the `.add(new 
OptionalELResolver())`
   


-- 
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