Hi, currently we compile on EE10 but e.g. Jetty isnt ready yet, so i added support for Servlet5/EE9 on MyFaces 4.0. What about EL? In EL EE10 getFeatureDescriptors was deprecated and has a empty default impl. In EL EE9 getFeatureDescriptors is still there but it seems that is somehow a not useful method, only used by IDEs? Not sure.
I would at least modify all getFeatureDescriptors methods to just do nothing for now. And later, if we decide to not support Servlet5/EE9 anymore, we can remove them completely. WDYT? Best regards, Thomas