Melloware created MYFACES-4539:
----------------------------------
Summary: Quarkus: Register servlet objects for reflection
Key: MYFACES-4539
URL: https://issues.apache.org/jira/browse/MYFACES-4539
Project: MyFaces Core
Issue Type: Improvement
Components: Extension Feature
Affects Versions: 2.3-next-M7, 4.0.0-RC1
Reporter: Melloware
Assignee: Melloware
In EL expressions like the following:
{code:java}
<li>Session ID: #{session.id}</li>
<li>Server: #{request.serverName}</li>{code}
If you build a Quarkus native image the values of the `HttpSession` and
HttpServletRequest` are not found because they are compiled out. After
discussing with members of the Quarkus team they suggested to register it here
at Myfaces rather than in Undertow itself because not all Undertow users need
these classes for reflection.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)