[
https://issues.apache.org/jira/browse/MYFACES-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696571#comment-17696571
]
Melloware commented on MYFACES-4579:
------------------------------------
Nevermind Had to remove GlassFish EL it looks like MyFaces includes JASPER EL
11.0.0-M1
> jakarta.el.ELResolver.getFeatureDescriptors method removed
> ----------------------------------------------------------
>
> Key: MYFACES-4579
> URL: https://issues.apache.org/jira/browse/MYFACES-4579
> Project: MyFaces Core
> Issue Type: Bug
> Components: Extension Feature
> Affects Versions: 4.0.0
> Reporter: Melloware
> Priority: Major
>
> I can't build in Quarkus 3 native because its reporting this error:
> {code:java}
> Caused by: com.oracle.graal.pointsto.constraints.UnresolvedElementException:
> Discovered unresolved method during parsing:
> jakarta.el.ELResolver.getFeatureDescriptors(jakarta.el.ELContext,
> java.lang.Object). This error is reported at image build time because class
> org.apache.myfaces.component.validate.CopyBeanInterceptorELResolver is
> registered for linking at image build time by command line {code}
>
> Basically it looks like the EL library has removed getFetaturesDescriptor?
> See commit:
> [https://github.com/jakartaee/expression-language/commit/a0df903fc559caabdaef00bae61bb19a432a9fe6]
>
> So should MyFaces 4 remove this override?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)