Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-4539

Quarkus: Register servlet objects for reflection

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0.0-RC1, 2.3-next-M7
    • 2.3-next-M8, 4.0.0-RC3
    • Extension Feature
    • None

    Description

      In EL expressions like the following:

      <li>Session ID: #{session.id}</li>
      <li>Server: #{request.serverName}</li>

      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.

      Attachments

        Activity

          People

            melloware Melloware
            melloware Melloware
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: