volosied commented on PR #927: URL: https://github.com/apache/myfaces/pull/927#issuecomment-3271037450
To include the OptionalELResolver and ELRecordResolver, we need to use EL 6.0 dependency. However, getFeatureDescriptors was not the only item removed in 6.0 Both ELResolver.TYPE and ELResolver.RESOLVABLE_AT_DESIGN_TIME were also taken out. Only way I can keep compatibility is to remove the `@Overrides` and hard code the RESOLVABLE_AT_DESIGN_TIME / TYPE values. However, CopyBeanInterceptorELResolver is one location that directly calls getFeatureDescriptors. I'll have to use reflection? I've pushed my draft up, but will need to run more tests. -- 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]
